hey,
just installed courier on a fresh rh7 box with authmysql and silly me
thought it might work the first time, or the second...
2.4.7-10smp (i686)
[alex@mail500]$ courier-config
prefix=/usr/lib/courier
exec_prefix=/usr/lib/courier
bindir=/usr/lib/courier/bin
sbindir=/usr/lib/courier/sbin
libexecdir=/usr/lib/courier/libexec
sysconfdir=/usr/lib/courier/etc
datadir=/usr/lib/courier/share
localstatedir=/usr/lib/courier/var
mailuser=daemon
mailgroup=daemon
mailuid=2
mailgid=2
configure_args="--with-mysql-libs=/usr/local/lib/mysql
--with-mysql-includes=/usr/local/include/mysql --with-authmysql
--enable-https --disable-changepass --with-trashquota
-prefix=/usr/lib/courier --with-db=gdbm --with-mailuser=daemon
--with-mailgroup=daemon --enable-utf7-folder-encoding
--enable-unicode=iso-8859-1
--with-authchangepwdir=/usr/lib/courier/libexec/authlib/changepwd"
[alex@mail500]$
1. Now, for the life of me I can't figure out where logging is going to.
nothing in /var/log/maillog or /var/log/messages
2. This is the authmysqlrc:
MYSQL_SERVER 192.168.1.13
MYSQL_USERNAME xxxx
MYSQL_PASSWORD xxxx
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_PORT 3306
MYSQL_OPT 0
MYSQL_DATABASE mail
MYSQL_USER_TABLE passwd
etc.
Now, admittedly the mysql table passwd is empty. it's been created but
nothing is in it. I would appreciate any help and direction in this
matter. Been reading over the documents etc. , as i've said, i can't for
the life of me figure out where it's logging to so i can find what errors
are happening.
thanks.