system: debian unstable, postfix 2.1.1-8
I have /etc/aliases, recreated /etc/aliases.db using newaliases even though I am not sure it matter because here's what I have in main.cf:
alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases
the problemn is that aliases are ignored, e.g. this one (from /etc/aliases):
root: erik
here's what I get in syslog after sending email to root (it tries to pass [EMAIL PROTECTED] to lmtp (cyrus delivery mechanism). Is the problem in adding the hostname to the local address, i.e. address is changed from root to [EMAIL PROTECTED] and then not aliased (because it's not just root anymore)?
Jun 15 02:15:52 jojda postfix/pickup[31601]: 39CABC814E: uid=1000 from=<erik>
Jun 15 02:15:52 jojda postfix/cleanup[31624]: 39CABC814E: message-id=<[EMAIL PROTECTED]>
Jun 15 02:15:52 jojda postfix/qmgr[31602]: 39CABC814E: from=<[EMAIL PROTECTED]>, size=334, nrcpt=1 (queue active)
Jun 15 02:15:52 jojda postfix/lmtp[31625]: 39CABC814E: to=<[EMAIL PROTECTED]>, relay=/var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp], delay=0, status=bounced (host /var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command))
Jun 15 02:15:52 jojda postfix/cleanup[31624]: 3C67EC814F: message-id=<[EMAIL PROTECTED]>
Jun 15 02:15:52 jojda postfix/qmgr[31602]: 3C67EC814F: from=<>, size=2384, nrcpt=1 (queue active)
Jun 15 02:15:52 jojda postfix/qmgr[31602]: 39CABC814E: removed
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: duplicate_check: <[EMAIL PROTECTED]> user.erik 0
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: mystore: starting txn 2147492688
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: mystore: committing txn 2147492688
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: duplicate_mark: <[EMAIL PROTECTED]> user.erik 1087290952
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: mystore: starting txn 2147492689
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: mystore: committing txn 2147492689
Jun 15 02:15:52 jojda cyrus/lmtpd[31490]: duplicate_mark: <[EMAIL PROTECTED]> .erik+.sieve. 1087290952
Jun 15 02:15:52 jojda postfix/lmtp[31625]: 3C67EC814F: to=<[EMAIL PROTECTED]>, relay=/var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp], delay=0, status=sent (250 2.1.5 Ok)
Jun 15 02:15:52 jojda postfix/qmgr[31602]: 3C67EC814F: removed
TIA
erik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

