>
> Although someone may have asked you for this, you could post the results
of qmail-showctl.

qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 509.
subdirectory split: 23.
user ids: 1002, 1001, 1003, 0, 1004, 1006, 1005, 1007.
group ids: 1003, 1002.

badhelo: (Default.) Any HELO host name is allowed.

badmailfrom: (Default.) Any MAIL FROM is allowed.

badmailfromnorelay: (Default.) Any MAIL FROM is allowed.

badmailto: (Default.) No RCPT TO are specifically denied.

badmailtonorelay: (Default.) No RCPT TO are specifically denied.

bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.

bouncehost: (Default.) Bounce host name is mail.el.net.

concurrencylocal: (Default.) Local concurrency is 10.

concurrencyremote: Remote concurrency is 160.

databytes: (Default.) SMTP DATA limit is 0 bytes.

defaultdomain: Default domain name is el.net.

defaulthost: (Default.) Default host name is mail.el.net.

doublebouncehost: (Default.) 2B recipient host: mail.el.net.

doublebounceto: (Default.) 2B recipient user: postmaster.

envnoathost: (Default.) Presumed domain name is mail.el.net.

helohost: (Default.) SMTP client HELO host name is mail.el.net.

idhost: (Default.) Message-ID host name is mail.el.net.

localiphost: (Default.) Local IP address becomes mail.el.net.

locals:
Messages for localhost are delivered locally.
Messages for mail.el.net are delivered locally.

me: My name is mail.el.net.

percenthack: (Default.) The percent hack is not allowed.

plusdomain: Plus domain name is el.net.

qmqpservers: (Default.) No QMQP servers.

queuelifetime: Message lifetime in the queue is 86400 seconds.

rcpthosts:
SMTP clients may send messages to recipients at localhost.
SMTP clients may send messages to recipients at domain.
SMTP clients may send messages to recipients at domain.
SMTP clients may send messages to recipients at domain.
SMTP clients may send messages to recipients at domain.

morercpthosts: (Default.) No effect.

morercpthosts.cdb: (Default.) No effect.

smtpgreeting: (Default.) SMTP greeting: 220 mail.el.net.

smtproutes: (Default.) No artificial SMTP routes.

spfbehavior: (Default.) The SPF behavior is 0.

spfexp: (Default.) The SPF default explanation is: 550 See
http://spf.pobox.com/why.html?sender=%{S}&ip=%{I}&receiver=%{xR}.

spfguess: (Default.) The guess SPF rules are: .

spfrules: (Default.) The local SPF rules are: .

spamt/spamt.cdb: (Default.) No effect.

timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.

timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.

timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

virtualdomains:
........  _ vertual domains list _ .......




concurrencyincoming: I have no idea what this file does.

rcpthosts.lock: I have no idea what this file does.

virtualdomains.lock: I have no idea what this file does.

locals.lock: I have no idea what this file does.


> And the contents of your /var/qmail/qmail-smtpd/run file.

#!/bin/sh

QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`

if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL"
]; then
    echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in
    echo /var/qmail/supervise/qmail-smtpd/run
    exit 1
fi

if [ ! -f /var/qmail/control/rcpthosts ]; then
    echo "No /var/qmail/control/rcpthosts!"
    echo "Refusing to start SMTP listener because it'll create an open
relay"
    exit 1
fi


exec /usr/local/bin/softlimit -m 7000000 \
    /usr/local/bin/tcpserver -v -R -H -l "$LOCAL" -c "$MAXSMTPD" \
      -x /etc/tcp.smtp.cdb -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /usr/bin/true 2>&1


> And you may end up being referred to the vpopmail-related, since you do
appear to be running vpopmail.

that wouldn't help much.... i'm cc'ing this to that list too...



>
>
>
>


-- 


-- 




Reply via email to