On Thu, Aug 18, 2005, [EMAIL PROTECTED] wrote: > SMTP AUTH to my ISP. mutt is using the default submit.mc, calling > via "/usr/sbin/sendmail -C/etc/mail/submit.cf -oem -oi" .
Don't use -C, sendmail doesn't like that.
(see man sendmail and doc/op/op.*)
> -r-xr-sr-x 1 root smmsp 606532 Aug 16 05:30 sendmail
ls -ln `grep '^sendmail' /etc/mailer.conf | awk '{print $2}'`
> WARNING: RunAsUser for MSP ignored, check group ids (egid=1000,
> want=25)
Whose gid is 1000?

