I am really confused now. How should I be starting qmail on a freebsd
system.

my /var/qmail/rc file looks like this:

#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH="/var/qmail/bin:$PATH" \
        qmail-start ./Maildir splogger qmail&

but I read that I should be using tcpserver and that command would be this:

supervise /var/lock/qmail-smtpd tcpserver -v -x/etc/tcp.smtp.cdb -u71 -g1001
0 25 \
  rblsmtpd qmail-smtpd 2>&1 | setuser qmaill accustamp | \
  setuser qmaill cyclog -s5000000 -n5 /var/log/qmail/qmail-smtpd &

and I want to run qmail-pop3d and I am supposed to append this command to my
startup.

tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup mail.yipinet.com \
  /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
  /var/qmail/bin/splogger pop3d &

and /usr/local/etc/rc.d/qmail.sh is a symbolic link to /var/qmail/rc

I am really confused now, can anyone help me?

Thanks in advance.

Max
e. [EMAIL PROTECTED]

Reply via email to