I came across a very funny situation. I setup a mailserver wih Release 6.0.4_GA_2038.UBUNTU8 UBUNTU8 FOSS edition. I have installed this servers as a central gateway for emails from other servers to go outside. Now what is happening that when tried to send mail from its own web console to
abc@gmail.com it gave me this long error msg in mail log
Quote:
|
Jan 27 19:20:07 mail01 postfix/smtp[21935]: 7DE8F588B0: to=<tej.nri@gmail.com>, relay=alt1.gmail-smtp-in.l.google.com[209.85.217.6]:25, delay=67, delays=0.73/0.05/34/32, dsn=4.7.0, status=deferred (host alt1.gmail-smtp-in.l.google.com[209.85.217.6] said: 421-4.7.0 [59.177.17.13] Our system has detected an unusual amount of 421-4.7.0 unsolicited mail originating from your IP address. To protect our 421-4.7.0 users from spam, mail sent from your IP address has been temporarily 421-4.7.0 blocked. Please visit Bulk Senders Guidelines - Gmail Help 421 4.7.0 to review our Bulk Email Senders Guidelines. 6si16192802gxk.71 (in reply to end of DATA command))
|
and when I send a mail through senmail by command
# sendmail
abc@gmail.com < mail.txt
from other machine which this central server is relaying to gmail, every thing gone fine and I recieved the mail to in my
abc@gmail.com mail box. The log in the maillog for this msg is below
Quote:
|
Jan 27 19:21:57 mail01 postfix/smtp[21935]: D6804588B1: to=<tej.nri@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.216.86]:25, delay=32, delays=0.07/0.04/0.95/31, dsn=2.0.0, status=sent (250 2.0.0 OK 1264600328 8si12280509pxi.19)
|
Isn't it funny? Does any body know why this is happening. Is it a bug?