| |||||||||||||||||||||||||||||||
|
> Hi > > i've configured greylist on postfix 2.5.1 as described here > http://www.postfix.org/SMTPD_POLICY_README.html#greylist > > The configuration works but i'm experiencing come problem with gmail, > infact gmail as a very large number of mailserver so each time when it > tries to deliver the mail the server has different ip and different > fqdn. > > For example, i can see in the log: > > > Mar 30 18:33:31 kumbemail postfix/smtpd[16097]: NOQUEUE: reject: RCPT > from hs-out-0708.google.com[64.233.178.242]: 450 4.7.1 <xxx>: > Recipient address rejected: Service is unavailable; > from=<nik600> to=<xxx> proto=ESMTP > helo=<hs-out-0708.google.com> > Mar 30 18:40:07 kumbemail postfix/smtpd[16010]: NOQUEUE: reject: RCPT > from wa-out-1112.google.com[209.85.146.176]: 450 4.7.1 <xxx>: > Recipient address rejected: Service is unavailable; > from=<nik600> to=<xxx> proto=ESMTP > helo=<wa-out-1112.google.com> > Mar 30 18:59:36 kumbemail postfix/smtpd[16915]: NOQUEUE: reject: RCPT > from wx-out-0506.google.com[66.249.82.235]: 450 4.7.1 <xxx>: Recipient > address rejected: Service is unavailable; from=<nik600> > to=<xxx> proto=ESMTP helo=<wx-out-0506.google.com> > Mar 30 19:30:59 kumbemail postfix/smtpd[18104]: NOQUEUE: reject: RCPT > from wa-out-1112.google.com[209.85.146.180]: 450 4.7.1 <xxx>: > Recipient address rejected: Service is unavailable; > from=<nik600> to=<xxx> proto=ESMTP > helo=<wa-out-1112.google.com> > Mar 30 20:16:21 kumbemail postfix/smtpd[19338]: NOQUEUE: reject: RCPT > from wx-out-0506.google.com[66.249.82.229]: 450 4.7.1 <xxx>: Recipient > address rejected: Service is unavailable; from=<nik600> > to=<xxx> proto=ESMTP helo=<wx-out-0506.google.com> > Mar 30 21:14:01 kumbemail postfix/smtpd[21641]: NOQUEUE: reject: RCPT > from wa-out-1112.google.com[209.85.146.177]: 450 4.7.1 <xxx>: > Recipient address rejected: Service is unavailable; > from=<nik600> to=<xxx> proto=ESMTP > helo=<wa-out-1112.google.com> > > Do you know some workarounds? > thanks With postgrey, you can whitelist thusly: > grep google postgrey_whitelist_clients # google.com (big pool, reported by Matthias Dyer) /^.*-out-.*\.google\.com$/ Instead of greylisting every new sender/client, have you considered selectively greylisting only those senders/clients that, based on some other rules, appear suspicious? -- Sahil Tandon <sahil>
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com