sendmail doesn't read /etc/ssmtp/ssmtp.conf if called with -odb

Bug #1356597 reported by Kyler Laird
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ssmtp (Ubuntu)
New
Undecided
Unassigned

Bug Description

I'm supporting an XEmacs/VM user. When he sends mail through VM, it calls "/usr/lib/sendmail -oi -oem -odb -t". This was failing in various ways so I finally traced it to see what was happening. I found that the -odb switch is causing ssmtp to ignore ssmtp.conf.

% strace -f /usr/lib/sendmail -t </tmp/letter 2>&1 | grep ssmtp ~
open("/etc/ssmtp/ssmtp.conf", O_RDONLY) = 3
open("/etc/ssmtp/revaliases", O_RDONLY) = 3
% strace -f /usr/lib/sendmail -odb -t </tmp/letter 2>&1 | grep ssmtp ~
open("/etc/ssmtp/revaliases", O_RDONLY) = 3

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.