I tried the following in telnet session, but for some reason the email is only sent to the rcpt to: address. None of the Bcc'ed addresses receive a copy. Am I missing something obvious?

On debian lenny, postfix version is: 2.5.5-1.1

# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 example.com ESMTP Postfix (Debian/GNU)
ehlo example.com
250-example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from: n...@example.com
250 2.1.0 Ok
rcpt to: n...@example.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
bcc: somen...@example.net, anothern...@example.org

testing
.
250 2.0.0 Ok: queued as 7FFD3D741B1
quit
221 2.0.0 Bye
Connection closed by foreign host.


The received email does have a header like this:

"To: undisclosed-recipients:;"

The logs show the following:

# grep 7FFD3D741B1 /var/log/mail.log
Mar 23 12:33:32 example postfix/smtpd[31111]: 7FFD3D741B1: client=localhost[127.0.0.1] Mar 23 12:34:10 example postfix/cleanup[13669]: 7FFD3D741B1: message-id=<20110323193332.7ffd3d74...@example.com> Mar 23 12:34:11 example postfix/qmgr[10677]: 7FFD3D741B1: from=<n...@example.com>, size=347, nrcpt=1 (queue active) Mar 23 12:34:13 example postfix/smtp[28577]: 7FFD3D741B1: to=<n...@example.com>, relay=mx.example.com[192.0.2.10]:25, delay=45, delays=43/0/0.29/1.4, dsn=2.0.0, status=sent (250 2.0.0 OK 1300908853 q19si11328592ybk.59)
Mar 23 12:34:13 example postfix/qmgr[10677]: 7FFD3D741B1: removed


--
http://goldmark.org/jeff/stupid-disclaimers/
http://linuxmafia.com/~rick/faq/plural-of-virus.html

Reply via email to