Hi!

I'm experiencing trouble with the dbmail bouces via qmail's sendmail wrapper. (/usr/sbin/sendmail) It seams that the sendmail wrapper disregards the recipient in the header and the bouce message doesn't get sent.

I created a sh script as "/usr/sbin/sendmail-dbmail"
#!/bin/bash
/usr/sbin/sendmail -t $*
-t flag lets qmail-inject use the header recipient instead of commandline.

and changed the SENDMAIL option to /usr/sbin/sendmail-dbmail in dbmail.conf .

Now the bouces work perfectly.

However i am not sure what sideeffects this will cause in the setup like infinite bounces between nonexisting useraccounts etc?

Any comments or other ways to solve the issue?

Best regards / Fredrik

Reply via email to