On 2007/11/03 05:59, Sean Darby wrote: > 1. cd /etc/mail/ You are confused between /etc/mail (dir holding config files used by sendmail) and /usr/share/sendmail/cf (dir holding files used to *build* these config files).
cd /usr/share/sendmail/cf copy submit.mc to openbsd-submit.mc and add these lines: define(`confCT_FILE', `-o MAIL_SETTINGS_DIR`'trusted-users')dnl FEATURE(`use_ct_file')dnl type 'make openbsd-submit.cf' and copy the resulting file to /etc/mail/submit.cf (not sendmail.cf as I originally wrote; typo, sorry and thanks ajacoutot for pointing it out).