David S. Salib wrote:
-- the conf file.
TrustedDeliveryAgent "/usr/sbin/dbmail-smtp -u %u -d "
DeliveryHost 127.0.0.1
DeliveryPort 24
DeliveryIdent localhost
DeliveryProto LMTP
You have two delivery's configured. Comment the TrustedDeliveryAgent
line out.
Also, if you're using localhost, why not use a socket instead of inet.
Although while testing, inet is more comfortable to use I guess.
My config's delivery part:
# grep -i delivery /etc/dspam.conf | grep -v \#
DeliveryHost /var/run/dbmail-lmtpd.sock
DeliveryProto LMTP
HTH,
Alex