gimili wrote:
Up until a week ago I was able to use maildrop and this script to forward a
user's mail to their hotmail account. I am now getting the "555 fully qualified
email address required (#5.5.1)" error. I think it a spam feature my isp has
implemented. I googled this until I was blue in the face but I could not find
the answer. If I forward using an entry in /etc/aliases it works fine but I
prefer to use .mailfilter. Any help much appreciated.
#.mailfilter
if( \
/^From: .*/:h \
)
exception {
cc "! us...@hotmail.com"
to "${DEFAULT}"
}
Reporting-MTA: dns; mail.myloalnetwork.com
X-Postfix-Queue-ID: 354C295A9E
X-Postfix-Sender: rfc822; MAIL...@mail.mylocalnetwork.com
Arrival-Date: Thu, 27 Mar 2008 07:44:02 -0400 (EDT)
Final-Recipient: rfc822; us...@hotmail.com
Original-Recipient: rfc822; user
Action: failed
Status: 5.0.0
Remote-MTA: dns; mail.myisp.com
Diagnostic-Code: smtp; 555 fully qualified email address required (#5.5.1)
you need to make sure your sendmail command uses an fqnd sender address.
you can force configure this in your MTA for example.