Hello,
I have successfully installed qmail on FreeBSD,
using tcpserver & Daemontools i.e. starting qmail daemons from /service 
directory.
(Based on life with qmail help, but here svscan & supervice are not only 
used for qmail)

Currently everything, local to remote, local to local, remote to local 
(including alias)
& pop are working correctly. I have used Maildir as Mail - Storage method.

My Problem is there are no logs generated for smtpd & pop3d

Contents of /service/qmail-send/run
---------------------------------------------------
#!/bin/sh
exec /var/qmail/rc

I have modified /var/qmail/rc as follows to use multilog instead of splogger.

Contents of /var/qmail/rc
----------------------------------------------------
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ /usr/local/bin/multilog -t 
!/usr/local/bin/tai64nlocal /log/qmail

(This Works but below doesn't)

Contents of /service/qmail-smtpd/run
------------------------------------------------------
#!/bin/sh
exec /usr/local/bin/tcpserver -v -Ho -x /etc/qmail/tcp.smtp.cdb -u 1012 -g 
1012 0 smtp /var/qmail/bin/qmail-smtpd

Contents of /service/qmail-smtpd/log/run
---------------------------------------------------------
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t 
!/usr/local/bin/tai64nlocal /log/qmail/smtpd


Though Mail is Correctly Logged for qmail-send in /log/qmail/current
It doesn't seem to work for qmail-smtpd & qmail-pop3d.

I already checked directory permissions
Also is my usage of tai64nlocal correct i.e. as processor in multilog ???

Any Help will be Highly Appreciated..
Thanx
Mustafa M




----------
VeetVision Communications (P) Ltd.
Bungalow C-3, Moghul Gardens, 411001 Pune, India
Tel. 91-20-6113056, 6051597, 6051598 / Fax 91-20-6050652


Reply via email to