I have virtual domains configured using vpopmail and sqwebmail, they are
able to send mail to other domains hosted on the bsd 4.2 system i am using
to run these mail programs, however they are not allowed to send mail out to
other domains on the internet.

I _thought_ i configured the system with roaming users enabled.

I'm using supervise to start qmail.

here's my scripts.

/var/qmail/supervise/send/run

#!/bin/sh

# Using qmail-local to deliver messages to ~/Maildir by default.
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
exec qmail-start ./Maildir
#exec qmail-start '|maildrop'
#splogger qmail&

/var/qmail/supervise/smtp/run

#!/bin/sh
# config for tcpserver to enable roaming users
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
exec softlimit -m 2000000 tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb
\
-c20 -u81 -g81 0 smtp rblsmtpd qmail-smtpd 2>&1

this is where i think the problem is.  for as long as i have had this system
running, i've never seen anything show up in the log file for smtp, (except
when i had things misconfigured and supervise couldn't start qmail-smtpd.
But since then, NOTHING shows up in this log file.

any help would be greatly appreciated.

Peter Brezny
SysAdmin Services Inc.

Reply via email to