Page 1 of 1

RCVD_BY_IP Received by mail server with no name

Posted: Wed Apr 16, 2008 11:00 am
by daneel
I get this SpamAssasin rule when sending an email with swift from my server...
I've looked it up and seems to be that the server is sending HELO command with its IP and not with its name. If that's why, does anyone know if it's because I'm missing something in swift configuration or it's because is something not well configured in my mail server ?

:banghead:

thanks :roll:

Re: RCVD_BY_IP Received by mail server with no name

Posted: Wed Apr 16, 2008 5:20 pm
by Chris Corbyn
Swift isn't able to figure out the domain name for some reason. Running on command line perhaps?

You're able to specify it explicitly however.

Code: Select all

$swift = new Swift($connection, 'your-domain.tld');
:)