To clarify.. The exact problem I'm having is with the Sender: header which is non-optionally added by bsmtp - some implementations expect this to be a routeable email address, but bsmtp always inserts usern...@fqnd, which isn't necessarily an Internet-routeable email address.
http://people.dsv.su.se/~jpalme/ietf/mail-headers/mail-headers.html One solution might be to add a switch needs to be added to bsmtp to override the Sender: header, which the default debian config file should set like this: mailcommand = "sh -c '/usr/lib/bacula/bsmtp -h localhost -f mailcommand = "sh -c '/usr/lib/bacula/bsmtp -h localhost -f \"\(Bacula\) \<bac...@`cat /etc/mailname`\>\" -n \"`whoa...@`cat /etc/mailname`\" -s \"Bacula: %t %e of %c %l\" %r'" Optionally, the non-standard X-Sender header could be used. This bug still seems to be present in upstream svn trunk. Tim. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

