Re: Sendmail trusted users

2001-09-05 Thread Andrew Pollock
On 06.09.2001 at 02:50:23, Richard A Nelson <[EMAIL PROTECTED]> wrote: > Indeed, it does... > > Do you have > FEATURE(`use_ct_file')dnl # trusted-users > in /etc/mail/sendmail.mc ? Yup. and in sendmail.cf: Ft/etc/mail/trusted-users %[^\#] Troot Tdaemon Andrew

Re: Sendmail trusted users

2001-09-05 Thread Andrew Pollock
On 05.09.2001 at 23:43:10, Richard A Nelson <[EMAIL PROTECTED]> wrote: > Did you `/etc/init.d/sendmail restart` after editing the file ? > > Any non-DB file update requires a restart I'm *sure* I've restarted it several times, but for the heck of it I've killed it dead and started from scratch.

Sendmail trusted users

2001-09-05 Thread Andrew Pollock
Hi, I'm using JAWmail and it calls sendmail directly with the -f option when sending mail. I've added www-data to /etc/mail/trusted-users but still sendmail complains about the -f option. I'm wondering if Sendmail doesn't like usernames with hypens in them? I'm running Sendmail 8.12.0.Beta7 And