Oliver Lehmann writes:
> After the installation of relay-ctrl I changed the run script of pop3d
> from
[...]
> to
>
> [...]
> sh -c 'exec '\
> 'envuidgid qmaild '\
> 'softlimit ${DATALIMIT+"-d$DATALIMIT"} '\
> '/usr/local/bin/tcpserver '\
> ' -vUDRHl0 '\
Don't do that. The checkpassword program needs a root privilege.
relay-ctrl-allow was run as root just because it was run before
checkpassword.
> '/usr/local/sbin/relay-ctrl-allow' \
This line should be:
'/usr/local/sbin/relay-ctrl-allow '\
(a space before a quote, not after)
--
Tetsu Ushijima