my tcp.smtp:
# cat /etc/tcprules.d/tcp.smtp
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/
private",RBLSMTPD="",NOP0FCHECK="1"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_W
RONGRCPTLIMIT="10",DKVERIFY="DEfhIJK",QMAILQUEUE="/var/qmail/bin/
simscan",DKQUEUE="/var/qmail/bin/qmail-queue.orig",DKSIGN="/var/qmail/
control/domainkeys/%/private",NOP0FCHECK="1"
But interesting point is when i try to disable dk following ( http://
wiki.qmailtoaster.com/index.php/Disabling_Domain_Keys ) mail starts
disappear.
Only local delivery works, so i turn it on again, but i'm suspicion
because today 2 users claim that was sent some mail on local domain
what is missing.
I check ALL logs and there is no evidence of sending, but on users
computer in mail client (outlook2003) mails was in "sent" folder?!!?!
On 2007.04.16, at 23:53, Philip Nix Guru wrote:
Hi
ok that's another problem then :)
I am running the new version qmail-toaster-1.03-1.3.15 with
vpopmail-toaster-5.4.17-1.3.4 (dependencies)
on one of my frontend scanning servers but I dont have those qq
soft rejects
so yours are triggered for another reason ... than the clam-av
problem.
Igor, you have domain keys removed right ? and your etc/tcprules.d/
tcp.smtp looks like what ?
The symlink is still there ..
#---------------------------------------------------------------------
-------------
postinstall scriptlet (using /bin/sh):
#---------------------------------------------------------------------
-------------
mv -f /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue.orig
ln -s /var/qmail/bin/qmail-dk /var/qmail/bin/qmail-queue
chmod 4711 /var/qmail/bin/qmail-queue.orig
if [ $1 = "1" ]; then
# Get hostname and parse it for following operations
#---------------------------------------------------------------------
-------------
BUT the DKVERIFY and DKQUEUE are removed from the tcp file (so yes
it is disabled)
for those who edit their "old" tcp.smtp files if they copied it
over :)
and the tcp.smtp file looks like this :
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/
private",RBLSMTPD="",NOP0FCHECK="1"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER
_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/
var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"
Nick can you list what were those bugs 7, 13, 24, 25 and 26 .. or a
link where to check them again ...
Igor Vukotić wrote:
2007-04-16 14:52:54.336407500 tcpserver: ok 23390
{mail.domain.hr:xxx.xxx.xxx.xxx}:25 :209.177.xxx.xxx::47206
2007-04-16 14:52:55.166966500 tcpserver: end 23389 status 0
2007-04-16 14:52:55.166972500 tcpserver: status: 2/200
2007-04-16 14:52:55.686256500 CHKUSER accepted sender: from
<qmailtoaster-list-return-12627-igor.vukotic={domain.hr}
@qmailtoaster.com::> remote <ns2.qmailtoaster.com:unknown:
209.177.154.102> rcpt <> : sender accepted
2007-04-16 14:52:55.888405500 CHKUSER accepted rcpt: from
<qmailtoaster-list-return-12627-igor.vukotic={domain.hr}
@qmailtoaster.com::> remote <ns2.qmailtoaster.com:unknown:
209.177.154.102> rcpt <[EMAIL PROTECTED]> : found existing
recipient
2007-04-16 14:52:56.919579500 simscan:[23390]:CLEAN (-2.00/12.00):
0.8359s:Re_ [qmailtoaster] qq soft reject after upgrade:
209.177.154.102:qmailtoaster-list-return-12627-igor.vukotic=
[EMAIL PROTECTED]:[EMAIL PROTECTED]:
2007-04-16 14:52:57.201590500 tcpserver: end 23390 status 0
2007-04-16 14:52:57.201662500 tcpserver: status: 1/200
2007-04-16 14:52:57.937110500 tcpserver: status: 2/200
2007-04-16 14:52:57.937117500 tcpserver: pid 23420 from
72.131.xxx.xxx
2007-04-16 14:52:57.937122500 tcpserver: ok 23420
{mail.domain.hr:xxx.xxx.xxx.xxx}:25 :72.131.xxx.xxx::4672
On 2007.04.16, at 23:02, Philip Nix Guru wrote:
Igor,
in your smtp log just before the
qq soft reject
do you see something like :
connect(): Connection refused
qmail-smtpd: qq soft reject (mail server temporarily rejected
message (#4.3.0)):
Igor Vukotić wrote:
Log file /var/log/qmail/clamd/ looks good, no strange messages,
only in /var/log/qmail/smtp/
a lots of "qq soft reject after upgrade" ...
On 2007.04.16, at 21:48, Philip Nix Guru wrote:
Hi Igor
I would first check your clamd logs
it you have warning messages, yes it is related to clam-av package
Cheers
Igor Vukotic' wrote:
Hi,
I have a lot's of ....
qq soft reject after upgrade
...
messages, is this related?
On 2007.04.16, at 21:16, Philip Nix Guru wrote:
Hi Nick
same results ...
same behavior the daemon thinks the socket is staled and then
tries to restart it (FixStaleSocket is at yes).. I have to
check the code and how it is checking if the daemon is
running or not
that's probably the issue ...
And set the socket file to another location for testing purpose
If any1 did a fresh new install with 0.90.2 and it works ..
it might be an upgrade issue
even if in your spec file I didnt see any special requirements
Nick Hemmesch wrote:
Hi Philip,
What happens if you uninstall clamav and simscan, then
reinstall those
packages?
Regards,
Nick
Hi Erik,
Thanks a lot . . . I sent you an email off list with
additional info.
Regards,
Nick
I will work on the clamav update later this week.
Erik
On 4/16/07, Nick Hemmesch <[EMAIL PROTECTED]> wrote:
Hi Philip,
I will be out of town for a few days. Hopefully Erik,
Eric and Jake
will
be watching this, they are about as good with these
problems as anyone
I
know.
Regards,
Nick
Hey Nick
Unfortunatly no difference
even with 25000000 as softlimit
the clamd process just restarts like it wasnt started
I will try it on one of my test box later today and
manually compile
it
and debug it and we will see
What could be interesting ... if it works on a fresh clean
installation
(even if I removed the package with --nodeps ..)
-P
*04-16 19:46:13 clamd daemon 0.90.2 (OS: linux-gnu,
ARCH: i386, CPU:
i386)*
04-16 19:46:13 Log file size limited to 1048576 bytes.
04-16 19:46:13 Reading databases from /usr/share/clamav
04-16 19:46:24 Loaded 217928 signatures.
04-16 19:46:24 Unix socket file /tmp/clamd
04-16 19:46:24 Setting connection queue length to 15
04-16 19:46:24 Listening daemon: PID: 5265
04-16 19:46:24 Archive: Archived file size limit set to
10485760
bytes.
04-16 19:46:24 Archive: Recursion level limit set to 8.
04-16 19:46:24 Archive: Files limit set to 1000.
04-16 19:46:24 Archive: Compression ratio limit set to 250.
04-16 19:46:24 Archive support enabled.
04-16 19:46:24 Algorithmic detection enabled.
04-16 19:46:24 Portable Executable support enabled.
04-16 19:46:24 ELF support enabled.
04-16 19:46:24 Mail files support enabled.
04-16 19:46:24 Mail: Recursion level limit set to 64.
04-16 19:46:24 OLE2 support enabled.
04-16 19:46:24 PDF support disabled.
04-16 19:46:24 HTML support enabled.
04-16 19:46:24 Self checking every 1800 seconds.
04-16 19:46:25
/var/qmail/simscan/1176745584.428047.5397/msg.
1176745584.428047.5397:
OK
04-16 19:46:25
/var/qmail/simscan/1176745584.428047.5397/addr.
1176745584.428047.5397:
OK
04-16 19:46:25 /var/qmail/simscan/1176745584.428047.5397/
textfile0:
OK
04-16 19:46:29
/var/qmail/simscan/1176745589.909664.5409/msg.
1176745589.909664.5409:
OK
04-16 19:46:29
/var/qmail/simscan/1176745589.909664.5409/addr.
1176745589.909664.5409:
OK
04-16 19:46:29 /var/qmail/simscan/1176745589.909664.5409/
textfile0:
OK
04-16 19:46:30
/var/qmail/simscan/1176745589.244206.5407/addr.
1176745589.244206.5407:
OK
04-16 19:46:30
/var/qmail/simscan/1176745589.244206.5407/msg.
1176745589.244206.5407:
OK
04-16 19:46:30 /var/qmail/simscan/1176745589.244206.5407/
textfile0:
OK
04-16 19:46:38 /var/qmail/simscan/1176745597.157969.5427/
RIBA_1.gif:
OK
*04-16 19:46:39 clamd daemon 0.90.2 (OS: linux-gnu,
ARCH: i386, CPU:
i386)*
04-16 19:46:39 Log file size limited to 1048576 bytes.
04-16 19:46:39 Reading databases from /usr/share/clamav
04-16 19:46:49 Loaded 217928 signatures.
04-16 19:46:49 WARNING: Socket file /tmp/clamd exists.
Unclean
shutdown?
Removing...
04-16 19:46:49 Unix socket file /tmp/clamd
04-16 19:46:49 Setting connection queue length to 15
04-16 19:46:49 Listening daemon: PID: 5431
04-16 19:46:49 Archive: Archived file size limit set to
10485760
bytes.
04-16 19:46:49 Archive: Recursion level limit set to 8.
04-16 19:46:49 Archive: Files limit set to 1000.
Nick Hemmesch wrote:
Hi Philip,
This may not make a difference but, would you set your
smtp run
softlimit
to 25000000, restart qmailtoaster and see if you still
have the soft
reject problem.
Regards,
Nick
Hi Philip,
If you are having this problem, it is very likely
others are going
to
have
the problem also. I will move 90.1 back on the stable
list for now.
Thank you . . .
Regards,
Nick
Hello
I did try on 3 different machines (actually the ones
I tested were
FC5/6
machines)
the others have a way too heavy traffic to do it in
the days
all 3 had that issue
Nick Hemmesch wrote:
Has anyone else had this problem?
Regards,
Nick
Ok
I narrowed the problem
the old clamav issue
"WARNING: Socket file /tmp/clamd exists. Unclean
shutdown?"
I had to revert to clamav-toaster-0.90.1-1.3.11
clamav-toaster-0.90.2
<http://www.qmailtoaster.com/download/stable/clamav-
toaster-0.90.2-1.3.12.src.rpm>
broke it
but I will try a few other things ...
Philip wrote:
(sorry resending with another smtp)
Hello
Since I did the upgrade
I am getting a lof of
04-16 11:25:50 connect(): Connection refused
04-16 11:25:50 qmail-smtpd: qq soft reject (mail
server
temporarily
rejected message
What could trigger this ?
--------------------------------------------------------------
-------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
--------------------------------------------------------------
-------
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
---------------------------------------------------------------
------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------
------
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
----------------------------------------------------------------
-----
QmailToaster hosted by: VR Hosted <http://www.vr.org>
----------------------------------------------------------------
-----
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
-----------------------------------------------------------------
----
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-----------------------------------------------------------------
----
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
------------------------------------------------------------------
---
QmailToaster hosted by: VR Hosted <http://www.vr.org>
------------------------------------------------------------------
---
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
-------------------------------------------------------------------
--
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-------------------------------------------------------------------
--
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
--------------------------------------------------------------------
-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
--------------------------------------------------------------------
-
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]