spam, spf & swift
Posted: Sun Nov 25, 2007 2:41 am
hello,
I think I managed to set up the Spf + domain correctly.
I'll send text + html messages too.
I just have a couple more questions with regards to spam:
- I received a feedback from auth-results@verifier.port25.com as per my Spf record. (you send an email to this address and you get a complete report on your SPF configuration, very handy). Apparently I failed the spamassassin test. any idea on how i can improve this please?
- I read on http://www.swiftmailer.org/wikidocs/v3/tips/spam that the connection had to send the IP address of the server and that it had to be configured in Apache. is it possible to get some more info on how to do that please?
In the followingcode:
Is it the right place for the declaration of the IP?
Is it the right syntax?
Where do I check whether my server is configured correctly and doesn't send "localhost" instead of my IP address?
have a good week end and thanks for your help!
I think I managed to set up the Spf + domain correctly.
I'll send text + html messages too.
I just have a couple more questions with regards to spam:
- I received a feedback from auth-results@verifier.port25.com as per my Spf record. (you send an email to this address and you get a complete report on your SPF configuration, very handy). Apparently I failed the spamassassin test. any idea on how i can improve this please?
- I read on http://www.swiftmailer.org/wikidocs/v3/tips/spam that the connection had to send the IP address of the server and that it had to be configured in Apache. is it possible to get some more info on how to do that please?
In the followingcode:
Is it the right place for the declaration of the IP?
Is it the right syntax?
Code: Select all
$smtp = new Swift_Connection_SMTP("smtp.mydomain.com", "[ip.adress.here.no?]");Where do I check whether my server is configured correctly and doesn't send "localhost" instead of my IP address?
have a good week end and thanks for your help!