From: "Loryan Strant" <[EMAIL PROTECTED]>
> I'm currently running vpopmail 4.9.10, courier-imap 1.3.5, and relay-ctrl
> 2.5.
>
> I'm still having problems with my server allowing me to send SMTP, even
> though I have already authenticated with POP3.
> I suspect that it's because I'm not calling /usr/sbin/relay-ctrl-allow from
> within tcpserver.
> What command should I add to my rc.local to allow this to work?
> Currently I have:
> /usr/local/bin/tcpserver -x /home/vpopmail/etc/smtp.cdb -uqmaild -gnofiles 0
> smtp /var/qmail/bin/qmail-smtpd &
>
> Thanks,
>
> Loryan
I found a reference to a problem where courier-imap was chowning the
~vpopmail/etc/tcp.smtp file to root:root
Is that happening?
<snip>
You can force couriertcpd to run as whatever user you choose.
man couriertcpd for all the options.
But I just edited /usr/lib/courier-imap/libexec/imapd.rc and
added:
-user=vpopmail \
-group=vchkpw \
to the the "start" case. It works fine, and my open-smtp file
is no longer getting chowned to root.root.
<snip>
Hope that helped
Rick Up