Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

multiples values in sender_bcc entry

26 views
Skip to first unread message

maximatt

unread,
Oct 15, 2010, 10:46:29 AM10/15/10
to
hi...

i use postfix v2.4.3 and i have the following error message using "sender_bcc_maps" parameter:

Oct 15 12:26:12 maximatt postfix/smtpd[16188]: connect from maximatt[x.x.x.x]
Oct 15 12:26:12 maximatt postfix/smtpd[16188]: setting up TLS connection from maximatt.com[x.x.x.x]
Oct 15 12:26:12 maximatt postfix/smtpd[16188]: TLS connection established from maximatt[x.x.x.x]: TLSv1 with cipher RC4-MD5 (128/128 bits)
Oct 15 12:26:12 maximatt postfix/smtpd[16188]: 8639F66C924: client=maximatt[x.x.x.x], sasl_method=PLAIN, sasl_username=xxxx
Oct 15 12:26:12 maximatt postfix/cleanup[16193]: 8639F66C924: message-id=<1287152772.12495.66.camel@maximatt>
Oct 15 12:26:12 maximatt postfix/smtpd[16188]: disconnect from maximatt[x.x.x.x]
Oct 15 12:26:12 maximatt postfix/qmgr[16136]: 8639F66C924: from=<secre...@maximatt.com>, size=1363, nrcpt=2 (queue active)
Oct 15 12:26:12 maximatt postfix/error[16207]: 8639F66C924: to=<se...@maximatt.com, sec2>, orig_to=<se...@maximatt.com, se...@maximatt.com>, relay=none, delay=0.23,delays=0.06/0.14/0/0.02, dsn=5.1.3, status=bounced (bad address syntax)
Oct 15 12:26:12 maximatt postfix/pipe[16197]: 8639F66C924: to=<to...@maximatt.com>, relay=dovecot, delay=0.24, delays=0.06/0.14/0/0.04, dsn=2.0.0, status=sent (delivered via dovecot service)
Oct 15 12:26:12 maximatt postfix/bounce[16209]: 8639F66C924: postmaster non-delivery notification: C216F66C928
Oct 15 12:26:12 maximatt postfix/qmgr[16136]: 8639F66C924: removed

where i set in main.cf:
      virtual_alias_maps= $virtual_alias_maps, hash:/etc/postfix/alias-secretaria.cf
      sender_canonical_maps=hash:/etc/postfix/sender_rewite.cf
      sender_bcc_maps = hash:/etc/postfix/bcc_maps.cf

and the contnet of "bcc_maps.cf" its:
           secre...@maximatt.com     se...@maximatt.com se...@maximatt.com

and the contnet of "alias-secretaria.cf" its:
           secre...@maximatt.com     se...@maximatt.com se...@maximatt.com

and the contnet of "sender_ewwrite.cf" its:
           se...@maximatt.com         secre...@maximatt.com
           se...@maximatt.com         secre...@maximatt.com

and the testing process was:

step1:
   from: to...@maximatt.com (or any)
   rcpt:  secre...@maximatt.com
   result: OK (se...@maximatt.com and se...@maximatt.com receive the message)

step2:
   from: se...@maximatt.com
   rcpt:  to...@maximatt.com (or any)
   result: FAIL (to...@maximatt.com receive the message "from" secretaria@@maximatt.com (that's ok), but se...@maximatt.com not (fail)

What's  coul be happend or how i set multiples destinations in sender bcc (postmap dont show any errors)?

Thanks in advance!!
--
Salu2 ;)

Victor Duchovni

unread,
Oct 15, 2010, 11:01:22 AM10/15/10
to
On Fri, Oct 15, 2010 at 12:46:29PM -0200, maximatt wrote:

> i use postfix v2.4.3 and i have the following error message using
> "sender_bcc_maps" parameter:
>

> Oct 15 12:26:12 maximatt postfix/error[16207]: 8639F66C924: to=<
> se...@maximatt.com, sec2>, orig_to=<se...@maximatt.com, se...@maximatt.com>,
> relay=none, delay=0.23,delays=0.06/0.14/0/0.02, dsn=5.1.3, status=bounced
> (bad address syntax)
>

The BCC address MUST be a single address, but it is subjected to virtual(5)
rewriting and if applicable local(8) aliases(5), so you can only arrange
for multiple recipients via either aliasing mechanism.

--
Viktor.

maximatt

unread,
Oct 15, 2010, 11:22:06 AM10/15/10
to
ok, i understand you..

Thanks!

2010/10/15 Victor Duchovni <Victor....@morganstanley.com>



--
Salu2 ;)
0 new messages