Hello Jed,

You were saying that you received up to 600 mails? I think your mail server is acting as relaying for spammers? Check the below:

vi /var/qmail/control/rcpthosts make sure only your domain is listed in there.

check your queue qmailctl queue

Test sending an empty email to your email address.

[EMAIL PROTECTED] wrote:
Here's the deal - two server rebuilds - three recompiles on the latest
machine - Centos 4.2.

I was using use the qmailtoaster.com build for centos for 8 weeks - worked
fine.  Noticed last week I have 600 mails in queue - No way - not hosting
the much - research showed I was wide OPEN.

4 days later figured out how to change the --enabling roaming users and
mysql auth.

Used the admin-toaster/ to setup virtuals - they showed up in db and I can
login into squirrelmail - but not recieve mail - to myself or anyone else
on the system - but it is going out.

qmail stats:
clamd: up (pid 1952) 4365 seconds
imap4: up (pid 1959) 4365 seconds
imap4-ssl: up (pid 1962) 4365 seconds
pop3: up (pid 1958) 4365 seconds
pop3-ssl: up (pid 1967) 4365 seconds
send: up (pid 1954) 4365 seconds
smtp: up (pid 1960) 4365 seconds
spamd: up (pid 1956) 4365 seconds
clamd/log: up (pid 1953) 4365 seconds
imap4/log: up (pid 1951) 4365 seconds
imap4-ssl/log: up (pid 2002) 4365 seconds
pop3/log: up (pid 1955) 4365 seconds
pop3-ssl/log: up (pid 1957) 4365 seconds
send/log: up (pid 1966) 4365 seconds
smtp/log: up (pid 1964) 4365 seconds
spamd/log: up (pid 1965) 4365 seconds

locals: only list localhost

supervise/smtp run:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"

exec /usr/bin/softlimit -m 12000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1


I've been through Simmers/Shupps/....  guidance appreciated

Jim D








---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  
--------------------------------------------------------------------- QmailToaster hosted by: VR Hosted --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to