I use the following to start Qmail's pop3 daemon:


#!/bin/sh
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -uvpopmail_uid -gvpopmail_gid 0 pop3 \
/var/qmail/bin/qmail-popup your.fqdn.here \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
/var/qmail/bin/splogger pop3d &
echo -n ' starting Qmail Pop3d'


Note that vchkpw is being used which writes to ~vpopmail/etc/tcp.smtp.

> -----Original Message-----
> From: Brian Clare [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 25, 2000 5:09 PM
> To: [EMAIL PROTECTED]
> Subject: startup assistance needed - urgent
> 
> 
> Help!
> 
> 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.
> 
> Thanks.
> -- 
> Brian Clare

Reply via email to