Glen Vickers wrote:

/var/qmail/simscan doesn't exist.

qmHandle -l
Messages in local queue: 0
Messages in remote queue: 0

I don't think it's a problem with the queue though, I'm able to receive just fine. Just received an email about 10 min ago and I can send test emails from another account to 1 on this server just fine. Just can't send from any client now. I was able to send from outlook before, now it fails.

/var/qmail/simscan doesn't exist? Whoa. That's where simscan puts temporary files for scanning, one directory per message:

# ls -ld /var/qmail/simscan
drwxr-x--- 2 clamav root 4096 Apr  3 13:35 /var/qmail/simscan

If you're receiving messages ok, I'm betting that they're not being scanned at all, by spamassassin or clamav. You can't send anything because outbound messages are scanned by clamav by default.

I would:
# mkdir /var/qmail/simscan
# chmod 750 /var/qmail/simscan
# chown clamav:root /var/qmail/simscan
and see if that doesn't fix things up.

BTW, what does your /var/qmail/control/simcontrol contain?

--
-Eric 'shubes'


---------------------------------------------------------------------------------
                Managed Qmailtoaster servers are now available
      Visit http://qmailtoaster.com/QMTManaged.html to order yours today!

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

    Please visit qmailtoaster.com for the latest news, updates, and packages.


         To unsubscribe, e-mail: [email protected]
        For additional commands, e-mail: [email protected]


Reply via email to