Hi there list,
after several months w/o posting here I am again.
I have a fresh QMT box and I migrated some domains from an ancient non-QMT Qmail. I have complaints like this one, where she is sending to only 8 recipients (out of 25 allowed in the tcp.smpt)

[quote]
/De: Administrador del sistema
Enviado el: martes, 31 de agosto de 2010 15:19
Para: Vanina Guerrero - Meditel S.A.
Asunto: Sin entregar: PromociĆ³n Internet OUT e IN - Agosto -

Algunos de los destinatarios no recibieron su mensaje.
     Asunto:   RV: PromociĆ³n  Internet OUT e IN - Agosto -
     Enviado el:       31/08/2010 15:18

No se puede localizar a los destinatarios siguientes:

     Lima San Martin en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)
     lorena metrebian en 31/08/2010 15:19
571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)
     luis_medi...@hotmail.com en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)
     lyly...@yahoo.com en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)
     Marisa Leiva - Meditel S.A. en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)
     matias conci en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)
     meditel...@live.com.ar en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)
     Megastore - Meditel S.A. en 31/08/2010 15:19
571 sorry, you are violating our security policies (#5.7.1 - chkuser)/

[/quote]

I checked the /etc/tcprules.d/tcp.smtp file:
/127.:allow,RELAYCLIENT=""
200.80.53.42:allow,RELAYCLIENT=""
200.80.53.43:allow,RELAYCLIENT=""
:allow,BADMIMETYPE="",SENDER_NOCHECK="1",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="25",QMAILQUEUE="/var/qmail/bin/simscan",RBLSMTPD=""
/
The /var/qmail/supervise/smtp/run
/#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/local/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

exec /usr/bin/softlimit -m 64000000 \
    /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
/
and the /etc/spamdyke/spamdyke.conf. Since its an authenticated user, this should not matter.
/tls-certificate-file=/var/qmail/control/servercert.pem
reject-empty-rdns=yes
reject-unresolvable-rdns=yes
log-level=verbose
local-domains-file=/var/qmail/control/rcpthosts
max-recipients=25
idle-timeout-secs=400
graylist-level=always
graylist-dir=/home/vpopmail/graylist
graylist-min-secs=300
graylist-max-secs=1814400
ip-whitelist-file=/var/qmail/control/whiteiplist
greeting-delay-secs=5
sender-blacklist-file=/var/qmail/control/sender-blacklist
sender-whitelist-file=/var/qmail/control/whitelist
ip-blacklist-file=/var/qmail/control/ip-blacklist
dns-blacklist-entry=zen.spamhaus.org
dns-blacklist-entry=bl.spamcop.net

My box data # qtp-whatami
qtp-whatami v0.3.6
DISTRO=CentOS
OSVER=5.5
QTARCH=x86_64
QTKERN=2.6.18-194.11.1.el5
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

/
Am I missing something? Is there somewhere else I should check?
Thanks for your help.
-Sergio

---------------------------------------------------------------------------------
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


Reply via email to