Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Eric Broch
[root]#ls -ld /var/qmail/simscan drwxr-x--- 4 clamav root 64 Apr 20 14:18 /var/qmail/simscan [root]# ls -ld /var/qmail/simscan/* drwxr-x--- 2 clamav root 39 Dec 23 01:26 /var/qmail/simscan/1482481568.945036.3336 drwxr-x--- 2 clamav root 73 Dec 23 01:34 /var/qmail/simscan/1482482077.257292.3618

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Jeff Koch
Eric - thanks - Jeff On 5/6/2017 10:21 AM, Eric Broch wrote: [root]#ls -ld /var/qmail/simscan drwxr-x--- 4 clamav root 64 Apr 20 14:18 /var/qmail/simscan [root]# ls -ld /var/qmail/simscan/* drwxr-x--- 2 clamav root 39 Dec 23 01:26 /var/qmail/simscan/1482481568.945036.3336 drwxr-x--- 2 clamav

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Jeff Koch
Hi Eric: One other thing. What does it mean when we see 'simscan: no envelope information, deferred exit'? As in the following: 2017-05-06 09:45:11.691723500 simscan: checking attachment image003.png against .bat 2017-05-06 09:45:11.691723500 simscan: checking attachment image003.png

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Eric Broch
Hmm... not sure. Not sure if you a 'c' programmer but here's the code: if ( MailFrom[0] == 0 && RcptTo[0][0] == 0 ) { if ( DebugFlag > 0 ) { fprintf(stderr, "simscan: no envelope information, deferred exit\n"); } exit_clean(EXIT_454); } Looks like the 'mail from' and

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Jeff Koch
Hi Eric: I reinstalled simscan but unfortunately that didn't help. We're still seeing the 451 soft rejects when simscan tries to exec qmail-queue after having clamav analyze attachments. We're also seeing the 'no envelope' deferrals. I assume you don't have these issues on your qmail toaster.

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Eric Broch
What about drive space? On 5/6/2017 5:33 PM, Jeff Koch wrote: Hi Eric: I reinstalled simscan but unfortunately that didn't help. We're still seeing the 451 soft rejects when simscan tries to exec qmail-queue after having clamav analyze attachments. We're also seeing the 'no envelope'

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Jeff Koch
Hi Eric: Drive space is fine - using less than half of the main disk and small percents of the ram disks On 5/6/2017 8:13 PM, Eric Broch wrote: What about drive space? On 5/6/2017 5:33 PM, Jeff Koch wrote: Hi Eric: I reinstalled simscan but unfortunately that didn't help. We're still

Re: [qmailtoaster] qq soft reject with Centos 7

2017-05-06 Thread Jeff Koch
Hi Eric: Would you happen to know where I can get the source code for the qmail-queue.orig. I'd like to see what error code 32 means. Jeff On 5/6/2017 8:13 PM, Eric Broch wrote: What about drive space? On 5/6/2017 5:33 PM, Jeff Koch wrote: Hi Eric: I reinstalled simscan but