Re: [qmailtoaster] qmail-smtpd: qq soft reject

2017-07-23 Thread Eric Broch

Remo,

Each line in the file /var/qmail/log/smtp/current begins with a time 
stamp (@4000597588490af48ae4). To convert the time stamp run the 
following command with 'tai64nlocal'. It will give you real time.


# cat /var/qmail/log/smtp/current | tai64nlocal | grep qq

Check /var/log/maillog for corresponding entries for simscan and clamav. 
A qq soft reject is usually associated with one of these programs called 
by simscan or simscan itself. The last time someone had an issue with 
this it ended up being simscan permissions.


You can debug simscan by entering the following lines in 
/var/qmail/supervise/smtp/run and stopping and starting qmail. Logging 
will be to /var/qmail/log/smtp/current.


SIMSCAN_DEBUG=3
export SIMSCAN_DEBUG

My file looks like this after the changes:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
SIMSCAN_DEBUG=5
export SIMSCAN_DEBUG

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


You can also disable clamav and spamassassin in 
/var/qmail/control/simcontrol.


Change

:clam=yes,spam=yes,spam_hits=12,attach=.mp3:.src:.bat:.pif

to

:clam=no,spam=no,spam_hits=12,attach=.mp3:.src:.bat:.pif

# qmailctl cdb

# qmailctl stop

# qmailctl start


Eric



On 7/23/2017 11:38 PM, Remo Mattei wrote:
qmail-smtpd: qq soft reject (mail server temporarily rejected message 
(#4.3.0)): MAILFROM





Eric Broch 
July 23, 2017 at 10:36 PM
Did you check /var/log/maillog for corresponding times with the qq 
soft reject?





Remo Mattei 
July 23, 2017 at 10:34 PM
I changed the permissions now to 2750 and chown to clamav the simscan 
dir.


Shell see.

Remo





Eric Broch 
July 23, 2017 at 10:27 PM
Are there any errors in /var/log/maillog as well?

Have a look at this thread:

https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg40456.html 






Remo Mattei 
July 23, 2017 at 10:12 PM
What's the best fix to have this not happing?

Remo







--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] qmail-smtpd: qq soft reject

2017-07-23 Thread Eric Broch


Did you check /var/log/maillog for corresponding times with the qq soft 
reject?


On 7/23/2017 11:34 PM, Remo Mattei wrote:
I changed the permissions now to 2750 and chown to clamav the simscan 
dir.


Shell see.

Remo




Eric Broch 
July 23, 2017 at 10:27 PM
Are there any errors in /var/log/maillog as well?

Have a look at this thread:

https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg40456.html 






Remo Mattei 
July 23, 2017 at 10:12 PM
What's the best fix to have this not happing?

Remo







--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] qmail-smtpd: qq soft reject

2017-07-23 Thread Remo Mattei
I changed the permissions now to 2750 and chown to clamav the simscan dir.

Shell see.

Remo



> Eric Broch 
> July 23, 2017 at 10:27 PM
> Are there any errors in /var/log/maillog as well?
>
> Have a look at this thread:
>
> https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg40456.html
>
>
>
>
>
> Remo Mattei 
> July 23, 2017 at 10:12 PM
> What's the best fix to have this not happing?
>
> Remo
>
>
>



Re: [qmailtoaster] qmail-smtpd: qq soft reject

2017-07-23 Thread Eric Broch

Are there any errors in /var/log/maillog as well?

Have a look at this thread:

https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg40456.html


On 7/23/2017 11:12 PM, Remo Mattei wrote:

What's the best fix to have this not happing?

Remo



--
Eric Broch
White Horse Technical Consulting (WHTC)



[qmailtoaster] qmail-smtpd: qq soft reject

2017-07-23 Thread Remo Mattei
What's the best fix to have this not happing?

Remo




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Sean P. Murphy
Ah.  I use Slackware for my non-work computing needs.  That, and a couple of 
OpenBSD machines.  This is a systemd related move, I assume.

We're pretty much a CentOS shop at my work, so I'm going with it regardless.  
I'll make it work.

> On Mar 4, 2017, at 12:56 AM, Tony White  wrote:
> 
> FYI - looking at Devuan, Slackware as a replacement for CentOS5.
> 
> best wishes
>   Tony White
> 
> 
>> On 4/03/2017 16:47, Sean P. Murphy wrote:
>> Happy to help, Tony.
>> 
>> On Mar 4, 2017, at 12:42 AM, Tony White  wrote:
>> 
>>> Hi,
>>>   Thank you you are both correct.
>>> It was indeed clamd causing the issue.
>>> As to finally upgrading to CentOS 6 or 7 well that is
>>> not going to happen. 
>>> 
>>>   Thanks again.
>>> 
>>> best wishes
>>>   Tony White
>>> 
>>> On 4/03/2017 16:00, Sean P. Murphy wrote:
 Tony,
 
 This is an issue with a signature in the daily clamav database update.  It 
 affects servers running on CentOS 5 due to the fact that they have a 
 version of pcre that clamav can't link to properly to form the database.  
 CentOS 6 and 7 aren't affected.  Supposedly the clamav folks have built a 
 version of daily that won't break mail delivery, but I don't know for 
 sure.  If you turn off clamav in simcontrol and recompile qmail cab, then 
 mail delivery will resume unaffected.  You won't have virus scanning on 
 incoming mail, but at least delivery will work.
 
 Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users for 
 a better explanation.
 
 They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like 
 it's finally time to  
 upgrade those old servers, eh?
 
 On Mar 3, 2017, at 10:26 PM, Tony White  wrote:
 
> Hi folks,
>   This is Tony sorry to have to use a Yahoo acount but my mail server
> broke this morning at 8am.
>   Submission and SMTP servers are now responding to connections
> with this error...
> 
> qmail-smtpd: qq soft reject (mail server temporarily rejected message 
> (#4.3.0))
> 
> I have made no changes so I am at a loss to the issue. Clamd is at 100% on
> a single core might that be the issue?
> 
> TIA.
> 
> Tony
>>> 
> 


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Tony White

FYI - looking at Devuan, Slackware as a replacement for CentOS5.

best wishes
  Tony White


On 4/03/2017 16:47, Sean P. Murphy wrote:

Happy to help, Tony.

On Mar 4, 2017, at 12:42 AM, Tony White > wrote:


Hi,
  Thank you you are both correct.
It was indeed clamd causing the issue.
As to finally upgrading to CentOS 6 or 7 well that is
not going to happen.

  Thanks again.

best wishes
   Tony White

On 4/03/2017 16:00, Sean P. Murphy wrote:

Tony,

This is an issue with a signature in the daily clamav database update.  It affects servers running on CentOS 5 due to 
the fact that they have a version of pcre that clamav can't link to properly to form the database.  CentOS 6 and 7 
aren't affected.  Supposedly the clamav folks have built a version of daily that won't break mail delivery, but I don't 
know for sure.  If you turn off clamav in simcontrol and recompile qmail cab, then mail delivery will resume 
unaffected.  You won't have virus scanning on incoming mail, but at least delivery will work.


Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users  
for a better explanation.


They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like it's 
finally time to
upgrade those old servers, eh?

On Mar 3, 2017, at 10:26 PM, Tony White  wrote:


Hi folks,
  This is Tony sorry to have to use a Yahoo acount but my mail server
broke this morning at 8am.
  Submission and SMTP servers are now responding to connections
with this error...

qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

I have made no changes so I am at a loss to the issue. Clamd is at 100% on
a single core might that be the issue?

TIA.

Tony






Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Sean P. Murphy
Happy to help, Tony.

> On Mar 4, 2017, at 12:42 AM, Tony White  wrote:
> 
> Hi,
>   Thank you you are both correct.
> It was indeed clamd causing the issue.
> As to finally upgrading to CentOS 6 or 7 well that is
> not going to happen. 
> 
>   Thanks again.
> 
> best wishes
>   Tony White
> 
> On 4/03/2017 16:00, Sean P. Murphy wrote:
>> Tony,
>> 
>> This is an issue with a signature in the daily clamav database update.  It 
>> affects servers running on CentOS 5 due to the fact that they have a version 
>> of pcre that clamav can't link to properly to form the database.  CentOS 6 
>> and 7 aren't affected.  Supposedly the clamav folks have built a version of 
>> daily that won't break mail delivery, but I don't know for sure.  If you 
>> turn off clamav in simcontrol and recompile qmail cab, then mail delivery 
>> will resume unaffected.  You won't have virus scanning on incoming mail, but 
>> at least delivery will work.
>> 
>> Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users for a 
>> better explanation.
>> 
>> They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like it's 
>> finally time to  
>> upgrade those old servers, eh?
>> 
>> On Mar 3, 2017, at 10:26 PM, Tony White  wrote:
>> 
>>> Hi folks,
>>>   This is Tony sorry to have to use a Yahoo acount but my mail server
>>> broke this morning at 8am.
>>>   Submission and SMTP servers are now responding to connections
>>> with this error...
>>> 
>>> qmail-smtpd: qq soft reject (mail server temporarily rejected message 
>>> (#4.3.0))
>>> 
>>> I have made no changes so I am at a loss to the issue. Clamd is at 100% on
>>> a single core might that be the issue?
>>> 
>>> TIA.
>>> 
>>> Tony
> 


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Tony White

Hi Sean,
  Again, you are correct. I have been watching my server for the last
hour or so now and it is operating perfectly.

best wishes
  Tony White


On 4/03/2017 16:37, Sean P. Murphy wrote:

OK, everyone.

On my CentOS 5 main and test servers, I deleted the old database files and ran 
freshclam.

After the files had downloaded, I restarted clamd without re-enabling it in simcontrol to see if the compile errors 
started up again.  After a few runs through clam's self check, no errors present, so I re-enabled clam in simcontrol and 
everything is operating as it should be.  I'm going to stay up for a bit and watch it, but I think the latest daily build 
has fixed things.


Come Monday, it's time to find a new server and start preparing to set up a new 
toaster.

Stay safe out there.

On Mar 4, 2017, at 12:00 AM, Sean P. Murphy > wrote:


Tony,

This is an issue with a signature in the daily clamav database update.  It affects servers running on CentOS 5 due to 
the fact that they have a version of pcre that clamav can't link to properly to form the database.  CentOS 6 and 7 
aren't affected.  Supposedly the clamav folks have built a version of daily that won't break mail delivery, but I don't 
know for sure.  If you turn off clamav in simcontrol and recompile qmail cab, then mail delivery will resume unaffected. 
 You won't have virus scanning on incoming mail, but at least delivery will work.


Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users  
for a better explanation.


They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like it's 
finally time to
upgrade those old servers, eh?

On Mar 3, 2017, at 10:26 PM, Tony White > wrote:


Hi folks,
  This is Tony sorry to have to use a Yahoo acount but my mail server
broke this morning at 8am.
  Submission and SMTP servers are now responding to connections
with this error...

qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

I have made no changes so I am at a loss to the issue. Clamd is at 100% on
a single core might that be the issue?

TIA.

Tony




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Tony White

Hi,
  Thank you you are both correct.
It was indeed clamd causing the issue.
As to finally upgrading to CentOS 6 or 7 well that is
not going to happen.

  Thanks again.

best wishes
  Tony White

On 4/03/2017 16:00, Sean P. Murphy wrote:


Tony,

This is an issue with a signature in the daily clamav database update.  It affects servers running on CentOS 5 due to the 
fact that they have a version of pcre that clamav can't link to properly to form the database.  CentOS 6 and 7 aren't 
affected.  Supposedly the clamav folks have built a version of daily that won't break mail delivery, but I don't know for 
sure.  If you turn off clamav in simcontrol and recompile qmail cab, then mail delivery will resume unaffected.  You 
won't have virus scanning on incoming mail, but at least delivery will work.


Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users  
for a better explanation.


They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like it's 
finally time to
upgrade those old servers, eh?

On Mar 3, 2017, at 10:26 PM, Tony White > wrote:


Hi folks,
  This is Tony sorry to have to use a Yahoo acount but my mail server
broke this morning at 8am.
  Submission and SMTP servers are now responding to connections
with this error...

qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

I have made no changes so I am at a loss to the issue. Clamd is at 100% on
a single core might that be the issue?

TIA.

Tony




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Eric Broch

Thanks for the update, Sean!


On 3/3/2017 10:37 PM, Sean P. Murphy wrote:

OK, everyone.

On my CentOS 5 main and test servers, I deleted the old database files 
and ran freshclam.


After the files had downloaded, I restarted clamd without re-enabling 
it in simcontrol to see if the compile errors started up again.  After 
a few runs through clam's self check, no errors present, so I 
re-enabled clam in simcontrol and everything is operating as it should 
be.  I'm going to stay up for a bit and watch it, but I think the 
latest daily build has fixed things.


Come Monday, it's time to find a new server and start preparing to set 
up a new toaster.


Stay safe out there.

On Mar 4, 2017, at 12:00 AM, Sean P. Murphy > wrote:



Tony,

This is an issue with a signature in the daily clamav database 
update.  It affects servers running on CentOS 5 due to the fact that 
they have a version of pcre that clamav can't link to properly to 
form the database.  CentOS 6 and 7 aren't affected.  Supposedly the 
clamav folks have built a version of daily that won't break mail 
delivery, but I don't know for sure.  If you turn off clamav in 
simcontrol and recompile qmail cab, then mail delivery will resume 
unaffected.  You won't have virus scanning on incoming mail, but at 
least delivery will work.


Check the clamav mailing list: 
lists.clamav.net/pipermail/clamav-users 
 for a better 
explanation.


They won't support clamav 99.3 on pre-CentOS 6 installs, so looks 
like it's finally time to

upgrade those old servers, eh?

On Mar 3, 2017, at 10:26 PM, Tony White > wrote:



Hi folks,
  This is Tony sorry to have to use a Yahoo acount but my mail server
broke this morning at 8am.
  Submission and SMTP servers are now responding to connections
with this error...

qmail-smtpd: qq soft reject (mail server temporarily rejected 
message (#4.3.0))


I have made no changes so I am at a loss to the issue. Clamd is at 
100% on

a single core might that be the issue?

TIA.

Tony


--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Sean P. Murphy
OK, everyone.

On my CentOS 5 main and test servers, I deleted the old database files and ran 
freshclam.

After the files had downloaded, I restarted clamd without re-enabling it in 
simcontrol to see if the compile errors started up again.  After a few runs 
through clam's self check, no errors present, so I re-enabled clam in 
simcontrol and everything is operating as it should be.  I'm going to stay up 
for a bit and watch it, but I think the latest daily build has fixed things.

Come Monday, it's time to find a new server and start preparing to set up a new 
toaster.

Stay safe out there.

> On Mar 4, 2017, at 12:00 AM, Sean P. Murphy  wrote:
> 
> Tony,
> 
> This is an issue with a signature in the daily clamav database update.  It 
> affects servers running on CentOS 5 due to the fact that they have a version 
> of pcre that clamav can't link to properly to form the database.  CentOS 6 
> and 7 aren't affected.  Supposedly the clamav folks have built a version of 
> daily that won't break mail delivery, but I don't know for sure.  If you turn 
> off clamav in simcontrol and recompile qmail cab, then mail delivery will 
> resume unaffected.  You won't have virus scanning on incoming mail, but at 
> least delivery will work.
> 
> Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users for a 
> better explanation.
> 
> They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like it's 
> finally time to  
> upgrade those old servers, eh?
> 
>> On Mar 3, 2017, at 10:26 PM, Tony White  wrote:
>> 
>> Hi folks,
>>   This is Tony sorry to have to use a Yahoo acount but my mail server
>> broke this morning at 8am.
>>   Submission and SMTP servers are now responding to connections
>> with this error...
>> 
>> qmail-smtpd: qq soft reject (mail server temporarily rejected message 
>> (#4.3.0))
>> 
>> I have made no changes so I am at a loss to the issue. Clamd is at 100% on
>> a single core might that be the issue?
>> 
>> TIA.
>> 
>> Tony


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Eric Broch
Turn off Clam and Spamassassin in /var/qmail/simcontrol maybe one at a 
time...clamav first.



On 3/3/2017 8:26 PM, Tony White wrote:

Hi folks,
  This is Tony sorry to have to use a Yahoo acount but my mail server
broke this morning at 8am.
  Submission and SMTP servers are now responding to connections
with this error...

qmail-smtpd: qq soft reject (mail server temporarily rejected message 
(#4.3.0))


I have made no changes so I am at a loss to the issue. Clamd is at 100% on
a single core might that be the issue?

TIA.

Tony


--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Sean P. Murphy
Tony,

This is an issue with a signature in the daily clamav database update.  It 
affects servers running on CentOS 5 due to the fact that they have a version of 
pcre that clamav can't link to properly to form the database.  CentOS 6 and 7 
aren't affected.  Supposedly the clamav folks have built a version of daily 
that won't break mail delivery, but I don't know for sure.  If you turn off 
clamav in simcontrol and recompile qmail cab, then mail delivery will resume 
unaffected.  You won't have virus scanning on incoming mail, but at least 
delivery will work.

Check the clamav mailing list: lists.clamav.net/pipermail/clamav-users for a 
better explanation.

They won't support clamav 99.3 on pre-CentOS 6 installs, so looks like it's 
finally time to  
upgrade those old servers, eh?

> On Mar 3, 2017, at 10:26 PM, Tony White  wrote:
> 
> Hi folks,
>   This is Tony sorry to have to use a Yahoo acount but my mail server
> broke this morning at 8am.
>   Submission and SMTP servers are now responding to connections
> with this error...
> 
> qmail-smtpd: qq soft reject (mail server temporarily rejected message 
> (#4.3.0))
> 
> I have made no changes so I am at a loss to the issue. Clamd is at 100% on
> a single core might that be the issue?
> 
> TIA.
> 
> Tony


[qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2017-03-03 Thread Tony White
Hi folks,
  This is Tony sorry to have to use a Yahoo acount but my mail server
broke this morning at 8am.
  Submission and SMTP servers are now responding to connections
with this error...

qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

I have made no changes so I am at a loss to the issue. Clamd is at 100% on
a single core might that be the issue?

TIA.

Tony


[qmailtoaster] qmail-smtpd: qq soft reject

2011-05-18 Thread apowell
I am getting qmail-smtpd: qq soft reject in my  
/var/log/qmail/smtpd/current log file. I also noticed that when I run  
qmailctl I get:

authlib: up (pid 6059) 148940 seconds

clamd: up (pid 29299) 2110 seconds

imap4: up (pid 6045) 148940 seconds

imap4-ssl: up (pid 6057) 148940 seconds

pop3: up (pid 6058) 148940 seconds

pop3-ssl: up (pid 6060) 148940 seconds

send: up (pid 6335) 148935 seconds

smtp: up (pid 6056) 148940 seconds

spamd: up (pid 22503) 21862 seconds

submission: up (pid 6046) 148940 seconds

authlib/log: up (pid 6340) 148935 seconds

clamd/log: up (pid 29296) 2110 seconds

imap4/log: up (pid 6049) 148940 seconds

imap4-ssl/log: up (pid 6337) 148935 seconds

pop3/log: up (pid 6344) 148935 seconds

pop3-ssl/log: up (pid 6343) 148935 seconds

send/log: up (pid 6332) 148935 seconds

smtp/log: up (pid 6336) 148935 seconds

spamd/log: up (pid 22499) 21862 seconds

submission/log: up (pid 6334) 148935 seconds

it looks like clamd is restarting.

during the same time as the qmail-smtpd: qq soft reject in the smtp  
log I get the following in the /var/log/qmail/clamd/current:


2011-05-18 09:27:34.119538500 Waiting for all threads to finish

2011-05-18 09:27:34.431673500 Shutting down the main socket.

2011-05-18 09:27:34.431682500 --- Stopped at Wed May 18 09:27:34 2011

2011-05-18 09:27:34.431684500 Closing the main socket.

2011-05-18 09:27:34.431685500 Socket file removed.

2011-05-18 09:27:40.854772500 LibClamAV Warning: Detected duplicate  
databases /usr/share/clamav/main.cvd and /usr/share/clamav/main.cld,  
please manually remove one of them


2011-05-18 09:27:42.134983500 Limits: Global size limit set to  
104857600 bytes.


2011-05-18 09:27:42.135067500 Limits: File size limit set to 26214400 bytes.

2011-05-18 09:27:42.135158500 Limits: Recursion level limit set to 16.

2011-05-18 09:27:42.135216500 Limits: Files limit set to 1.

2011-05-18 09:27:42.135303500 Limits: Core-dump limit is 0.

2011-05-18 09:27:42.135357500 Archive support enabled.

2011-05-18 09:27:42.135420500 Algorithmic detection enabled.

2011-05-18 09:27:42.135474500 Portable Executable support enabled.

2011-05-18 09:27:42.135524500 ELF support enabled.

2011-05-18 09:27:42.135577500 Mail files support enabled.

2011-05-18 09:27:42.135638500 OLE2 support enabled.

2011-05-18 09:27:42.135691500 PDF support enabled.

2011-05-18 09:27:42.135741500 HTML support enabled.

2011-05-18 09:27:42.135796500 Self checking every 600 seconds.

2011-05-18 09:27:42.135848500 Listening daemon: PID: 6997

2011-05-18 09:27:42.135938500 MaxQueue set to: 100


I am running clamav-toaster-0.97.0-1.3.41


Any ideas?



Thanks

--
Aaron Powell
IT Manager
ST Communications
Office: 785-460-7300
Fax: 785-460-7301







-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject

2011-05-18 Thread Cecil Yother, Jr.

Did you manually remove one of the databases yet?

On 05/18/2011 08:10 AM, apow...@st-tel.net wrote:
I am getting qmail-smtpd: qq soft reject in my 
/var/log/qmail/smtpd/current log file. I also noticed that when I run 
qmailctl I get:

authlib: up (pid 6059) 148940 seconds

clamd: up (pid 29299) 2110 seconds

imap4: up (pid 6045) 148940 seconds

imap4-ssl: up (pid 6057) 148940 seconds

pop3: up (pid 6058) 148940 seconds

pop3-ssl: up (pid 6060) 148940 seconds

send: up (pid 6335) 148935 seconds

smtp: up (pid 6056) 148940 seconds

spamd: up (pid 22503) 21862 seconds

submission: up (pid 6046) 148940 seconds

authlib/log: up (pid 6340) 148935 seconds

clamd/log: up (pid 29296) 2110 seconds

imap4/log: up (pid 6049) 148940 seconds

imap4-ssl/log: up (pid 6337) 148935 seconds

pop3/log: up (pid 6344) 148935 seconds

pop3-ssl/log: up (pid 6343) 148935 seconds

send/log: up (pid 6332) 148935 seconds

smtp/log: up (pid 6336) 148935 seconds

spamd/log: up (pid 22499) 21862 seconds

submission/log: up (pid 6334) 148935 seconds

it looks like clamd is restarting.

during the same time as the qmail-smtpd: qq soft reject in the smtp 
log I get the following in the /var/log/qmail/clamd/current:


2011-05-18 09:27:34.119538500 Waiting for all threads to finish

2011-05-18 09:27:34.431673500 Shutting down the main socket.

2011-05-18 09:27:34.431682500 --- Stopped at Wed May 18 09:27:34 2011

2011-05-18 09:27:34.431684500 Closing the main socket.

2011-05-18 09:27:34.431685500 Socket file removed.

2011-05-18 09:27:40.854772500 LibClamAV Warning: Detected duplicate 
databases /usr/share/clamav/main.cvd and /usr/share/clamav/main.cld, 
please manually remove one of them


2011-05-18 09:27:42.134983500 Limits: Global size limit set to 
104857600 bytes.


2011-05-18 09:27:42.135067500 Limits: File size limit set to 26214400 
bytes.


2011-05-18 09:27:42.135158500 Limits: Recursion level limit set to 16.

2011-05-18 09:27:42.135216500 Limits: Files limit set to 1.

2011-05-18 09:27:42.135303500 Limits: Core-dump limit is 0.

2011-05-18 09:27:42.135357500 Archive support enabled.

2011-05-18 09:27:42.135420500 Algorithmic detection enabled.

2011-05-18 09:27:42.135474500 Portable Executable support enabled.

2011-05-18 09:27:42.135524500 ELF support enabled.

2011-05-18 09:27:42.135577500 Mail files support enabled.

2011-05-18 09:27:42.135638500 OLE2 support enabled.

2011-05-18 09:27:42.135691500 PDF support enabled.

2011-05-18 09:27:42.135741500 HTML support enabled.

2011-05-18 09:27:42.135796500 Self checking every 600 seconds.

2011-05-18 09:27:42.135848500 Listening daemon: PID: 6997

2011-05-18 09:27:42.135938500 MaxQueue set to: 100


I am running clamav-toaster-0.97.0-1.3.41


Any ideas?



Thanks



--
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787 | http://yother.com
Check out the new Volvo classified resource http://www.volvoclassified.com


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject

2011-05-18 Thread apowell

Yes. I removed the main.cld. I am still having the same problem.

Thanks

--
Aaron Powell
IT Manager
ST Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Cecil Yother, Jr. c...@yother.com:


Did you manually remove one of the databases yet?

On 05/18/2011 08:10 AM, apow...@st-tel.net wrote:
I am getting qmail-smtpd: qq soft reject in my  
/var/log/qmail/smtpd/current log file. I also noticed that when I  
run qmailctl I get:

authlib: up (pid 6059) 148940 seconds

clamd: up (pid 29299) 2110 seconds

imap4: up (pid 6045) 148940 seconds

imap4-ssl: up (pid 6057) 148940 seconds

pop3: up (pid 6058) 148940 seconds

pop3-ssl: up (pid 6060) 148940 seconds

send: up (pid 6335) 148935 seconds

smtp: up (pid 6056) 148940 seconds

spamd: up (pid 22503) 21862 seconds

submission: up (pid 6046) 148940 seconds

authlib/log: up (pid 6340) 148935 seconds

clamd/log: up (pid 29296) 2110 seconds

imap4/log: up (pid 6049) 148940 seconds

imap4-ssl/log: up (pid 6337) 148935 seconds

pop3/log: up (pid 6344) 148935 seconds

pop3-ssl/log: up (pid 6343) 148935 seconds

send/log: up (pid 6332) 148935 seconds

smtp/log: up (pid 6336) 148935 seconds

spamd/log: up (pid 22499) 21862 seconds

submission/log: up (pid 6334) 148935 seconds

it looks like clamd is restarting.

during the same time as the qmail-smtpd: qq soft reject in the smtp  
log I get the following in the /var/log/qmail/clamd/current:


2011-05-18 09:27:34.119538500 Waiting for all threads to finish

2011-05-18 09:27:34.431673500 Shutting down the main socket.

2011-05-18 09:27:34.431682500 --- Stopped at Wed May 18 09:27:34 2011

2011-05-18 09:27:34.431684500 Closing the main socket.

2011-05-18 09:27:34.431685500 Socket file removed.

2011-05-18 09:27:40.854772500 LibClamAV Warning: Detected duplicate  
databases /usr/share/clamav/main.cvd and  
/usr/share/clamav/main.cld, please manually remove one of them


2011-05-18 09:27:42.134983500 Limits: Global size limit set to  
104857600 bytes.


2011-05-18 09:27:42.135067500 Limits: File size limit set to 26214400 bytes.

2011-05-18 09:27:42.135158500 Limits: Recursion level limit set to 16.

2011-05-18 09:27:42.135216500 Limits: Files limit set to 1.

2011-05-18 09:27:42.135303500 Limits: Core-dump limit is 0.

2011-05-18 09:27:42.135357500 Archive support enabled.

2011-05-18 09:27:42.135420500 Algorithmic detection enabled.

2011-05-18 09:27:42.135474500 Portable Executable support enabled.

2011-05-18 09:27:42.135524500 ELF support enabled.

2011-05-18 09:27:42.135577500 Mail files support enabled.

2011-05-18 09:27:42.135638500 OLE2 support enabled.

2011-05-18 09:27:42.135691500 PDF support enabled.

2011-05-18 09:27:42.135741500 HTML support enabled.

2011-05-18 09:27:42.135796500 Self checking every 600 seconds.

2011-05-18 09:27:42.135848500 Listening daemon: PID: 6997

2011-05-18 09:27:42.135938500 MaxQueue set to: 100


I am running clamav-toaster-0.97.0-1.3.41


Any ideas?



Thanks



--
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787 | http://yother.com
Check out the new Volvo classified resource http://www.volvoclassified.com


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

   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.
 To unsubscribe, e-mail:  
qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




--
BEGIN-ANTISPAM-VOTING-LINKS
--

Teach CanIt if this mail (ID 03EJ41GlS) is spam:
Spam: 
http://spam.st-tel.net/canit/b.php?i=03EJ41GlSm=7013ca7f1267t=20110518c=s
Not spam: 
http://spam.st-tel.net/canit/b.php?i=03EJ41GlSm=7013ca7f1267t=20110518c=n
Forget vote:  
http://spam.st-tel.net/canit/b.php?i=03EJ41GlSm=7013ca7f1267t=20110518c=f

--
END-ANTISPAM-VOTING-LINKS








-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0

2010-04-27 Thread Hamza Sani Abubakar Usman




Dear Friends,

My Qmail toaster was working fine since last 1 year but now before a two day 
ago I have received any complaints regarding, e-mail not receiving at their 
e-mail addresses. then check server logs and found the following error 
highlighted below:

@40004bd68d4c16eb64bc CHKUSER accepted rcpt: from hamza.s...@gmail.com:: 
remote mail-gy0-f176.google.com:unknown:209.85.160.176 rcpt 
hamzas...@dtlinks.net : found existing recipient
@40004bd68d4c16ec7dfc spamdyke[3885]: ALLOWED from: hamza.s...@gmail.com 
to: hamzas...@dtlinks.net origin_ip: 209.85.160.176 origin_rdns: 
mail-gy0-f176.google.com auth: (unknown)
@40004bd68d4d09b86164 qmail-smtpd: qq soft reject (unable to exec qq 
(#4.3.0)): MAILFROMhamza.s...@gmail.com RCPTTO:hamzas...@dtlinks.net
@40004bd68d4d20ed0614 tcpserver: end 3885 status 0
@40004bd68d4d20ed5fec tcpserver: status: 0/100


Please help me to resolve this issues i dont know whats this error mean.

Thanks in Advance
  
  
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969

Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0

2010-04-27 Thread Natalio Gatti
Which clamav version do you have? If it is older than 0.94 you have to
upgrade.

On Tue, Apr 27, 2010 at 4:20 AM, Hamza Sani Abubakar Usman 
hamza_s...@hotmail.com wrote:

 Dear Friends,

 My Qmail toaster was working fine since last 1 year but now before a two
 day ago I have received any complaints regarding, e-mail not receiving at
 their e-mail addresses. then check server logs and found the following error
 highlighted below:

 @40004bd68d4c16eb64bc CHKUSER accepted rcpt: from
 hamza.s...@gmail.com:: remote 
 mail-gy0-f176.google.com:unknown:209.85.160.176
 rcpt hamzas...@dtlinks.net : found existing recipient
 @40004bd68d4c16ec7dfc spamdyke[3885]: ALLOWED from:
 hamza.s...@gmail.com to: hamzas...@dtlinks.net origin_ip: 209.85.160.176
 origin_rdns: mail-gy0-f176.google.com auth: (unknown)
 @40004bd68d4d09b86164 qmail-smtpd: qq soft reject (unable to exec qq
 (#4.3.0)): MAILFROMhamza.s...@gmail.com 
 RCPTTO:hamzas...@dtlinks.netrcptto%3ahamzas...@dtlinks.net
 @40004bd68d4d20ed0614 tcpserver: end 3885 status 0
 @40004bd68d4d20ed5fec tcpserver: status: 0/100


 Please help me to resolve this issues i dont know whats this error mean.

 Thanks in Advance

 https://signup.live.com/signup.aspx?id=60969
 --
 Hotmail: Free, trusted and rich email service. Get it 
 now.https://signup.live.com/signup.aspx?id=60969



RE: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0

2010-04-27 Thread Hamza Sani Abubakar Usman

Thank you for your suggestion, after update of clam-av my e-mails receiving 
successfully. :).


Date: Tue, 27 Apr 2010 09:55:39 -0300
From: nga...@gmail.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq  
(#4.3.0

Which clamav version do you have? If it is older than 0.94 you have to upgrade.


On Tue, Apr 27, 2010 at 4:20 AM, Hamza Sani Abubakar Usman 
hamza_s...@hotmail.com wrote:


Dear Friends,

My Qmail toaster was working fine since last 1 year but now before a two day 
ago I have received any complaints regarding, e-mail not receiving at their 
e-mail addresses. then check server logs and found the following error 
highlighted below:


@40004bd68d4c16eb64bc CHKUSER accepted rcpt: from hamza.s...@gmail.com:: 
remote mail-gy0-f176.google.com:unknown:209.85.160.176 rcpt 
hamzas...@dtlinks.net : found existing recipient

@40004bd68d4c16ec7dfc spamdyke[3885]: ALLOWED from: hamza.s...@gmail.com 
to: hamzas...@dtlinks.net origin_ip: 209.85.160.176 origin_rdns: 
mail-gy0-f176.google.com auth: (unknown)

@40004bd68d4d09b86164 qmail-smtpd: qq soft reject (unable to exec qq 
(#4.3.0)): MAILFROMhamza.s...@gmail.com RCPTTO:hamzas...@dtlinks.net

@40004bd68d4d20ed0614 tcpserver: end 3885 status 0
@40004bd68d4d20ed5fec tcpserver: status: 0/100


Please help me to resolve this issues i dont know whats this error mean.

Thanks in Advance






Hotmail: Free, trusted and rich email service. Get it now.
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

[qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0))

2010-02-14 Thread Mike Canty
To all,
For some reason we started getting issues with our mail server.  All
messages matching the following line in the smtp.tcp file errored.
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/p
rivate,QMAILQUEUE=var/qmail/bin/simscan,NOP0FCHECK=1

This is part of the error found in the /var/log/qmail/smtp current log.
qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0))

Thinking this is related to Clamav or Spamassassin I have tried updating
these programs using the qtp-newmodel script, to no avail.  I have also
checked the simscan permissions and reset the databases using
/var/qmail/bin/simscanmk and /var/qmail/bin/simscanmk -g

What I cannot workout, is there were no configuration changes to create this
problem, but one of our servers that we pass mail to using aliases was
unreachable for around two hours.  The problem occurred around the time of
that issue.

My only out at this stage is to remove the simscan section
(QMAILQUEUE=var/qmail/bin/simscan) from the smtp.tcp line.

Can anyone shed some light into what is happening?

Cheers

Mike Canty


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-28 Thread Ruud v.d Burg

Jake Vickers schreef:

Ruud v.d Burg wrote:
After installing the qmailtoaster mail server i successfully managed 
to send a email from my mail server but I am unable to receive email. 
I then searched the logs and found these two things that obviously 
cant be good. Does anyone know a solution for this?


@40004a69410224bf0d14 tcpserver: ok 825 
advies4you.nl:192.168.6.31:25 :194.109.24.37::2617


@40004a69410531bb9eec CHKUSER accepted sender: from 
rvdb...@vcn.nl:: remote 
smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt  : sender accepted


@40004a694105391b50ec CHKUSER accepted rcpt: from 
rvdb...@vcn.nl:: remote 
smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt 
r...@advies4you.nl : found existing recipient


@40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - 
local r...@advies4you.nl (UNAUTHENTICATED SENDER)


@40004a694105391b8b84 policy_check: policy allows transmission

@40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec 
qq (#4.3.0)): MAILFROM:rvdb...@vcn.nl RCPTTO:r...@advies4you.nl




and



@40004a696aa721d4e574 [3557] error: Can't locate 
Mail/DomainKeys/Message.pm in @INC (@INC contains: 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin 
(from @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC 
contains: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation 
aborted at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d95244 [3557] warn: Compilation failed in require 
at (eval 31) line 1.




Try installing/fixing the perl module and see if that clears it up.


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com



I was unable to fix it so i reinstalled the server, now it does not soft 
reject anymore and its working fine. I guess something went wrong during 
the installation last time.

Thanks for the help

Ruud

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-28 Thread ganesh payelkar
On Tue, Jul 28, 2009 at 2:26 PM, Ruud v.d Burg rvdb...@vcn.nl wrote:

 Jake Vickers schreef:

  Ruud v.d Burg wrote:

 After installing the qmailtoaster mail server i successfully managed to
 send a email from my mail server but I am unable to receive email. I then
 searched the logs and found these two things that obviously cant be good.
 Does anyone know a solution for this?

 @40004a69410224bf0d14 tcpserver: ok 825 advies4you.nl:192.168.6.31:25
 :194.109.24.37::2617

 @40004a69410531bb9eec CHKUSER accepted sender: from rvdb...@vcn.nl::
 remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt  : sender
 accepted

 @40004a694105391b50ec CHKUSER accepted rcpt: from rvdb...@vcn.nl::
 remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt 
 r...@advies4you.nl : found existing recipient

 @40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - local
 r...@advies4you.nl (UNAUTHENTICATED SENDER)

 @40004a694105391b8b84 policy_check: policy allows transmission

 @40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec qq
 (#4.3.0)): MAILFROM:rvdb...@vcn.nl 
 RCPTTO:r...@advies4you.nlrcptto%3ar...@advies4you.nl



 and



 @40004a696aa721d4e574 [3557] error: Can't locate
 Mail/DomainKeys/Message.pm in @INC (@INC contains:
 /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.8
 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6
 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
 /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line
 83.

 @40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin
 (from @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC contains:
 /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.8
 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6
 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
 /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line
 83.

 @40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation aborted
 at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm
 line 83.

 @40004a696aa721d95244 [3557] warn: Compilation failed in require at
 (eval 31) line 1.


 Try installing/fixing the perl module and see if that clears it up.


 -

 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
 -

Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com


  I was unable to fix it so i reinstalled the server, now it does not soft
 reject anymore and its working fine. I guess something went wrong during the
 installation last time.
 Thanks for the help

 Ruud




Dear Ruud,


Did you selected any extra package in installation.


Regards,
Ganesh


















 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!

 -
Please visit 

Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-28 Thread Ruud v.d Burg

ganesh payelkar schreef:



On Tue, Jul 28, 2009 at 2:26 PM, Ruud v.d Burg rvdb...@vcn.nl 
mailto:rvdb...@vcn.nl wrote:


Jake Vickers schreef:

Ruud v.d Burg wrote:

After installing the qmailtoaster mail server i
successfully managed to send a email from my mail server
but I am unable to receive email. I then searched the logs
and found these two things that obviously cant be good.
Does anyone know a solution for this?

@40004a69410224bf0d14 tcpserver: ok 825
advies4you.nl:192.168.6.31:25 :194.109.24.37::2617

@40004a69410531bb9eec CHKUSER accepted sender: from
rvdb...@vcn.nl:: remote
smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt  :
sender accepted

@40004a694105391b50ec CHKUSER accepted rcpt: from
rvdb...@vcn.nl:: remote
smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt
r...@advies4you.nl mailto:r...@advies4you.nl : found
existing recipient

@40004a694105391b7be4 policy_check: remote
rvdb...@vcn.nl mailto:rvdb...@vcn.nl - local
r...@advies4you.nl mailto:r...@advies4you.nl
(UNAUTHENTICATED SENDER)

@40004a694105391b8b84 policy_check: policy allows
transmission

@40004a6941053b06bd9c qmail-smtpd: qq soft reject
(unable to exec qq (#4.3.0)): MAILFROM:rvdb...@vcn.nl
mailto:rvdb...@vcn.nl RCPTTO:r...@advies4you.nl
mailto:rcptto%3ar...@advies4you.nl



and



@40004a696aa721d4e574 [3557] error: Can't locate
Mail/DomainKeys/Message.pm in @INC (@INC contains:
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/5.8.8) at

/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm
line 83.

@40004a696aa721d7f2b4 [3557] warn: plugin: failed to
parse plugin (from @INC): Can't locate
Mail/DomainKeys/Message.pm in @INC (@INC contains:
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/5.8.8) at

/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm
line 83.

@40004a696aa721d8ecb4 [3557] warn: BEGIN
failed--compilation aborted at

/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm
line 83.

@40004a696aa721d95244 [3557] warn: Compilation failed
in require at (eval 31) line 1.


Try installing/fixing the perl module and see if that clears
it up.



-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com http://www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and
installations.
  

Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-26 Thread ganesh payelkar
Dear Ruud,

  it seems some dependency problem with perl.. kindly check with
spamassassin --lint


Regards,
Ganesh

On Fri, Jul 24, 2009 at 2:58 AM, Ruud v.d Burg rvdb...@vcn.nl wrote:

 After installing the qmailtoaster mail server i successfully managed to
 send a email from my mail server but I am unable to receive email. I then
 searched the logs and found these two things that obviously cant be good.
 Does anyone know a solution for this?

 @40004a69410224bf0d14 tcpserver: ok 825 advies4you.nl:192.168.6.31:25
 :194.109.24.37::2617

 @40004a69410531bb9eec CHKUSER accepted sender: from rvdb...@vcn.nl::
 remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt  : sender
 accepted

 @40004a694105391b50ec CHKUSER accepted rcpt: from rvdb...@vcn.nl::
 remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt 
 r...@advies4you.nl : found existing recipient

 @40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - local
 r...@advies4you.nl (UNAUTHENTICATED SENDER)

 @40004a694105391b8b84 policy_check: policy allows transmission

 @40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec qq
 (#4.3.0)): MAILFROM:rvdb...@vcn.nl 
 RCPTTO:r...@advies4you.nlrcptto%3ar...@advies4you.nl



 and



 @40004a696aa721d4e574 [3557] error: Can't locate
 Mail/DomainKeys/Message.pm in @INC (@INC contains:
 /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.8
 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6
 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
 /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line
 83.

 @40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin (from
 @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC contains:
 /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.8
 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6
 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
 /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line
 83.

 @40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation aborted at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line
 83.

 @40004a696aa721d95244 [3557] warn: Compilation failed in require at
 (eval 31) line 1.



 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!

 -
Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





[qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-24 Thread Ruud v.d Burg
After installing the qmailtoaster mail server i successfully managed to 
send a email from my mail server but I am unable to receive email. I 
then searched the logs and found these two things that obviously cant be 
good. Does anyone know a solution for this?


@40004a69410224bf0d14 tcpserver: ok 825 
advies4you.nl:192.168.6.31:25 :194.109.24.37::2617


@40004a69410531bb9eec CHKUSER accepted sender: from 
rvdb...@vcn.nl:: remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 
rcpt  : sender accepted


@40004a694105391b50ec CHKUSER accepted rcpt: from rvdb...@vcn.nl:: 
remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt 
r...@advies4you.nl : found existing recipient


@40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - local 
r...@advies4you.nl (UNAUTHENTICATED SENDER)


@40004a694105391b8b84 policy_check: policy allows transmission

@40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec qq 
(#4.3.0)): MAILFROM:rvdb...@vcn.nl RCPTTO:r...@advies4you.nl




and



@40004a696aa721d4e574 [3557] error: Can't locate 
Mail/DomainKeys/Message.pm in @INC (@INC contains: 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin 
(from @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC 
contains: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation aborted 
at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d95244 [3557] warn: Compilation failed in require at 
(eval 31) line 1.



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-24 Thread Philip

Hello
Try to raise the softlimit value in the file : /var/qmail/supervise/smtp/run
it is probably that the issue.


Ruud v.d Burg wrote:
After installing the qmailtoaster mail server i successfully managed 
to send a email from my mail server but I am unable to receive email. 
I then searched the logs and found these two things that obviously 
cant be good. Does anyone know a solution for this?


@40004a69410224bf0d14 tcpserver: ok 825 
advies4you.nl:192.168.6.31:25 :194.109.24.37::2617


@40004a69410531bb9eec CHKUSER accepted sender: from 
rvdb...@vcn.nl:: remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 
rcpt  : sender accepted


@40004a694105391b50ec CHKUSER accepted rcpt: from 
rvdb...@vcn.nl:: remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 
rcpt r...@advies4you.nl : found existing recipient


@40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - local 
r...@advies4you.nl (UNAUTHENTICATED SENDER)


@40004a694105391b8b84 policy_check: policy allows transmission

@40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec 
qq (#4.3.0)): MAILFROM:rvdb...@vcn.nl RCPTTO:r...@advies4you.nl




and



@40004a696aa721d4e574 [3557] error: Can't locate 
Mail/DomainKeys/Message.pm in @INC (@INC contains: 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin 
(from @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC 
contains: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation 
aborted at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d95244 [3557] warn: Compilation failed in require 
at (eval 31) line 1.



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-24 Thread Ruud v.d Burg
Hi Philip, it did not work. I added 2 extra 0's behind that number and 
got the exact same error unfortunately.


Philip schreef:

Hello
Try to raise the softlimit value in the file : 
/var/qmail/supervise/smtp/run

it is probably that the issue.


Ruud v.d Burg wrote:
After installing the qmailtoaster mail server i successfully managed 
to send a email from my mail server but I am unable to receive email. 
I then searched the logs and found these two things that obviously 
cant be good. Does anyone know a solution for this?


@40004a69410224bf0d14 tcpserver: ok 825 
advies4you.nl:192.168.6.31:25 :194.109.24.37::2617


@40004a69410531bb9eec CHKUSER accepted sender: from 
rvdb...@vcn.nl:: remote 
smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt  : sender accepted


@40004a694105391b50ec CHKUSER accepted rcpt: from 
rvdb...@vcn.nl:: remote 
smtp-vbr17.xs4all.nl:unknown:194.109.24.37 rcpt 
r...@advies4you.nl : found existing recipient


@40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - 
local r...@advies4you.nl (UNAUTHENTICATED SENDER)


@40004a694105391b8b84 policy_check: policy allows transmission

@40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec 
qq (#4.3.0)): MAILFROM:rvdb...@vcn.nl RCPTTO:r...@advies4you.nl




and



@40004a696aa721d4e574 [3557] error: Can't locate 
Mail/DomainKeys/Message.pm in @INC (@INC contains: 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin 
(from @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC 
contains: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation 
aborted at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d95244 [3557] warn: Compilation failed in require 
at (eval 31) line 1.



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com








Re: [qmailtoaster] qmail-smtpd: qq soft reject (unable to exec qq (#4.3.0)

2009-07-24 Thread Jake Vickers

Ruud v.d Burg wrote:
After installing the qmailtoaster mail server i successfully managed 
to send a email from my mail server but I am unable to receive email. 
I then searched the logs and found these two things that obviously 
cant be good. Does anyone know a solution for this?


@40004a69410224bf0d14 tcpserver: ok 825 
advies4you.nl:192.168.6.31:25 :194.109.24.37::2617


@40004a69410531bb9eec CHKUSER accepted sender: from 
rvdb...@vcn.nl:: remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 
rcpt  : sender accepted


@40004a694105391b50ec CHKUSER accepted rcpt: from 
rvdb...@vcn.nl:: remote smtp-vbr17.xs4all.nl:unknown:194.109.24.37 
rcpt r...@advies4you.nl : found existing recipient


@40004a694105391b7be4 policy_check: remote rvdb...@vcn.nl - local 
r...@advies4you.nl (UNAUTHENTICATED SENDER)


@40004a694105391b8b84 policy_check: policy allows transmission

@40004a6941053b06bd9c qmail-smtpd: qq soft reject (unable to exec 
qq (#4.3.0)): MAILFROM:rvdb...@vcn.nl RCPTTO:r...@advies4you.nl




and



@40004a696aa721d4e574 [3557] error: Can't locate 
Mail/DomainKeys/Message.pm in @INC (@INC contains: 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d7f2b4 [3557] warn: plugin: failed to parse plugin 
(from @INC): Can't locate Mail/DomainKeys/Message.pm in @INC (@INC 
contains: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d8ecb4 [3557] warn: BEGIN failed--compilation 
aborted at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm 
line 83.


@40004a696aa721d95244 [3557] warn: Compilation failed in require 
at (eval 31) line 1.




Try installing/fixing the perl module and see if that clears it up.


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] qmail-smtpd: qq soft reject temporarily rejected

2008-03-17 Thread Warren Melnick
Check your mysql server and make sure it is running.

W

On Mon, Mar 17, 2008 at 3:03 PM, Rodrigo Morais 
[EMAIL PROTECTED] wrote:

 Problems with qmail.
 momentary instability with qmail to send.
 For 3 minutes becomes unavailable then normalizes and returns to send
 normally.
 Already restart the process of qmail and had no effect.
 I'am restarted the server but still the error.
 Someone suggests something?

 @400047de5a0e0533237c connect(): Connection refused
 @400047de5a0e0533a07c connect(): Connection refused
 @400047de5a0e053492ac connect(): Connection refused
 @400047de5a0e05396124 connect(): No such file or directory
 @400047de5a0e0539d654 connect(): No such file or directory
 @400047de5a0e053afb4c connect(): No such file or directory
 @400047de5a0e06091cd4 qmail-smtpd: qq soft reject (mail server
 temporarily rejected message (#4.3.0)):
 MAILFROM:[EMAIL PROTECTED] RCPTTO:[EMAIL PROTECTED]

 @400047de5a0e0609288c connect(): No such file or directory
 @400047de5a0e06092c74 tcpserver: end 3456 status 0
 @400047de5a0e0609305c tcpserver: status: 99/100
 @400047de5a0e06093444 qmail-smtpd: qq soft reject (mail server
 temporarily rejected message (#4.3.0)):
 MAILFROM:
 [EMAIL PROTECTED]

 RCPTTO:B
 @400047de5a0e060972c4 tcpserver: status: 100/100
 @400047de5a0e060976ac connect(): No such file or directory
 @400047de5a0e06097a94 qmail-smtpd: qq soft reject (mail server
 temporarily rejected message (#4.3.0)):

 --
 []'s


 SpYdErLiNuX
 www.bestlinux.com.br
 Linux User: 388431


Re: [qmailtoaster] qmail-smtpd: qq soft reject temporarily rejected

2008-03-17 Thread Rodrigo Morais
My mysql is running.
Even restarting the MTA not normalized.




2008/3/17, Warren Melnick [EMAIL PROTECTED]:

 Check your mysql server and make sure it is running.

 W

 On Mon, Mar 17, 2008 at 3:03 PM, Rodrigo Morais 
 [EMAIL PROTECTED] wrote:

  Problems with qmail.
  momentary instability with qmail to send.
  For 3 minutes becomes unavailable then normalizes and returns to send
  normally.
  Already restart the process of qmail and had no effect.
  I'am restarted the server but still the error.
  Someone suggests something?
 
  @400047de5a0e0533237c connect(): Connection refused
  @400047de5a0e0533a07c connect(): Connection refused
  @400047de5a0e053492ac connect(): Connection refused
  @400047de5a0e05396124 connect(): No such file or directory
  @400047de5a0e0539d654 connect(): No such file or directory
  @400047de5a0e053afb4c connect(): No such file or directory
  @400047de5a0e06091cd4 qmail-smtpd: qq soft reject (mail server
  temporarily rejected message (#4.3.0)):
  MAILFROM:[EMAIL PROTECTED] RCPTTO:[EMAIL PROTECTED]
 
  @400047de5a0e0609288c connect(): No such file or directory
  @400047de5a0e06092c74 tcpserver: end 3456 status 0
  @400047de5a0e0609305c tcpserver: status: 99/100
  @400047de5a0e06093444 qmail-smtpd: qq soft reject (mail server
  temporarily rejected message (#4.3.0)):
  MAILFROM:
  [EMAIL PROTECTED]
 
  RCPTTO:B
  @400047de5a0e060972c4 tcpserver: status: 100/100
  @400047de5a0e060976ac connect(): No such file or directory
  @400047de5a0e06097a94 qmail-smtpd: qq soft reject (mail server
  temporarily rejected message (#4.3.0)):
 
  --
  []'s
 
 
  SpYdErLiNuX
  www.bestlinux.com.br
  Linux User: 388431





-- 
[]'s


SpYdErLiNuX
www.bestlinux.com.br
Linux User: 388431


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-14 Thread dnk
I have not yet restarted the machine. I can do so... report in a minute.

On Jan 14, 2008 1:15 PM, Phil Leinhauser [EMAIL PROTECTED] wrote:
 Does clamd still spike near 100% for the first few minutes after a restart of 
 the server?



 -Original message-
 From: dnk [EMAIL PROTECTED]
 Date: Mon, 14 Jan 2008 17:04:51 -0500
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server 
 temporarily rejected message (#4.3.0)) solution?

  So I have been watching my machine since installing the later Clamd,
  and it appears to have solved the 100% CPU clamd instance.
 
  I am still going to watch if for another week to see if it pops
  anything else up, then add it to my other toasters.
 
  DNK
 
  On Jan 11, 2008 8:29 AM, dnk [EMAIL PROTECTED] wrote:
   Ok, you sparked my interest, and went and installed it. I will monitor
   it a few times on the hourly run to see what the CPU ends up
   doing.
  
  
   dnk
  
  
   On Jan 11, 2008 8:14 AM, dnk [EMAIL PROTECTED] wrote:
I have not had a moment to attempt this as of yet (Client Audits - fun
times). It is on my list for next week.
   
Regards,
   
Dnk
   
   
   
   
On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:

  PakOgah wrote:

  I was looking through the archives at the thread called qmail-smtpd:
 qq soft reject (mail server temporarily rejected message (#4.3.0))
 and in that thread it was determined that this error was popping up
 when clamd was doing it's hourly thing and hogging all of the CPU. I
 have run into this exact symptom. With the thread it said the machine
 may simply be underpowered. I was curious if there was something
 further that could be done...

  perhaps you can try to upgrade clamav to lastest version on devel 
 site.





  Did this solve your issue?

   
  
 

  -
   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 http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-14 Thread dnk
So I have been watching my machine since installing the later Clamd,
and it appears to have solved the 100% CPU clamd instance.

I am still going to watch if for another week to see if it pops
anything else up, then add it to my other toasters.

DNK

On Jan 11, 2008 8:29 AM, dnk [EMAIL PROTECTED] wrote:
 Ok, you sparked my interest, and went and installed it. I will monitor
 it a few times on the hourly run to see what the CPU ends up
 doing.


 dnk


 On Jan 11, 2008 8:14 AM, dnk [EMAIL PROTECTED] wrote:
  I have not had a moment to attempt this as of yet (Client Audits - fun
  times). It is on my list for next week.
 
  Regards,
 
  Dnk
 
 
 
 
  On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:
  
PakOgah wrote:
  
I was looking through the archives at the thread called qmail-smtpd:
   qq soft reject (mail server temporarily rejected message (#4.3.0))
   and in that thread it was determined that this error was popping up
   when clamd was doing it's hourly thing and hogging all of the CPU. I
   have run into this exact symptom. With the thread it said the machine
   may simply be underpowered. I was curious if there was something
   further that could be done...
  
perhaps you can try to upgrade clamav to lastest version on devel site.
  
  
  
  
  
Did this solve your issue?
  
 


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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-14 Thread Phil Leinhauser
Does clamd still spike near 100% for the first few minutes after a restart of 
the server?


-Original message-
From: dnk [EMAIL PROTECTED]
Date: Mon, 14 Jan 2008 17:04:51 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server 
temporarily rejected message (#4.3.0)) solution?

 So I have been watching my machine since installing the later Clamd,
 and it appears to have solved the 100% CPU clamd instance.
 
 I am still going to watch if for another week to see if it pops
 anything else up, then add it to my other toasters.
 
 DNK
 
 On Jan 11, 2008 8:29 AM, dnk [EMAIL PROTECTED] wrote:
  Ok, you sparked my interest, and went and installed it. I will monitor
  it a few times on the hourly run to see what the CPU ends up
  doing.
 
 
  dnk
 
 
  On Jan 11, 2008 8:14 AM, dnk [EMAIL PROTECTED] wrote:
   I have not had a moment to attempt this as of yet (Client Audits - fun
   times). It is on my list for next week.
  
   Regards,
  
   Dnk
  
  
  
  
   On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:
   
 PakOgah wrote:
   
 I was looking through the archives at the thread called qmail-smtpd:
qq soft reject (mail server temporarily rejected message (#4.3.0))
and in that thread it was determined that this error was popping up
when clamd was doing it's hourly thing and hogging all of the CPU. I
have run into this exact symptom. With the thread it said the machine
may simply be underpowered. I was curious if there was something
further that could be done...
   
 perhaps you can try to upgrade clamav to lastest version on devel site.
   
   
   
   
   
 Did this solve your issue?
   
  
 
 
 -
  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 http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-14 Thread dnk
I rebooted twice. My clam did not hit the CPU at all. My load was high
(1.01) for that machine for about 2-3 minutes while courier did a few
things, but flattened right out after that time period.

One thing though, I had never watched it at boot before adding the new
clam version, so i can not confirm I even had that symptom prior

dnk



On Jan 14, 2008 1:15 PM, dnk [EMAIL PROTECTED] wrote:
 I have not yet restarted the machine. I can do so... report in a minute.


 On Jan 14, 2008 1:15 PM, Phil Leinhauser [EMAIL PROTECTED] wrote:
  Does clamd still spike near 100% for the first few minutes after a restart 
  of the server?
 
 
 
  -Original message-
  From: dnk [EMAIL PROTECTED]
  Date: Mon, 14 Jan 2008 17:04:51 -0500
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server 
  temporarily rejected message (#4.3.0)) solution?
 
   So I have been watching my machine since installing the later Clamd,
   and it appears to have solved the 100% CPU clamd instance.
  
   I am still going to watch if for another week to see if it pops
   anything else up, then add it to my other toasters.
  
   DNK
  
   On Jan 11, 2008 8:29 AM, dnk [EMAIL PROTECTED] wrote:
Ok, you sparked my interest, and went and installed it. I will monitor
it a few times on the hourly run to see what the CPU ends up
doing.
   
   
dnk
   
   
On Jan 11, 2008 8:14 AM, dnk [EMAIL PROTECTED] wrote:
 I have not had a moment to attempt this as of yet (Client Audits - fun
 times). It is on my list for next week.

 Regards,

 Dnk




 On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:
 
   PakOgah wrote:
 
   I was looking through the archives at the thread called 
  qmail-smtpd:
  qq soft reject (mail server temporarily rejected message (#4.3.0))
  and in that thread it was determined that this error was popping up
  when clamd was doing it's hourly thing and hogging all of the CPU. I
  have run into this exact symptom. With the thread it said the 
  machine
  may simply be underpowered. I was curious if there was something
  further that could be done...
 
   perhaps you can try to upgrade clamav to lastest version on devel 
  site.
 
 
 
 
 
   Did this solve your issue?
 

   
  
 
   -
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 http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-14 Thread Phil Leinhauser
My clam hit the CPU pretty hard just after a restart for about 5 minutes.  I 
think I recall someone saying it was because it had to load all of the 
definitions into memory.  I guess I'll have to run mine through the newmodel 
tonight.

Thanks,
Phil


-Original message-
From: dnk [EMAIL PROTECTED]
Date: Mon, 14 Jan 2008 17:28:42 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server 
temporarily rejected message (#4.3.0)) solution?

 I rebooted twice. My clam did not hit the CPU at all. My load was high
 (1.01) for that machine for about 2-3 minutes while courier did a few
 things, but flattened right out after that time period.
 
 One thing though, I had never watched it at boot before adding the new
 clam version, so i can not confirm I even had that symptom prior
 
 dnk
 
 
 
 On Jan 14, 2008 1:15 PM, dnk [EMAIL PROTECTED] wrote:
  I have not yet restarted the machine. I can do so... report in a minute.
 
 
  On Jan 14, 2008 1:15 PM, Phil Leinhauser [EMAIL PROTECTED] wrote:
   Does clamd still spike near 100% for the first few minutes after a 
   restart of the server?
  
  
  
   -Original message-
   From: dnk [EMAIL PROTECTED]
   Date: Mon, 14 Jan 2008 17:04:51 -0500
   To: qmailtoaster-list@qmailtoaster.com
   Subject: Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server 
   temporarily rejected message (#4.3.0)) solution?
  
So I have been watching my machine since installing the later Clamd,
and it appears to have solved the 100% CPU clamd instance.
   
I am still going to watch if for another week to see if it pops
anything else up, then add it to my other toasters.
   
DNK
   
On Jan 11, 2008 8:29 AM, dnk [EMAIL PROTECTED] wrote:
 Ok, you sparked my interest, and went and installed it. I will monitor
 it a few times on the hourly run to see what the CPU ends up
 doing.


 dnk


 On Jan 11, 2008 8:14 AM, dnk [EMAIL PROTECTED] wrote:
  I have not had a moment to attempt this as of yet (Client Audits - 
  fun
  times). It is on my list for next week.
 
  Regards,
 
  Dnk
 
 
 
 
  On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:
  
PakOgah wrote:
  
I was looking through the archives at the thread called 
   qmail-smtpd:
   qq soft reject (mail server temporarily rejected message 
   (#4.3.0))
   and in that thread it was determined that this error was popping 
   up
   when clamd was doing it's hourly thing and hogging all of the 
   CPU. I
   have run into this exact symptom. With the thread it said the 
   machine
   may simply be underpowered. I was curious if there was something
   further that could be done...
  
perhaps you can try to upgrade clamav to lastest version on 
   devel site.
  
  
  
  
  
Did this solve your issue?
  
 

   
  
-
 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 http://www.vr.org
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 -
  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 http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-11 Thread Jake Vickers

PakOgah wrote:

I was looking through the archives at the thread called qmail-smtpd:
qq soft reject (mail server temporarily rejected message (#4.3.0))
and in that thread it was determined that this error was popping up
when clamd was doing it's hourly thing and hogging all of the CPU. I
have run into this exact symptom. With the thread it said the machine
may simply be underpowered. I was curious if there was something
further that could be done...



perhaps you can try to upgrade clamav to lastest version on devel site.


  



Did this solve your issue?


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-11 Thread dnk
Ok, you sparked my interest, and went and installed it. I will monitor
it a few times on the hourly run to see what the CPU ends up
doing.


dnk

On Jan 11, 2008 8:14 AM, dnk [EMAIL PROTECTED] wrote:
 I have not had a moment to attempt this as of yet (Client Audits - fun
 times). It is on my list for next week.

 Regards,

 Dnk




 On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:
 
   PakOgah wrote:
 
   I was looking through the archives at the thread called qmail-smtpd:
  qq soft reject (mail server temporarily rejected message (#4.3.0))
  and in that thread it was determined that this error was popping up
  when clamd was doing it's hourly thing and hogging all of the CPU. I
  have run into this exact symptom. With the thread it said the machine
  may simply be underpowered. I was curious if there was something
  further that could be done...
 
   perhaps you can try to upgrade clamav to lastest version on devel site.
 
 
 
 
 
   Did this solve your issue?
 


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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-11 Thread dnk
I have not had a moment to attempt this as of yet (Client Audits - fun
times). It is on my list for next week.

Regards,

Dnk



On Jan 11, 2008 8:11 AM, Jake Vickers [EMAIL PROTECTED] wrote:

  PakOgah wrote:

  I was looking through the archives at the thread called qmail-smtpd:
 qq soft reject (mail server temporarily rejected message (#4.3.0))
 and in that thread it was determined that this error was popping up
 when clamd was doing it's hourly thing and hogging all of the CPU. I
 have run into this exact symptom. With the thread it said the machine
 may simply be underpowered. I was curious if there was something
 further that could be done...

  perhaps you can try to upgrade clamav to lastest version on devel site.





  Did this solve your issue?


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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-09 Thread dnk
Where can one change how often it happens? I have been looking in all
of the carious crontabs and seem to be missing it somewhere... I just
do not want it to run every hour... I have one machine provided by a
client that is underpowered when this task is running (soft rejects
for 20 minutes) - and want to reduce the frequency to a couple of
times a day

dnk

On Jan 8, 2008 1:57 AM, Igor Vukotić [EMAIL PROTECTED] wrote:
 That helps, but you will have that message again, because when clam is
 updating, qmt will soft-reject all messages. But leave him 1-2 minute
 and he will continue working normally.


 On 2008.01.08, at 07:09, PakOgah wrote:

 
  perhaps you can try to upgrade clamav to lastest version on devel
  site.
 
 
  -
  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 http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-08 Thread Igor Vukotić
That helps, but you will have that message again, because when clam is  
updating, qmt will soft-reject all messages. But leave him 1-2 minute  
and he will continue working normally.


On 2008.01.08, at 07:09, PakOgah wrote:



perhaps you can try to upgrade clamav to lastest version on devel  
site.



-
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 http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-07 Thread dnk
I was looking through the archives at the thread called qmail-smtpd:
qq soft reject (mail server temporarily rejected message (#4.3.0))
and in that thread it was determined that this error was popping up
when clamd was doing it's hourly thing and hogging all of the CPU. I
have run into this exact symptom. With the thread it said the machine
may simply be underpowered. I was curious if there was something
further that could be done...

regards,

Dnk

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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)) solution?

2008-01-07 Thread PakOgah
 I was looking through the archives at the thread called qmail-smtpd:
 qq soft reject (mail server temporarily rejected message (#4.3.0))
 and in that thread it was determined that this error was popping up
 when clamd was doing it's hourly thing and hogging all of the CPU. I
 have run into this exact symptom. With the thread it said the machine
 may simply be underpowered. I was curious if there was something
 further that could be done...

perhaps you can try to upgrade clamav to lastest version on devel site.


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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-14 Thread Jake Vickers

[EMAIL PROTECTED] wrote:
So, the testing I'm doing seems to indicate bad format at this point. I've 
tried so many things, I don't really know which is correct at this point.


DomainKey-Status: bad format: No DomainKey signature found
DKIM-Status: failed (no signature found)
Return-Path: [EMAIL PROTECTED]

Should I be looking at DNS or tcp.smtp or something else in order to correct 
this?


  


I say we get a couple other things working right first - namely make 
sure the machine is answering correctly (the helohost and smtpgreeting 
files), and make sure you have SPF set up in DNS.  I do not use DK at 
all, but I do have a SPF record and have no issues sending to Yahoo at 
all, unless I've been in their whitelist by default.




smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
What would cause this?
qmail-smtpd: qq soft reject (mail server temporarily rejected message
(#4.3.0))

qmailctl stat shows

authlib: up (pid 9617) 1266291 seconds
clamd: up (pid 9626) 1266291 seconds
imap4: up (pid 9631) 1266291 seconds
imap4-ssl: up (pid 9642) 1266291 seconds
pop3: up (pid 9700) 1266291 seconds
pop3-ssl: up (pid 9621) 1266291 seconds
send: up (pid 9766) 1266082 seconds
smtp: up (pid 9767) 1266082 seconds
spamd: up (pid 9704) 1266291 seconds
submission: up (pid 9639) 1266291 seconds
authlib/log: up (pid 9616) 1266291 seconds
clamd/log: up (pid 9630) 1266291 seconds
imap4/log: up (pid 9641) 1266291 seconds
imap4-ssl/log: up (pid 9645) 1266291 seconds
pop3/log: up (pid 9676) 1266291 seconds
pop3-ssl/log: up (pid 9671) 1266291 seconds
send/log: up (pid 9690) 1266291 seconds
smtp/log: up (pid 9699) 1266291 seconds
spamd/log: up (pid 9680) 1266291 seconds
submission/log: up (pid 9640) 1266291 seconds

We just cut over to this machine this morning, so this has likely been
happening from day one.

Any ideas here?

W


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:

What would cause this?
qmail-smtpd: qq soft reject (mail server temporarily rejected message 
(#4.3.0))


If it includes the MAILFROM: and RCPTTO: entries then it's probably the 
same thing I'm running into. Look at top and see if clamd is hogging all 
the CPU. It does this during it's hourly check.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
It took changing this:
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1

to this:
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private

in tcp.smtp.

W

On Nov 13, 2007 10:10 AM, Jake Vickers [EMAIL PROTECTED] wrote:

 Warren Melnick wrote:
  What would cause this?
  qmail-smtpd: qq soft reject (mail server temporarily rejected message
  (#4.3.0))

 If it includes the MAILFROM: and RCPTTO: entries then it's probably the
 same thing I'm running into. Look at top and see if clamd is hogging all
 the CPU. It does this during it's hourly check.



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:

It took changing this:
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1 



to this:
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private

in tcp.smtp .


Doesn't that skip the spam/clam checking on the messages? That would 
solve it - if clam is taking a while rebuilding the DB or whatever it is 
that it is doing, you'd be skipping it anyway and just doing a delivery.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
But this was not a while.  This was all incoming email.

W

On Nov 13, 2007 10:29 AM, Jake Vickers [EMAIL PROTECTED] wrote:

 Warren Melnick wrote:
  It took changing this:
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1
 
 
  to this:
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private
 
  in tcp.smtp .

 Doesn't that skip the spam/clam checking on the messages? That would
 solve it - if clam is taking a while rebuilding the DB or whatever it is
 that it is doing, you'd be skipping it anyway and just doing a delivery.




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:

But this was not a while.  This was all incoming email.


While is relative - how long are you talking about? I was experiencing 
10 minutes on a P3 1G machine. I know my patience normally hits this is 
forever mark at about 5 minutes. grin




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Erik A. Espinoza
Paste info from the smtp log and the send log.

Erik

On Nov 13, 2007 6:58 AM, Warren Melnick [EMAIL PROTECTED] wrote:
 What would cause this?
 qmail-smtpd: qq soft reject (mail server temporarily rejected message
 (#4.3.0))

 qmailctl stat shows

 authlib: up (pid 9617) 1266291 seconds
 clamd: up (pid 9626) 1266291 seconds
  imap4: up (pid 9631) 1266291 seconds
 imap4-ssl: up (pid 9642) 1266291 seconds
 pop3: up (pid 9700) 1266291 seconds
 pop3-ssl: up (pid 9621) 1266291 seconds
 send: up (pid 9766) 1266082 seconds
 smtp: up (pid 9767) 1266082 seconds
 spamd: up (pid 9704) 1266291 seconds
 submission: up (pid 9639) 1266291 seconds
 authlib/log: up (pid 9616) 1266291 seconds
 clamd/log: up (pid 9630) 1266291 seconds
 imap4/log: up (pid 9641) 1266291 seconds
  imap4-ssl/log: up (pid 9645) 1266291 seconds
 pop3/log: up (pid 9676) 1266291 seconds
 pop3-ssl/log: up (pid 9671) 1266291 seconds
 send/log: up (pid 9690) 1266291 seconds
 smtp/log: up (pid 9699) 1266291 seconds
  spamd/log: up (pid 9680) 1266291 seconds
 submission/log: up (pid 9640) 1266291 seconds

 We just cut over to this machine this morning, so this has likely been
 happening from day one.

 Any ideas here?

  W



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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Erik A. Espinoza wrote:

Paste info from the smtp log and the send log.

  


Here's a snip from mine:

2007-11-12 09:44:02.958500500 CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
mail06.svc.cra.dublin.eircom.net:unknown:159.134.118.22

 rcpt  : sender accepted
2007-11-12 09:44:03.354011500 tcpserver: end 2773 status 0
2007-11-12 09:44:03.354018500 tcpserver: status: 1/100
2007-11-12 09:44:05.633445500 CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:: remote 
mail06.svc.cra.dublin.eircom.net:unknown:159.134.118.22

rcpt [EMAIL PROTECTED] : found existing recipient
2007-11-12 09:44:06.295042500 connect(): No such file or directory
2007-11-12 09:44:06.339330500 qmail-smtpd: qq soft reject (mail server 
temporarily rejected message (#4.3.0)): 
MAILFROM:[EMAIL PROTECTED] RCPTT

O:[EMAIL PROTECTED]
2007-11-12 09:44:06.558730500 tcpserver: end 2890 status 0
2007-11-12 09:44:06.558813500 tcpserver: status: 0/100
2007-11-12 09:44:21.032061500 tcpserver: status: 1/100


I obviously tai64nlocal'ed it. I don't think you'll need it, but I can 
send the whole thing as well. 
As a side note, I don't remember if this was before or after I put the 
NOP0FCHECK switch in or not - this was a move from a machine that was 
running QMT packages from 1.5+ years ago.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:

But this was not a while.  This was all incoming email.



On my Intel 2.5C machine clamd took 99.8% of the CPU and 11.3% of the 
memory (512M) for 2 minutes 20 seconds.  This is a stock machine, I have 
not installed any additional clam defs yet.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Kent Busbee
See response below; Jake Vickers wrote:
 Erik A. Espinoza wrote:
 Paste info from the smtp log and the send log.



 Here's a snip from mine:

 2007-11-12 09:44:02.958500500 CHKUSER accepted sender: from
 [EMAIL PROTECTED]:: remote
 mail06.svc.cra.dublin.eircom.net:unknown:159.134.118.22
   rcpt  : sender accepted
 2007-11-12 09:44:03.354011500 tcpserver: end 2773 status 0
 2007-11-12 09:44:03.354018500 tcpserver: status: 1/100
 2007-11-12 09:44:05.633445500 CHKUSER accepted rcpt: from
 [EMAIL PROTECTED]:: remote
 mail06.svc.cra.dublin.eircom.net:unknown:159.134.118.22
 rcpt [EMAIL PROTECTED] : found existing recipient
 2007-11-12 09:44:06.295042500 connect(): No such file or directory
 2007-11-12 09:44:06.339330500 qmail-smtpd: qq soft reject (mail server
 temporarily rejected message (#4.3.0)):
 MAILFROM:[EMAIL PROTECTED] RCPTT
 O:[EMAIL PROTECTED]
 2007-11-12 09:44:06.558730500 tcpserver: end 2890 status 0
 2007-11-12 09:44:06.558813500 tcpserver: status: 0/100
 2007-11-12 09:44:21.032061500 tcpserver: status: 1/100


I recall having an timeout error something like this.  I think it was
something to do with SpamAssassin.  Do a spamassassin --lint (how long
does it take?) and double check any config files you may have changed
recently.

The No such file or directory looks interesting.

Also, I had installed a blacklist file at one time 50blacklist.cf that was
HUGE and took forever to process (http://www.stearns.org/sa-blacklist).  I
have since removed it.  I DO NOT recommend that.


Kent Busbee
Director of Technology
Northlake Christian School


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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Kent Busbee wrote:

See response below; Jake Vickers wrote:
  

Erik A. Espinoza wrote:


Paste info from the smtp log and the send log.


  

Here's a snip from mine:

2007-11-12 09:44:02.958500500 CHKUSER accepted sender: from
[EMAIL PROTECTED]:: remote
mail06.svc.cra.dublin.eircom.net:unknown:159.134.118.22
  rcpt  : sender accepted
2007-11-12 09:44:03.354011500 tcpserver: end 2773 status 0
2007-11-12 09:44:03.354018500 tcpserver: status: 1/100
2007-11-12 09:44:05.633445500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote
mail06.svc.cra.dublin.eircom.net:unknown:159.134.118.22
rcpt [EMAIL PROTECTED] : found existing recipient
2007-11-12 09:44:06.295042500 connect(): No such file or directory
2007-11-12 09:44:06.339330500 qmail-smtpd: qq soft reject (mail server
temporarily rejected message (#4.3.0)):
MAILFROM:[EMAIL PROTECTED] RCPTT
O:[EMAIL PROTECTED]
2007-11-12 09:44:06.558730500 tcpserver: end 2890 status 0
2007-11-12 09:44:06.558813500 tcpserver: status: 0/100
2007-11-12 09:44:21.032061500 tcpserver: status: 1/100




I recall having an timeout error something like this.  I think it was
something to do with SpamAssassin.  Do a spamassassin --lint (how long
does it take?) and double check any config files you may have changed
recently.

The No such file or directory looks interesting.

Also, I had installed a blacklist file at one time 50blacklist.cf that was
HUGE and took forever to process (http://www.stearns.org/sa-blacklist).  I
have since removed it.  I DO NOT recommend that.

  


That's all right. 10 seconds for a --lint.  It was late - this may have 
been before I added the NOp0FCHECK in my tcp.smtp file. This was a move 
from a machine that had packages from 1.5+ years ago, so the tcp.smtp 
file was different from back then. It was late, I've had no sleep with a 
2-week old in the house, etc.
I do not see the error anymore, but I still get the high CPU/time usage 
by clamd.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread [EMAIL PROTECTED]
I've got things set to this in my tcp.smtp file. I'm still getting yahoo
deferrals.

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBL
SMTPD=,NOP0FCHECK=1
192.168.1.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
qmail/control/domainkeys/%/private,NOP0FCHECK=1
xx.xx.xx.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
qmail/control/domainkeys/%/private,NOP0FCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,
CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private

On the DNS server, I have two TXT records;

Name: private._domainkey.domain.com
Message: k=rsa; p=the code generated

Anyone see anything I should change? I've been reading the QMT faqs and other
documents but I've yet to find the answer to yahoo, hotmail and obviously,
others which are not accepting.

Mike






On Tue, 13 Nov 2007 10:14:28 -0500, Warren Melnick wrote:
 It took changing this:

 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_
WRONGRC
 PTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/
do
 mainkeys/%/private,NOP0FCHECK=1

 to this:
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_
WRONGRC
 PTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private

 in tcp.smtp .

 W

 On Nov 13, 2007 10:10 AM, Jake Vickers [EMAIL PROTECTED] wrote:
 Warren Melnick wrote:
 What would cause this?
 qmail-smtpd: qq soft reject (mail server temporarily rejected message
 (#4.3.0))


 If it includes the MAILFROM: and RCPTTO: entries then it's probably the
 same thing I'm running into. Look at top and see if clamd is hogging all
 the CPU. It does this during it's hourly check.




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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
Erik,

I sent one of my SMTP logs to you privately.

W

On Nov 13, 2007 11:04 AM, Erik A. Espinoza [EMAIL PROTECTED] wrote:

 Paste info from the smtp log and the send log.

 Erik

 On Nov 13, 2007 6:58 AM, Warren Melnick [EMAIL PROTECTED] wrote:
  What would cause this?
  qmail-smtpd: qq soft reject (mail server temporarily rejected message
  (#4.3.0))
 
  qmailctl stat shows
 
  authlib: up (pid 9617) 1266291 seconds
  clamd: up (pid 9626) 1266291 seconds
   imap4: up (pid 9631) 1266291 seconds
  imap4-ssl: up (pid 9642) 1266291 seconds
  pop3: up (pid 9700) 1266291 seconds
  pop3-ssl: up (pid 9621) 1266291 seconds
  send: up (pid 9766) 1266082 seconds
  smtp: up (pid 9767) 1266082 seconds
  spamd: up (pid 9704) 1266291 seconds
  submission: up (pid 9639) 1266291 seconds
  authlib/log: up (pid 9616) 1266291 seconds
  clamd/log: up (pid 9630) 1266291 seconds
  imap4/log: up (pid 9641) 1266291 seconds
   imap4-ssl/log: up (pid 9645) 1266291 seconds
  pop3/log: up (pid 9676) 1266291 seconds
  pop3-ssl/log: up (pid 9671) 1266291 seconds
  send/log: up (pid 9690) 1266291 seconds
  smtp/log: up (pid 9699) 1266291 seconds
   spamd/log: up (pid 9680) 1266291 seconds
  submission/log: up (pid 9640) 1266291 seconds
 
  We just cut over to this machine this morning, so this has likely been
  happening from day one.
 
  Any ideas here?
 
   W
 
 

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




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
It could be the power of the machine.  This is an older machine, a dell
2450.  Dual P3, 1GHz.  (I didn't choose the machine, the client did).

W

On Nov 13, 2007 11:36 AM, Jake Vickers [EMAIL PROTECTED] wrote:

 Warren Melnick wrote:
  But this was not a while.  This was all incoming email.
 

 On my Intel 2.5C machine clamd took 99.8% of the CPU and 11.3% of the
 memory (512M) for 2 minutes 20 seconds.  This is a stock machine, I have
 not installed any additional clam defs yet.




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

[EMAIL PROTECTED] wrote:
I've got things set to this in my tcp.smtp file. I'm still getting yahoo 
deferrals. 


127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBL
SMTPD=,NOP0FCHECK=1
192.168.1.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
qmail/control/domainkeys/%/private,NOP0FCHECK=1
xx.xx.xx.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
qmail/control/domainkeys/%/private,NOP0FCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,
CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private
  


I do not sign my messages with DK at all, and mine go to my Yahoo 
address just fine.
You're also hijacking the thread. The subject of this thread had 
nothing to do with Yahoo.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
OK, so away from Yahoo and back to reality...  What should my tcp.smtp file
contain?

W

On Nov 13, 2007 1:53 PM, Jake Vickers [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote:
  I've got things set to this in my tcp.smtp file. I'm still getting yahoo
  deferrals.
 
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBL
  SMTPD=,NOP0FCHECK=1
  192.168.1.:allow
 ,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
  qmail/control/domainkeys/%/private,NOP0FCHECK=1
  xx.xx.xx.:allow
 ,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
  qmail/control/domainkeys/%/private,NOP0FCHECK=1
  :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,
 
 CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private
 

  I do not sign my messages with DK at all, and mine go to my Yahoo
 address just fine.
 You're also hijacking the thread. The subject of this thread had
 nothing to do with Yahoo.



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:
OK, so away from Yahoo and back to reality...  What should my tcp.smtp 
file contain?


Here is what mine reads:
127.:allow,RELAYCLIENT=,RBLSMTPD=,NOP0FCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,NOP0FCHECK=1




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
I tried changing mine to your and it starting giving the error again.

W

On Nov 13, 2007 2:01 PM, Jake Vickers [EMAIL PROTECTED] wrote:

 Warren Melnick wrote:
  OK, so away from Yahoo and back to reality...  What should my tcp.smtp
  file contain?

 Here is what mine reads:
 127.:allow,RELAYCLIENT=,RBLSMTPD=,NOP0FCHECK=1

 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,NOP0FCHECK=1





Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:

I tried changing mine to your and it starting giving the error again.

W

On Nov 13, 2007 2:01 PM, Jake Vickers [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Warren Melnick wrote:
 OK, so away from Yahoo and back to reality...  What should my
tcp.smtp
 file contain?

Here is what mine reads:
127.:allow,RELAYCLIENT=,RBLSMTPD=,NOP0FCHECK=1

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,NOP0FCHECK=1




Are you getting an error in either the clamd or spamd logs?


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
aha!  Missing module for spamd

duh

W

On Nov 13, 2007 2:18 PM, Jake Vickers [EMAIL PROTECTED] wrote:

  Warren Melnick wrote:

 I tried changing mine to your and it starting giving the error again.

 W

 On Nov 13, 2007 2:01 PM, Jake Vickers [EMAIL PROTECTED] wrote:

  Warren Melnick wrote:
   OK, so away from Yahoo and back to reality...  What should my tcp.smtp
   file contain?
 
   Here is what mine reads:
  127.:allow,RELAYCLIENT=,RBLSMTPD=,NOP0FCHECK=1
 
  :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,NOP0FCHECK=1
 
 
 
  Are you getting an error in either the clamd or spamd logs?



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
Still giving a problem.  How is spamassassin called?  I would like ot be
able to do some tests without actually turning it on.

W

On Nov 13, 2007 2:22 PM, Warren Melnick [EMAIL PROTECTED] wrote:

 aha!  Missing module for spamd

 duh

 W


 On Nov 13, 2007 2:18 PM, Jake Vickers [EMAIL PROTECTED] wrote:

   Warren Melnick wrote:
 
  I tried changing mine to your and it starting giving the error again.
 
  W
 
  On Nov 13, 2007 2:01 PM, Jake Vickers [EMAIL PROTECTED] wrote:
 
   Warren Melnick wrote:
OK, so away from Yahoo and back to reality...  What should my
   tcp.smtp
file contain?
  
Here is what mine reads:
   127.:allow,RELAYCLIENT=,RBLSMTPD=,NOP0FCHECK=1
  
   :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,NOP0FCHECK=1
  
  
  
   Are you getting an error in either the clamd or spamd logs?
 




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Jake Vickers

Warren Melnick wrote:
Still giving a problem.  How is spamassassin called?  I would like ot 
be able to do some tests without actually turning it on.


W

On Nov 13, 2007 2:22 PM, Warren Melnick  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


aha!  Missing module for spamd



I think you have to recompile simscan after installing spamassassin to 
get the hooks in. I may be wrong on that tho.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread Warren Melnick
I think the hooks are there, since it was calling it and failing.

W

On Nov 13, 2007 2:43 PM, Jake Vickers [EMAIL PROTECTED] wrote:

  Warren Melnick wrote:

 Still giving a problem.  How is spamassassin called?  I would like ot be
 able to do some tests without actually turning it on.

 W

 On Nov 13, 2007 2:22 PM, Warren Melnick  [EMAIL PROTECTED] wrote:

  aha!  Missing module for spamd
 
 
 I think you have to recompile simscan after installing spamassassin to get
 the hooks in. I may be wrong on that tho.




Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread nick
Hi,

This problem most often occures when spamassassin or clamav have been
updated and simscan has not been rebuilt against the new packages.

This may, or may not, be your case.

Hope this helps.

Regards,

Nick



 I think the hooks are there, since it was calling it and failing.

 W

 On Nov 13, 2007 2:43 PM, Jake Vickers [EMAIL PROTECTED] wrote:

  Warren Melnick wrote:

 Still giving a problem.  How is spamassassin called?  I would like ot be
 able to do some tests without actually turning it on.

 W

 On Nov 13, 2007 2:22 PM, Warren Melnick  [EMAIL PROTECTED]
 wrote:

  aha!  Missing module for spamd
 
 
 I think you have to recompile simscan after installing spamassassin to
 get
 the hooks in. I may be wrong on that tho.






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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread [EMAIL PROTECTED]
Hijacking, hehe. Well, the intent was not to do that so I'll start another :).


On Tue, 13 Nov 2007 13:53:00 -0500, Jake Vickers wrote:
 [EMAIL PROTECTED] wrote:

 I've got things set to this in my tcp.smtp file. I'm still getting yahoo
 deferrals.

 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,
RBL
 SMTPD=,NOP0FCHECK=1
 192.168.1.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var
/
 qmail/control/domainkeys/%/private,NOP0FCHECK=1
 xx.xx.xx.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,DKSIGN=/var/
 qmail/control/domainkeys/%/private,NOP0FCHECK=1
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,
 CHKUSER_WRONGRCPTLIMIT=10,DKSIGN=/var/qmail/control/domainkeys/%/private



 I do not sign my messages with DK at all, and mine go to my Yahoo
 address just fine.
 You're also hijacking the thread. The subject of this thread had
 nothing to do with Yahoo.




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



Re: [qmailtoaster] qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0))

2007-11-13 Thread [EMAIL PROTECTED]
So, the testing I'm doing seems to indicate bad format at this point. I've
tried so many things, I don't really know which is correct at this point.

DomainKey-Status: bad format: No DomainKey signature found
DKIM-Status: failed (no signature found)
Return-Path: [EMAIL PROTECTED]

Should I be looking at DNS or tcp.smtp or something else in order to correct
this?

Mike



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



[qmailtoaster] qmail-smtpd: qq soft reject

2007-04-22 Thread Nick Hemmesch
To all of you who are encountering qmail-smtpd: qq soft reject . . .,

My initial testing indicates that this failure is cause of simscan-toaster
not being built against your current clamav-toaster package.

The solution is either:

  rpm -e simscan-toaster
  rpmbuild --rebuild simscan-toaster*.src.rpm
  rpm -Uvh simscan-toaster*rpm

or

  rpmbuild --rebuild simscan-toaster*.src.rpm
  rpm -Uvh --replacefiles --replacepkgs simscan-toaster*rpm

Erik and I are continuing the testing process and will likely have further
information soon.

Regards,

Nick




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



[qmailtoaster] qmail-smtpd: qq soft reject

2007-01-18 Thread Jakin Lee
A newly built QT, the mail can sent out without difficulty.  However,
after 15 min. then from the log, qmail-smtpd: qq soft reject appear.

Any idea what did I done wrong.

I have anopther one running smoothly without any question.

Thank you.


-- 
Jakin Lee



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



Re: [qmailtoaster] qmail-smtpd: qq soft reject

2007-01-18 Thread Eric \Shubes\
Jakin Lee wrote:
 A newly built QT, the mail can sent out without difficulty.  However,
 after 15 min. then from the log, qmail-smtpd: qq soft reject appear.
 
 Any idea what did I done wrong.
 
 I have anopther one running smoothly without any question.
 
 Thank you.
 
 
Need more info.
Distro/versions?
IIRC, the latest qmail-toaster package has more detail with the qq error
messages (thanks to Alexey).
-- 
-Eric 'shubes'

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