I recently installed qpsmtpd and sorta got it to run. The problem is qpsmtpd would not recognise my smtproutes setup - which forwards all mail to localhost:10024 for more spam filtering. I'm running a dual qmail setup and the qmail instance I was trying to replace was installed in

/var/qmail_in

I changed my run file to reflect this..

#!/bin/sh
QMAILDUID=`id -u smtpd`
NOFILESGID=`id -g smtpd`
QMAIL=/var/qmail_in
exec /usr/local/bin/softlimit -m 15000000 \
 /usr/local/bin/tcpserver -c 10 -v -R -p \
 -u $QMAILDUID -g $NOFILESGID `head -1 config/IP` smtp \
 ./qpsmtpd 2>&1

Once linked in /service the daemon would start but either, not recognise my smtproutes statement or just kinda hang their...

I've installed qpsmtp in

/home/smtpd/qpsmtpd

as the user smtpd and

/var/qmail_in

is owned by root BUT all users can read files in the control dir.

Suggestions?

Also has anyone gotten this to work w/ smtp-auth and vpopmail???

--
Rock River Internet                          Roger Grunkemeyer
202 W. State St, 8th Floor                [EMAIL PROTECTED]
Rockford, IL 61101                                815-968-3888




Reply via email to