Thomas, It looks like gmail has changed their SPF records, since then all gmail messages are failing SPF:
Dec-01-10 15:18:39 lnxmail01-13118-04214 [Worker_1] 217.149.195.8 <[email protected]> to: [email protected] [SMTP Error] 554 5.7.1 failed SPF: gmail.com ... _spf.google.com: Domain does not state whether sender is authorized to use '[email protected]' in 'mfrom' identity (mechanism '?all' matched) When looking @ the txt record of gmail it states: [r...@cp ~]# dig txt gmail.com gmail.com. 24 IN TXT "v=spf1 redirect=_spf.google.com" So there is a redirect to _spf.google.com which states: [r...@cp ~]# dig txt _spf.google.com _spf.google.com. 157 IN TXT "v=spf1 ip4:216.239.32.0/19 ip4:64.233.160.0/19 ip4:66.249.80.0/20 ip4:72.14.192.0/18 ip4:209.85.128.0/17 ip4:66.102.0.0/20 ip4:74.125.0.0/16 ip4:64.18.0.0/20 ip4:207.126.144.0/20 ip4:173.194.0.0/16 ?all" Problem is that i believe ASSP is not honoring the redirect, is this correct ? Thanks in advance! Op 29 nov 2010, om 07:47 heeft Thomas Eckardt het volgende geschreven: > Hi all, > > fixed in 2.0.2_2.0.06: > > - If a domain is not configured in 'localDomains' and 'LDAPfail' is set to > on, the domain is added to LDAPCache even if the user verification has > failed. > > added: > > - The configuration sync feature is now able to use a secured connection > (TLS - STARTTLS), to transfer the configuration changes to the sync peers. > ASSP will try to do this automaticaly - if: > - SSL/TSL is available > - 'DoTLS' is set to 'do TLS' > - the perl module 'Net::SMTP' is installed > - the perl module 'Net::SMTP::TLS' is installed > - the sync peer offers '250 STARTTLS' in the EHLO-reply > > To support this, the mod_inst.pl (in assp.mod.zip) has been updated to > version 1.24. > How ever, this module is only required for this usage - you don't need to > install it, if you don't use the sync feature. > > The module 'Net::SMTP::TLS' is available for Windows (Perl 5.10) > installations via PPM from trouchelle respository > >> ppm install Net-SMTP-TLS > > and for nix and MAC via cpan > >> cpan install Net::SMTP::TLS > > Thomas > > DISCLAIMER: > ******************************************************* > This email and any files transmitted with it may be confidential, legally > privileged and protected in law and are intended solely for the use of the > > individual to whom it is addressed. > This email was multiple times scanned for viruses. There should be no > known virus in this email! > ******************************************************* > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev_______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
