hi,
i have see that courier dont read the "esmtpdelay"-File is this a
configuration fault or a bug?
I have also a question how can i tell "courieresmtp" to deliver more
then on message "per call"?
what i mean:
queuedelivering=1, inprogress=3
queuedelivering=1, inprogress=2
.
.
can courier send mails to different "domains" with one call?
I haven't found a Variable for "courieresmtp" to make this, but for
"courieresmtpd" whic is not the same i think.
My ./configure:
./configure --prefix=/opt/courier --enable-unicode \
--enable-utf7-folder-encoding --with-mailgroup=courier \
--with-mailuser=courier --without-authmysql --without-authldap \
--without-ispell --enable-https --enable-mimetypes=/etc/mime.types \
'--with-transport=local esmtp dsn' \
--with-userdb=/opt/courier/etc/userdb \
--with-makedatprog=/opt/courier/libexec/courier/makedatprog \
--with-piddir=/opt/courier/var/tmp --with-package=courier \
--with-version=0.33.0 --with-db=gdbm --enable-trusted-groups='courier' \
--with-formdat
my courierd:
prefix="/opt/courier"
exec_prefix="/opt/courier"
PATH=/opt/courier/bin:/bin:/usr/bin:/usr/local/bin
SHELL=/bin/sh
DYNAMICDELIVERIES=1
DEFAULTDELIVERY=./Maildir
ESMTP_CORK=1
ESMTP_USE_STARTTLS=1
LC_ALL=C
COURIERTLS=/opt/courier/bin/couriertls
TLS_PROTOCOL=SSL3
TLS_ALLOWSELFSIGNEDCERT=1
my esmtpd:
PATH=/opt/courier/bin:/bin:/usr/bin:/usr/local/bin
SHELL=/bin/sh
BOFHCHECKDNS=1
BOFHNOEXPN=1
BOFHNOVRFY=1
NOADDMSGID=1
NOADDDATE=1
AUTH_REQUIRED=0
ACCEPT_VIOLATED_HEADER=1
MIME=8bit
COURIERTLS=/opt/courier/bin/couriertls
TLS_PROTOCOL=SSL3
TLS_CERTFILE=/opt/courier/share/esmtpd.pem
TLS_VERIFYPEER=NONE
MAILUSER=courier
MAILGROUP=courier
PORT=smtp
ACCESSFILE=${sysconfdir}/smtpaccess
MAXDAEMONS=10
MAXPERC=5
MAXPERIP=5
PIDFILE=/opt/courier/var/tmp/esmtpd.pid
TCPDOPTS="-noidentlookup -stderrlogger=/opt/courier/sbin/logger"
ESMTPDSTART=YES
Thanx for your help.
al ;-)