On Wed, 2004-09-08 at 11:50, Big Chiz wrote:
> how about your /var/qmail/superviser/qmail-smtpd/run does it have
> mention any qmail-scanner-queue.pl
> 
> 
> On Wed, 08 Sep 2004 11:13:24 +0700, Smeagol
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > my qmail or qmail-scanner rejecting zip files. Anybody have idea why?
> > i've bypassed the configuration in /etc/tcp.smtp (not using
> > qmail-scanner-queue.pl) :
> > 
> > 192.168.0.:allow,RELAYCLIENT=""
> > 
> > the error message in Thunderbird :
> > 
> > An error occured while sending mail. The mail
> > server responded : we don't accept email with such content (#5.3.4). Pls
> > check the message and try again.
> > 
> > Thx
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by BEA Weblogic Workshop
> > FREE Java Enterprise J2EE developer tools!
> > Get your free copy of BEA WebLogic Workshop 8.1 today.
> > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> > _______________________________________________
> > Qmail-scanner-general mailing list
> > [EMAIL PROTECTED] 
> > https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
> >
This is mine :
#!/bin/sh
PATH=$PATH:/usr/local/bin:/var/qmail/bin
# QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
# export PATH QMAILQUEUE
export PATH
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=30
exec /usr/local/bin/softlimit -m 15000000 \
tcpserver -H -R -v -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" -u "$QMAILDUID"
-g "$NOFILESGID" \
0 25 qmail-smtpd linuxius.rbrana.co.id /bin/checkpassword /bin/true 2>&1

Thx



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to