Hi Shane,

My qmail-smtpd startup file is this:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export QMAILQUEUE="/var/qmail/bin/qfilter"
exec /usr/local/bin/softlimit -m 20000000 \
    /usr/local/bin/tcpserver -v -H -R -l 0 \
    -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
    /var/qmail/bin/qmail-smtpd \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1


Thanks in advance


----- Original Message ----- 
From: "Shane Chrisp" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, April 17, 2005 3:26 AM
Subject: Re: [toaster] Strange problem with open relay


> On Sun, 2005-04-17 at 02:32 +0100, J�lio Olivares wrote:
> > Some time ago I disabled SMTP server for my users due to abuse. I
recompiled
> > vpopmail without roaming users, removed open-smtp and SMTP work as
expected:
> > ---
> > 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
> > ---
> >
> > But, I see there's someone still using my smtp server to relay messages.
See
> > this header:
> > ---
> > Received: (qmail 17773 invoked by uid 89); 16 Apr 2005 22:00:20 -0000
> > Received: from unknown (HELO xxxx.net) ([EMAIL PROTECTED])
> >   by 0 with SMTP; 16 Apr 2005 22:00:18 -0000
>
> Are you using SMTP relay? If so whats your startup line for smail-smtpd?
>
>

Reply via email to