Date: Thu, 1 Jan 2004 00:16:44 +1030 From: "W. Sierke" <ws@au.dyndns.ws> To: <freebsd-questions@freebsd.org> Subject: Re: Using maildrop from sendmail aliases file Message-ID: <021a01c3cfa4$8765fca0$8464a8c0@ovirt.dyndns.ws> References: <004601c3cb6f$57de4a20$8464a8c0@ovirt.dyndns.ws> <002e01c3cc32$bc0e7100$8464a8c0@ovirt.dyndns.ws>
next in thread | previous in thread | raw e-mail | index | archive | help
"W. Sierke" wrote: > to recap: I'm trying to run maildrop from /etc/mail/aliases with the > following entry: > > second-domain-tld: "|/usr/local/bin/maildrop -d ws@first.domain.tld" > > where second-domain-tld is from an entry in virtusertable. > > Initially this gave me: > > Dec 25 17:05:19 maildrop[75657]: Cannot set my user or group id. > > > so as per the above included text, I tried making maildrop setuid: > > Dec 26 15:08:20 maildrop[93442]: You are not a trusted user. Turns out this was an issue with the maildrop port. There doesn't appear to be a way of configuring 'trusted users' for maildrop without directly modifying the Makefile. And maildrop doesn't get installed suid despite having it's "--enable-maildrop-uid" option set. Making maildrop suid and configuring it with user:mailnull as a trusted user got it working. Time for a change request I think. Wayne
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?021a01c3cfa4$8765fca0$8464a8c0>