[EMAIL PROTECTED] wrote:
On Tue, 24 Jan 2006, John Peacock wrote:
so I suspect you have something weird in your config/plugins file that is
causing forkserver to bail.  Could you comment out everything except rcpt_ok and
a queue plugin and try again?


        Exactly the same results :-(

        I've verified that the directories have the same permissions and
ownerships as on my other (older) installation.

I scripted out my installation into the following set of commands. I had to explicitly configure the spool_dir in config/spool_dir or I encountered this message in the log:

@4000000043d6f77b05c05404 11755 trying to get config for spool_dir
@4000000043d6f77b05c2c8ec Could not create spool_dir /root/tmp/: Permission denied at lib/Qpsmtpd.pm line 391

Take this for a spin and see how it goes. I put your run and log/run files in /tmp/qptest and /tmp/qptest/log, so you should do the same or make the appropriate changes. Make sure to clean your /service directory first of any existing qpsmtpd links.

wget http://smtpd.develooper.com/files/qpsmtpd-0.31.1.tar.gz
tar zxvpf qpsmtpd-0.31.1.tar.gz
chown -R smtpd:users qpsmtpd-0.31.1
chmod o+t qpsmtpd-0.31.1
mkdir tmp; chown smtpd:users tmp; chmod 700 tmp
cd qpsmtpd-0.31.1
perl Makefile.PL
make && make test && make install
mv config.sample/ config
cp /tmp/qptest/run .
cp /tmp/qptest/log/run log/
echo "/home/smtpd/qpsmtpd-0.31.1/tmp" > config/spool_dir
cd /service/
ln -s /home/smtpd/qpsmtpd-0.31.1 .
sleep 5;
tail -f /home/smtpd/qpsmtpd-0.31.1/log/main/current

Reply via email to