Hi,
i'm trying to install postfix with
courier-imap-4.1.3
maildrop-2.0.4
postfix-2.4.1
cyrus-sasl-2.1.22
and have an problem with maildrop.
i compile and install all packages ok, with no problem, but maildrop comand
have an error, and my MTA Server doesn't receive emails.
the error is:
##################################
root@mta:/etc# cat teste.txt | maildrop -d ren...@mydomain.org
ERR: authdaemon: s_connect() failed: No such file or directory
maildrop: Temporary authentication failure.
##################################
but i have created the file /etc/maildropmysql.config
##################################
root@mta:/etc# more maildropmysql.config
hostname localhost
port 3306
socket /dados/mysql/mysql.sock
database postfix
dbuser maildrop
dbpw my-passwd
dbtable mailbox
default_gidnumber 108
default_uidnumber 108
uid_field username
uidnumber_field uid
gidnumber_field gid
maildir_field maildir
homedirectory_field home
quota_field quota
mailstatus_field active
where_clause ""
root@mta:/etc#
##################################
I has compiled the maildrop with:
./configure \
--prefix=/usr \
--sysconfdir=/etc/maildrop \
--enable-maildrop-uid=108 \
--enable-maildrop-gid=108 \
--enable-syslog=1 \
--enable-maildropmysql \
--enable-maildirquota
Someone knows this problem?? someone can help-me??
thanks.
Att
Renato Gregio