Hi everyone,
I'm trying to figure out why postgrey is rejecting incoming mail...
From the syslog:
Sep 21 16:12:24 mail postfix/smtpd[31224]: connect from mail.ncf.ca[134.117.136.45]
Sep 21 16:12:24 mail dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Sep 21 16:12:24 mail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
Sep 21 16:12:24 mail dovecot: auth: Debug: auth client connected (pid=31224)
Sep 21 16:12:24 mail postfix/smtpd[31224]: Anonymous TLS connection established from mail.ncf.ca[134.117.136.45]: TLSv1 with cipher ADH-AES256-SHA (256/256 bits)
Sep 21 16:12:25 mail postgrey[1519]: action=greylist, reason=new, client_name=mail.ncf.ca, client_address=134.117.136.45, sender=nospam@ncf.ca, recipient=test@comingtoatheatrenearyou.com
Sep 21 16:12:25 mail postfix/smtpd[31224]: NOQUEUE: reject: RCPT from mail.ncf.ca[134.117.136.45]: 450 4.2.0 <test@comingtoatheatrenearyou.com>: Recipient address rejected: Greylisted, see
http://postgrey.schweikert.ch/help/c...ryou.com.html; from=<nospam@ncf.ca> to=<test@comingtoatheatrenearyou.com> proto=ESMTP helo=<mail.ncf.ca>
Sep 21 16:12:25 mail postfix/smtpd[31224]: disconnect from mail.ncf.ca[134.117.136.45]
Any help greatly appreciated.