I just started playing with dbmail with postfix as the mta. I was wondering if dbmail-smtp was planning on supporting being run as a transport? Right now it seems I can't because the -u option doesn't support having the mailbox in the name.

example that won't deliver
dbmail-smtp -m folder -u [EMAIL PROTECTED]

example that does
dbmail-smtp -m folder -u [EMAIL PROTECTED]

if I run it from postfix mda style I can do dbmail-smtp -m "$EXTENSION" -u "[EMAIL PROTECTED]"

but if I run it from the master.cf as a transport then
argv=/usr/sbin/dbmail-smtp -m $extension -u $recipient
doesn't work and I can't use $user instead of $recpient because I doing mulitple domains so the addresses in dbmail are in the form [EMAIL PROTECTED]

Thanks,

Eric

Reply via email to