I could post my complete setup to my page, I suppose, if you think a full
example would help.
I'm using an /etc/rc.d/init.d/qmail script to start and stop services using
"svc" and staring supervise from rc.sysinit. My supervise "run" scripts
start each service independantly as recommended on two machines, a firewall
and a pop server. The firewall forwards mail by QMQP to the pop server.
The vpop authentication is happening on the internal server with roaming.
Please reply directly -- I will post the URL to an example to the list if
requested.
Brian Clare wrote:
> Can anyone forward a sample startup file for the following config:
>
> qmail
> vpop -roaming enabled
> tcpserver
>
> I've configured vpopmail with "./configure --enable-roaming-users=y",
> made a /~vpopmail/etc/tcp.smtp file with some rules and restarted qmail
> with the following:
>
> supervise /var/lock/qmail-smtpd tcpserver -v -x/etc/tcp.smtp.cdb
> -u$USERID -g$GROUPID 0 25 \
> rblsmtpd qmail-smtpd 2>&1 | setuser qmaill accustamp | \
> setuser qmaill cyclog -s5000000 -n5 /var/log/qmail/qmail-smtpd &
>
> but can't seem to get relaying after pop authentication or ip rule-based
> relaying going. Any pointers, help or directions to more docs
> appreciated.