Howdy! I have loaded qpsmtpd v0.31.1 and it works great with little modification! However, I do not get any logs or output except for the initial output to <STDOUT> upon starting qpsmtpd-forkserver. It appears to be loading from the stdout: 22094 Loaded logging/warn 9
I have also created log directories as specified in the postfix/qpsmtpd tutorial by Peter Holzer: ============================================================================================ To make this a bit more FHS conforming, we move configuration to /etc and log files to /var: mkdir /var/log/qpsmtpd chown smtpd:wheel /var/log/qpsmtpd chmod 750 /var/log/qpsmtpd rm -rf qpsmtpd/log ln -s /var/log/qpsmtpd qpsmtpd/log mv qpsmtpd/config /etc/qpsmtpd ln -s /etc/qpsmtpd qpsmtpd/config The user smtpd also needs its own tmp directory: mkdir ~smtpd/tmp chown smtpd ~smtpd/tmp chmod 700 ~smtpd/tmp ============================================================================================ Have I overlooked anything? Any help or thoughts would be greatly appreciated! Thanx, Jeff. =============================== Jeffery S. Pelkey Sr. Systems Engineer L-3 Communications Titan Group 8400 Corporate Drive Suite 400 Landover, MD 20785 Phone: (301) 925-3222 Ext. 372 NEW E-MAIL ADDRESS: [EMAIL PROTECTED]
