On 08/28/2012 06:43 AM, Thufir wrote:
I think postfix is mostly, if not totally working.

When I send e-mails to the list, they're from thufir@localhost and I'm
guessing, but do not know, that it's that address which is not in the
local recipient table.

Not sure why I didn't think of this before, but I also tried sending from a different address, [email protected], with similar results.

This suggest to me that it's the mailing list, [email protected], which isn't in the local recipient table:

root@dur:~#
root@dur:~# telnet dur.bounceme.net 25
Trying 127.0.0.1...
Connected to dur.bounceme.net.
Escape character is '^]'.
220 dur.bounceme.net ESMTP Postfix (Ubuntu)
ehlo testing
250-dur.bounceme.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:[email protected]
250 2.1.0 Ok
rcpt to:[email protected]
550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table
quit
221 2.0.0 Bye
Connection closed by foreign host.
root@dur:~#
root@dur:~# tail /var/log/mail.log
Aug 28 06:45:27 dur postfix/master[10461]: terminating on signal 15
Aug 28 06:45:28 dur postfix/postfix-script[10575]: starting the Postfix mail system Aug 28 06:45:28 dur postfix/master[10576]: daemon started -- version 2.9.1, configuration /etc/postfix
Aug 28 06:45:43 dur postfix/smtpd[10580]: connect from localhost[127.0.0.1]
Aug 28 06:45:44 dur postfix/smtpd[10580]: warning: TLS library problem: 10580:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1247:SSL alert number 48: Aug 28 06:45:44 dur postfix/smtpd[10580]: lost connection after STARTTLS from localhost[127.0.0.1] Aug 28 06:45:44 dur postfix/smtpd[10580]: disconnect from localhost[127.0.0.1]
Aug 28 06:46:44 dur postfix/smtpd[10580]: connect from localhost[127.0.0.1]
Aug 28 06:47:26 dur postfix/smtpd[10580]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<testing> Aug 28 06:47:35 dur postfix/smtpd[10580]: disconnect from localhost[127.0.0.1]
root@dur:~#



-Thufir

Reply via email to