This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The daily digest spam mail from Astaro is blocked by the reciever mail server

The astaro sends a daily spam digest once a day in order to let me realease spam. However, I got the following error in the smtp content manager web page on the Astaro:

2006-11-02 00:15:04     Received from <> U=MailerDaemon P=local-bsmtp S=3201 id=1162422903a0b0c0d0e0ff3117@proxy.content.manager.com

2006-11-02 00:15:04  erik@nordicaudi.com R=static_route T=static_smtp: SMTP error from remote mailer after MAIL FROM:<> SIZE=4312: host 172.16.2.10 [172.16.2.10]: 550 sender address must be specified.

In the recieving mail server log I got the following error:

SENT: 220 nordicaudi.com ESMTP"
"RECEIVED: EHLO nordicaudi.com"
"SENT: 250-hmailserver[nl]250-SIZE[nl]250 AUTH LOGIN"
"RECEIVED: MAIL FROM:<> SIZE=4322"
"SENT: 550 sender address must be specified."
"RECEIVED: QUIT"
"SENT: 221 goodbye"

I have set the postmaster address in the settings on the smtp proxy web page. What is wrong?

Using v6.303


This thread was automatically locked due to age.
Parents
  • You have to whitelist the Astaro's IP on your Mail-Server. The proxy content manager dose not use any sender E-Mail address.
  • Since my email server does not have any whitelist (using hmailserver on Windows at home), I did the following hack to make it work.

    In the file /usr/local/bin/content_mananger.pl I changed the row 814:

     print EXIM "MAIL FROM:<>\n";

    and inserted a valid email address inside <>.

    Now it works, but it is a hack.

    Using Release 6.303
Reply
  • Since my email server does not have any whitelist (using hmailserver on Windows at home), I did the following hack to make it work.

    In the file /usr/local/bin/content_mananger.pl I changed the row 814:

     print EXIM "MAIL FROM:<>\n";

    and inserted a valid email address inside <>.

    Now it works, but it is a hack.

    Using Release 6.303
Children