Hi,

Just upgraded to 2.x.. kind of a chore, but I now have it working with 
postfix for local delivery via lmtp -> mysql.. 

But now I'd like to pipe some aliases to a maillist script I wrote..
in 1.xI could just put a | /path/to/script in the deliver_to field in
the alias
table, the alias in the alias field. Worked great.. same thing isn't working 
for me anymore..

Is there something changed so I Can't do this anymore? or am I doing 
something wrong? Here's the log of the lmtp transaction:

Aug 26 19:56:44 plain postfix/lmtp[24125]: >
127.0.0.1[127.0.0.1<http://127.0.0.1>]:
RCPT TO:<[EMAIL PROTECTED]>

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: lmtp(): incoming buffer: [RCPT 
TO:<[EMAIL PROTECTED]>]

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: lmtp(): command issued :cmd 
[RCPT], value [TO:<[EMAIL PROTECTED]>]

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: misc.c, find_bounded: Found [
[EMAIL PROTECTED] of length [14] between '<' and '>' so next skip [18]

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: authsql.c,auth_check_user_ext: 
checking user [EMAIL PROTECTED] in alias table

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: dbmysql.c,db_query: executing 
query [SELECT deliver_to FROM dbmail_aliases WHERE lower(alias) = lower('
[EMAIL PROTECTED]') AND lower(alias) <> lower(deliver_to)]

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: authsql.c,auth_check_user_ext: 
user [EMAIL PROTECTED] not in aliases table

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: dsn.c, dsnuser_resolve: user [
[EMAIL PROTECTED] found total of [0] aliases

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: dbmysql.c,db_query: executing 
query [SELECT user_idnr FROM dbmail_users WHERE userid='[EMAIL PROTECTED]']

Aug 26 19:56:44 plain dbmail/lmtpd[25923]: dsn.c, dsnuser_resolve: user [
[EMAIL PROTECTED] checking for domain forwards.

Aug 26 19:56:44 plain postfix/lmtp[24125]: <
127.0.0.1[127.0.0.1<http://127.0.0.1>]:
550 Recipient <[EMAIL PROTECTED]> FAIL

Aug 26 19:56:44 plain postfix/lmtp[24125]: send attr original_recipient = 
[EMAIL PROTECTED]

Aug 26 19:56:44 plain postfix/lmtp[24125]: send attr recipient = 
[EMAIL PROTECTED]

Aug 26 19:56:44 plain postfix/lmtp[24125]: send attr reason = host 127.0.0.1
[127.0.0.1 <http://127.0.0.1>] said: 550 Recipient <[EMAIL PROTECTED]> FAIL (in 
reply to RCPT TO command)

Aug 26 19:56:44 plain postfix/lmtp[24125]: 0803010411B: to=<[EMAIL PROTECTED]>, 
relay=127.0.0.1[127.0.0.1 <http://127.0.0.1>], delay=1, status=bounced (host 
127.0.0.1[127.0.0.1 <http://127.0.0.1>] said: 550 Recipient <[EMAIL PROTECTED]> 
FAIL (in reply to RCPT TO command))

Any help with this would be much appreciated.. 

-Micah

Reply via email to