Re: [qmailtoaster] Re: Password changes do not have an effect

2021-01-25 Thread Dieter Febel
Hi Eric, 
I found the issue, it was 
-Original Message-
Date: Mon, 25 Jan 2021 07:23:25 -0700Subject: Re: [qmailtoaster] Re:
Password changes do not have an effectTo: qmailtoaster-list@qmailtoaste
r.comReply-to: qmailtoaster-list@qmailtoaster.comFrom: Eric Broch 
  

  
  
hmmm
not sure what that would be. refresh browser?!


On 1/25/2021 3:59 AM, Dieter Febel
  wrote:



>   
>   Hi all, 
>   
> 
>   
>   There seems to be a delay in the password changes, an hour or
> so. Can that be disabled? 
>   
> 
>   
>   Kind regards, 
>   
> 
>   
>   Dieter
>   
>   
> 
> 
> 
> 
> 
> 
> 
>   
> 
>   
> 
>   
>   -Original Message-
>   
> 
>   
>   Date: Mon, 25 Jan 2021 11:03:40 +0200
>   Subject: Password changes do not have an effect
>   To: qmailtoaster-list@qmailtoaster.com
>   From: Dieter Febel 
>   
>   Hi list, 
>   
> 
>   
>   One more issue, seems like any password changes made via
> Qmailadmin or vpasswd do not have any effect. 
>   
> 
>   
>   I see the clear text password entered in the db, but you can
> not login to squirrelmail or dovecot. I used the newest
> install
> instructions on 
>   http://www.qmailtoaster.net/
> for CentOS Linux 7 QMT Host.
>   
> 
>   
>   Any idea on how to change passwords ?
>   
> 
>   
>   Kind regards, 
>   
> 
>   
>   Dieter
>   
> 
>   
>   
> 
>   
>   
>   
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 

  


aauth_cache_size = 32M in the dovecot.conf file. Once I removed it the
password changes worked and there was no relay. 


Regards, 

Dieter





[qmailtoaster] Re: Password changes do not have an effect

2021-01-25 Thread Dieter Febel
Hi all, 

There seems to be a delay in the password changes, an hour or so. Can
that be disabled? 

Kind regards, 

Dieter

-Original Message-

Date: Mon, 25 Jan 2021 11:03:40 +0200
Subject: Password changes do not have an effect
To: qmailtoaster-list@qmailtoaster.com
From: Dieter Febel 
Hi list, 

One more issue, seems like any password changes made via Qmailadmin
or  vpasswd do not have any effect. 

I see the clear text password entered in the db, but you can not login
to squirrelmail or dovecot. I used the newest install instructions on 
http://www.qmailtoaster.net/ for CentOS Linux 7 QMT Host.

Any idea on how to change passwords ?

Kind regards, 

Dieter











[qmailtoaster] Password changes do not have an effect

2021-01-25 Thread Dieter Febel
Hi list, 

One more issue, seems like any password changes made via Qmailadmin
or  vpasswd do not have any effect. 

I see the clear text password entered in the db, but you can not login
to squirrelmail or dovecot. I used the newest install instructions on 
http://www.qmailtoaster.net/ for CentOS Linux 7 QMT Host.

Any idea on how to change passwords ?

Kind regards, 

Dieter








Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Dieter Febel
Hi Finn, 

Thank you, never saw your email, got it in the archive, email is up and
running again. 

submission still does not work without STARTTLS encryption, but at
least the email is flowing again.  

Thanks you, 

Dieter

-Original Message-

Date: Mon, 25 Jan 2021 08:48:22 +0200
Subject: Re: [qmailtoaster] Error when trying to send on submission
port
To: qmailtoaster-list@qmailtoaster.com
From: Dieter Febel 
Hi Eric, 

I restarted the server, now its refusing connections on port 25. So no
incoming email.

I reverted to : 
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
export FORCETLS=0
export SMTPAUTH="+cram"
exec /usr/bin/softlimit -m 10400 \
/usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD"
\
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
$SMTPD $VCHKPW /bin/true 2>&1

tcp.smtp
127.:allow,RELAYCLIENT="",BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPT
LIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",NOP0FCHECK="1",QMAILQUEUE="/var/
qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-
queue.orig",DKVERIFY="DEGIJKfh",DKSIGN="/var/qmail/control/domainkeys/%
/private"



telnet x.xxx.xxx 25 Trying xxx.yyy.zzz.ccc ...telnet: Unable to
connect to remote host: Connection refused

Could you please help? I also restarted after I reverted the changes. 


Kind regards, 


Dieter





-Original Message-

Date: Sun, 24 Jan 2021 10:17:49 -0700
Subject: Re: [qmailtoaster] Error when trying to send on submission
port
To: qmailtoaster-list@qmailtoaster.com
Reply-to: qmailtoaster-list@qmailtoaster.com
From: Eric Broch 
Are there two submission daemons running?

Restart server.

On 1/24/2021 9:10 AM, qm...@mailonly.dk wrote:
> You need to have Your /var/qmail/supervise/smtp/run (port 25) as
> below
> 
> #!/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"
> export SMTPAUTH="-"
> 
> exec /usr/bin/softlimit -m 12800 \
>  /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
> 
> 
> 
> Then have the change  (copy the lines from Eric' mail) into the 
> /var/qmail/supervise/submission/run (port 587)
> 
> 
> and lastly here is my /var/run/supervise/smtps/run for port 465
> 
> #!/bin/sh
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> SMTPD="/var/qmail/bin/qmail-smtpd"
> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> HOSTNAME=`hostname`
> VCHKPW="/home/vpopmail/bin/vchkpw"
> export SMTPS=1
> export FORCETLS=0
> export SMTPAUTH="!+cram"
> 
> exec /usr/bin/softlimit -m 12800 \
>     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
> "$MAXSMTPD" \
>     -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
>     $SMTPD $VCHKPW /bin/true 2>&1
> 
> I may say all 3 run files are default settings from Erics install 
> script - only change I may recall is the softlimit that may have
> been 
> increased
> 
> My clients (mostly TB) are using ssl/tls - encrypted (name/passwd) 
> settings and are only using 465 or 587 to submit mails
> port 25 is only for server to server delivery 😏
> 
> Hope this may help
> 
> 
> Regards
> 
> Finn
> 
> PS I'm on Centos8 and Qmail for same - perfect
> 
> 
> Den 24-01-2021 kl. 07:31 skrev Dieter Febel:
> > Hi Eric,
> > 
> > I changed the file to what you recommended, but I am still getting 
> > the same error. I have authentication turned on in the email
> > client, 
> > and no encryption.
> > The reported error was "MAIL FROM command failed: Authorization 
> > required (#5.7.1)".
> > 
> > #!/bin/sh
> > QMAILDUID=`id -u vpopmail`
> > NOFILESGID=`id -g vpopmail`
> > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> > SMTPD="/var/qmail/bin/qmail-smtpd"
> > TCP_CDB="/etc/tcpru

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Dieter Febel
Hi Eric, 

I restarted the server, now its refusing connections on port 25. So no
incoming email.

I reverted to : 
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
export FORCETLS=0
export SMTPAUTH="+cram"
exec /usr/bin/softlimit -m 10400 \
/usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD"
\
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
$SMTPD $VCHKPW /bin/true 2>&1

tcp.smtp
127.:allow,RELAYCLIENT="",BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPT
LIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",NOP0FCHECK="1",QMAILQUEUE="/var/
qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-
queue.orig",DKVERIFY="DEGIJKfh",DKSIGN="/var/qmail/control/domainkeys/%
/private"



telnet x.xxx.xxx 25 Trying xxx.yyy.zzz.ccc ...telnet: Unable to
connect to remote host: Connection refused

Could you please help? I also restarted after I reverted the changes. 


Kind regards, 


Dieter



-Original Message-

Date: Sun, 24 Jan 2021 10:17:49 -0700
Subject: Re: [qmailtoaster] Error when trying to send on submission
port
To: qmailtoaster-list@qmailtoaster.com
Reply-to: qmailtoaster-list@qmailtoaster.com
From: Eric Broch 
Are there two submission daemons running?

Restart server.

On 1/24/2021 9:10 AM, qm...@mailonly.dk wrote:
> You need to have Your /var/qmail/supervise/smtp/run (port 25) as
> below
> 
> #!/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"
> export SMTPAUTH="-"
> 
> exec /usr/bin/softlimit -m 12800 \
>  /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
> 
> 
> 
> Then have the change  (copy the lines from Eric' mail) into the 
> /var/qmail/supervise/submission/run (port 587)
> 
> 
> and lastly here is my /var/run/supervise/smtps/run for port 465
> 
> #!/bin/sh
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> SMTPD="/var/qmail/bin/qmail-smtpd"
> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> HOSTNAME=`hostname`
> VCHKPW="/home/vpopmail/bin/vchkpw"
> export SMTPS=1
> export FORCETLS=0
> export SMTPAUTH="!+cram"
> 
> exec /usr/bin/softlimit -m 12800 \
>     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
> "$MAXSMTPD" \
>     -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
>     $SMTPD $VCHKPW /bin/true 2>&1
> 
> I may say all 3 run files are default settings from Erics install 
> script - only change I may recall is the softlimit that may have
> been 
> increased
> 
> My clients (mostly TB) are using ssl/tls - encrypted (name/passwd) 
> settings and are only using 465 or 587 to submit mails
> port 25 is only for server to server delivery 😏
> 
> Hope this may help
> 
> 
> Regards
> 
> Finn
> 
> PS I'm on Centos8 and Qmail for same - perfect
> 
> 
> Den 24-01-2021 kl. 07:31 skrev Dieter Febel:
> > Hi Eric,
> > 
> > I changed the file to what you recommended, but I am still getting 
> > the same error. I have authentication turned on in the email
> > client, 
> > and no encryption.
> > The reported error was "MAIL FROM command failed: Authorization 
> > required (#5.7.1)".
> > 
> > #!/bin/sh
> > QMAILDUID=`id -u vpopmail`
> > NOFILESGID=`id -g vpopmail`
> > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> > SMTPD="/var/qmail/bin/qmail-smtpd"
> > TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> > HOSTNAME=`hostname`
> > VCHKPW="/home/vpopmail/bin/vchkpw"
> > export SMTPAUTH="!"
> > exec /usr/bin/softlimit -m 12800\
> >  /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c 
> > "$MAXSMTPD" \
> >  -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \
> >  $SMTPD $VCHKPW /bin/true 2>&1
&

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-23 Thread Dieter Febel
Hi Eric, 
I changed the file to what you recommended, but I am still getting the
same error. I have authentication turned on in the email client, and no
encryption. The reported error was "MAIL FROM command failed:
Authorization required (#5.7.1)".
#!/bin/sh

QMAILDUID=`id -u vpopmail`

NOFILESGID=`id -g vpopmail`

MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

SMTPD="/var/qmail/bin/qmail-smtpd"

TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"

HOSTNAME=`hostname`

VCHKPW="/home/vpopmail/bin/vchkpw"

export SMTPAUTH="!"

exec /usr/bin/softlimit -m 12800 \

 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
"$MAXSMTPD" \

 -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \

 $SMTPD $VCHKPW /bin/true 2>&1










-Original Message-
Date: Sat, 23 Jan 2021 10:17:11 -0700Subject: Re: [qmailtoaster] Error
when trying to send on submission portTo: qmailtoaster-list@qmailtoaste
r.comReply-to: qmailtoaster-list@qmailtoaster.comFrom: Eric Broch 
  

  
  
#!/bin/sh

  QMAILDUID=`id -u vpopmail`

  NOFILESGID=`id -g vpopmail`

  MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

  SMTPD="/var/qmail/bin/qmail-smtpd"

  TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"

  HOSTNAME=`hostname`

  VCHKPW="/home/vpopmail/bin/vchkpw"

  export SMTPAUTH="!"

  

  exec /usr/bin/softlimit -m 12800 \

  /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
  "$MAXSMTPD" \

      -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \

  $SMTPD $VCHKPW /bin/true 2>&1

  


On 1/23/2021 10:09 AM, Dieter Febel
  wrote:



>   
>   Hi list, 
>   
> 
>   
>   The server only allows sending of email on port 465 or port
> 25. When I change to 587 with plain or with encryption I
> get: 
>   
> 
>   
>   Port 587 plain: The reported error was "MAIL FROM command
> failed: Authorization required (#5.7.1)". (Authentication is
> enabled in the mail client)
>   
> 
>   
>   Here is my /var/qmail/supervise/smtp/run
>   QMAILDUID=`id -u
>   vpopmail`
> 
>   NOFILESGID=`id -g vpopmail`
> 
> 
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> 
> 
> SMTPD="/var/qmail/bin/qmail-smtpd"
> 
> 
> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> 
> 
> HOSTNAME=`hostname`
> 
> 
> VCHKPW="/home/vpopmail/bin/vchkpw"
> 
> 
> REQUIRE_AUTH=0
> 
> 
> export FORCETLS=0
> 
> 
> export SMTPAUTH="+cram"
> 
> 
> exec /usr/bin/softlimit -m 10400 \
> 
> 
> /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
> "$MAXSMTPD" \
> 
> 
> -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
> 
> 
> $SMTPD $VCHKPW /bin/true 2>&1
> 
> 
> 
>   
>   
>   
> 
>   
> 
>   And my tcp.smtp 
>   127.:allow,RELAYCLIENT="",BADMIMETYPE="",BADLOADERTYPE="M",CHKU
> SER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",NOP0FCHECK="1",QMAILQU
> EUE="/var/qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-
> queue.orig",DKVERIFY="DEGIJKfh",DKSIGN="/var/qmail/control/domainkeys
> /%/private"
>   
> 
> 
>   Any ideas? 
>   
> 
> 
>   Kind regards, 
>   
> 
> 
>   Dieter
>   
> 
> 
> 

  



[qmailtoaster] Error when trying to send on submission port

2021-01-23 Thread Dieter Febel
Hi list, 

The server only allows sending of email on port 465 or port 25. When I
change to 587 with plain or with encryption I get: 

Port 587 plain:  The reported error was "MAIL FROM command failed:
Authorization required (#5.7.1)".   (Authentication is enabled in the
mail client)

Here is my /var/qmail/supervise/smtp/run
QMAILDUID=`id -u vpopmail`

NOFILESGID=`id -g vpopmail`

MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

SMTPD="/var/qmail/bin/qmail-smtpd"

TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"

HOSTNAME=`hostname`

VCHKPW="/home/vpopmail/bin/vchkpw"

REQUIRE_AUTH=0

export FORCETLS=0

export SMTPAUTH="+cram"

exec /usr/bin/softlimit -m 10400 \

 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
"$MAXSMTPD" \

 -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \

 $SMTPD $VCHKPW /bin/true 2>&1


And my tcp.smtp 
127.:allow,RELAYCLIENT="",BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPT
LIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",NOP0FCHECK="1",QMAILQUEUE="/var/
qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-
queue.orig",DKVERIFY="DEGIJKfh",DKSIGN="/var/qmail/control/domainkeys/%
/private"


Any ideas? 


Kind regards, 


Dieter



Re: [qmailtoaster] Re: simscan not scanning

2011-03-08 Thread Dieter Febel
/etc/mail/spamassassin/local.cf
# These values can be overridden by editing
~/.spamassassin/user_prefs.cf
# (see spamassassin(1) for details)
# These should be safe assumptions and allow for simple visual sifting
# without risking lost emails.

ok_locales all
skip_rbl_checks 1

required_score 5
report_safe 0
rewrite_header Subject ***SPAM***

use_pyzor 1

use_auto_whitelist 1

use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1

-- 
Kind regards,

Dieter Febel
SA-Gateway
Tel: 086 110 2062
Fax: 086 650 1026
url: http://www.sagateway.com




-Original Message-
From: Eric Shubert 
Reply-to: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: simscan not scanning
Date: Tue, 08 Mar 2011 13:30:40 -0700

/etc/mail/spamassassin/local.cf


Re: [qmailtoaster] Re: simscan not scanning

2011-03-08 Thread Dieter Febel
Hi Eric,

 CHKUSER accepted rcpt: from  remote
 rcpt  : found
existing recipient
 policy_check: remote henry.jill...@gmail.com -> local
sa...@sagateway.com (UNAUTHENTICATED SENDER)
 spamdyke[32707]: ALLOWED from: henry.jill...@gmail.com to:
sa...@sagateway.com origin_ip: 217.6.150.34 origin_rdns: mail.dosco.de
auth: (unknown) encryption: (none)
 simscan:[32762]:CLEAN (0.10/6.00):0.8747s:SPAM(16.5)
business/medical/consumer mailing
lists:217.6.150.34:henry.jill...@gmail.com:sa...@sagateway.com

-- 
Kind regards,

Dieter Febel
SA-Gateway
Tel: 086 110 2062
Fax: 086 650 1026
url: http://www.sagateway.com




-Original Message-
From: Eric Shubert 
Reply-to: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: simscan not scanning
Date: Tue, 08 Mar 2011 12:49:30 -0700


Please show an example from your smtp log.



Re: [qmailtoaster] Re: simscan not scanning

2011-03-08 Thread Dieter Febel
Thanks Eric, that did the trick. But how do I get it to actually delete
spam instead of just marking it?
My simcontrol file looks like this:
:clam=yes,spam=yes,spam_hits=5,attach=.mp3:.src:.bat:.pif

But spam with scores higher than 5 is still coming in and being market
spam.



-- 
Kind regards,

Dieter Febel




-Original Message-
From: Eric Shubert 
Reply-to: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: simscan not scanning
Date: Fri, 04 Mar 2011 06:34:22 -0700


On 03/04/2011 01:10 AM, Dieter Febel wrote:
> Hi all,
>
> I have a problem with simscan not scanning, there are no entries in
> /var/log/qmail/smtp/current for simscan.
>
> My qmailctl stat shows:
> authlib: up (pid 4067) 1294 seconds
> clamd: up (pid 4050) 1294 seconds
> imap4: up (pid 4058) 1294 seconds
> imap4-ssl: up (pid 4092) 1294 seconds
> pop3: up (pid 4074) 1294 seconds
> pop3-ssl: up (pid 4055) 1294 seconds
> send: up (pid 4052) 1294 seconds
> smtp: up (pid 4070) 1294 seconds
> spamd: up (pid 4051) 1294 seconds
> submission: up (pid 4069) 1294 seconds
> authlib/log: up (pid 4068) 1294 seconds
> clamd/log: up (pid 4077) 1294 seconds
> imap4/log: up (pid 4054) 1294 seconds
> imap4-ssl/log: up (pid 4071) 1294 seconds
> pop3/log: up (pid 4072) 1294 seconds
> pop3-ssl/log: up (pid 4076) 1294 seconds
> send/log: up (pid 4056) 1294 seconds
> smtp/log: up (pid 4073) 1294 seconds
> spamd/log: up (pid 4053) 1294 seconds
> submission/log: up (pid 4075) 1294 seconds
>
> My /etc/tcprules.d/tcp.smtp
> 27.: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"
>
> Could someone please help.
>
>
> --
> Kind regards,
>
> Dieter Febel

What's in your /var/qmail/control/simcontrol file?
Have you done
# qmailctl cdb
after changing it?



[qmailtoaster] simscan not scanning

2011-03-04 Thread Dieter Febel
Hi all,

I have a problem with simscan not scanning, there are no entries
in /var/log/qmail/smtp/current for simscan. 

My qmailctl stat shows:
authlib: up (pid 4067) 1294 seconds
clamd: up (pid 4050) 1294 seconds
imap4: up (pid 4058) 1294 seconds
imap4-ssl: up (pid 4092) 1294 seconds
pop3: up (pid 4074) 1294 seconds
pop3-ssl: up (pid 4055) 1294 seconds
send: up (pid 4052) 1294 seconds
smtp: up (pid 4070) 1294 seconds
spamd: up (pid 4051) 1294 seconds
submission: up (pid 4069) 1294 seconds
authlib/log: up (pid 4068) 1294 seconds
clamd/log: up (pid 4077) 1294 seconds
imap4/log: up (pid 4054) 1294 seconds
imap4-ssl/log: up (pid 4071) 1294 seconds
pop3/log: up (pid 4072) 1294 seconds
pop3-ssl/log: up (pid 4076) 1294 seconds
send/log: up (pid 4056) 1294 seconds
smtp/log: up (pid 4073) 1294 seconds
spamd/log: up (pid 4053) 1294 seconds
submission/log: up (pid 4075) 1294 seconds

My  /etc/tcprules.d/tcp.smtp
27.: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"

Could someone please help. 


-- 
Kind regards,

Dieter Febel