Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can't telnet into courier service

Status
Not open for further replies.

bluethundr

Technical User
Jan 4, 2009
31
US
I can't telnet into the courier MTA service.

I installed courier-0.64.2.20100320 onto a CentOS 5.4 instance on an AWS cloud instance with these configuration options:

Code:
./configure --sysconfdir=/etc/courier/ --without-ipv6 --with-db=gdbm --with-shellpath=/bin:/usr/bin:/usr/local/bin --with-ispell=/usr/bin/ispell --enable-imageurl=/var/[URL unfurl="true"]www/html/webmail[/URL] --enable-https=auto --enable-hardtimeout=7200  --disable-autorenamesent --with-calendarpurge=60 --with-cacheowner

Everything seems to install ok and `make && make install && make install-configure` goes smoothly.

Then I seem able to start the service

Code:
[root@cloud1 ~]  service courierd start &
 
[1] 18626

Courier shows up in /var/log/mail.log

Code:
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Loading STATIC transport module libraries.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installing [0/0]
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installing uucp
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installed: module.uucp - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installing local
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installed: module.local - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installing fax
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installed: module.fax - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installing esmtp
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installed: module.esmtp - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installing dsn
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Installed: module.dsn - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Initializing uucp
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Initializing local
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Initializing fax
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Initializing esmtp
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Initializing dsn
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Started ./courieruucp, pid=18621, maxdels=4, maxhost=4, maxrcpt=16
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Started ./courierlocal, pid=18622, maxdels=10, maxhost=4, maxrcpt=1
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Started ./courierfax, pid=18623, maxdels=1, maxhost=1, maxrcpt=1
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Started ./courieresmtp, pid=18624, maxdels=40, maxhost=4, maxrcpt=100
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Started ./courierdsn, pid=18625, maxdels=4, maxhost=1, maxrcpt=1
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: queuelo=200, queuehi=400
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Purging /usr/lib/courier/var/msgq
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Purging /usr/lib/courier/var/msgs
 
Apr 13 13:38:19 domU-12-34-56-78-A1-A2 courierd: Waiting.  shutdown time=Tue Apr 13 14:38:19 2010, wakeup time=Tue Apr 13 14:38:19 2010, queuedelivering=0, inprogress=0
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Loading STATIC transport module libraries.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installing [0/0]
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installing uucp
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installed: module.uucp - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installing local
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installed: module.local - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installing fax
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installed: module.fax - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installing esmtp
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installed: module.esmtp - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installing dsn
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Installed: module.dsn - Courier 0.64.2.20100320 Copyright 1999-2008 Double Precision, Inc.
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Initializing uucp
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Initializing local
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Initializing fax
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Initializing esmtp
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Initializing dsn
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Started ./courieruucp, pid=18633, maxdels=4, maxhost=4, maxrcpt=16
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Started ./courierlocal, pid=18634, maxdels=10, maxhost=4, maxrcpt=1
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Started ./courierfax, pid=18635, maxdels=1, maxhost=1, maxrcpt=1
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Started ./courieresmtp, pid=18636, maxdels=40, maxhost=4, maxrcpt=100
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Started ./courierdsn, pid=18637, maxdels=4, maxhost=1, maxrcpt=1
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: queuelo=200, queuehi=400
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Purging /usr/lib/courier/var/msgq
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Purging /usr/lib/courier/var/msgs
 
Apr 13 13:38:25 domU-12-34-56-78-A1-A2 courierd: Waiting.  shutdown time=Tue Apr 13 14:38:25 2010, wakeup time=Tue Apr 13 14:38:25 2010, queuedelivering=0, inprogress=0

The local firewall (shorewall) is turned off, yet I cannot telnet into the courierd service

Code:
[root@cloud1 init.d]# telnet cloud1 10024
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused

The ps command also reveals that courierd is running:

Code:
[root@cloud1 init.d]# ps -ef | grep courierd
root     18626 18592  0 13:38 pts/7    00:00:00 /bin/sh /sbin/service courierd start
root     18631 18626  0 13:38 pts/7    00:00:00 /etc/init.d/courierd start
mail     18632 18631  0 13:38 pts/7    00:00:00 /etc/init.d/courierd start
mail     18637 18632  0 13:38 pts/7    00:00:00 ./courierdsn
root     18731 18674  0 14:40 pts/9    00:00:00 grep courierd

Also I cannot seem to find the courier service with netstat:

Code:
[root@cloud1 ~]# netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State      
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      
tcp        0      0 :::80                       :::*                        LISTEN      
tcp        0      0 :::22                       :::*                        LISTEN      
tcp        0      0 ::1:631                     :::*                        LISTEN      
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:3364     ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:26479  ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:25205    ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:59157  ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:30113    ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:13246    ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:27032    ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:32742    ESTABLISHED 
tcp        0   1296 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:4338     ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:65437  ESTABLISHED 
udp        0      0 0.0.0.0:32771               0.0.0.0:*                               
udp        0      0 0.0.0.0:68                  0.0.0.0:*                               
udp        0      0 0.0.0.0:5353                0.0.0.0:*                               
udp        0      0 0.0.0.0:631                 0.0.0.0:*                               
udp        0      0 :::32772                    :::*                                    
udp        0      0 :::5353                     :::*                                    
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING     3127   /tmp/.font-unix/fs7100
unix  2      [ ACC ]     STREAM     LISTENING     106252 /var/lib/mysql/mysql.sock
unix  2      [ ACC ]     STREAM     LISTENING     2846   /var/run/cups/cups.sock
unix  2      [ ]         DGRAM                    797    @/org/kernel/udev/udevd
unix  2      [ ACC ]     STREAM     LISTENING     3236   @/var/run/hald/dbus-JSYDcn0Nli
unix  2      [ ]         DGRAM                    3245   @/org/freedesktop/hal/udev_event
unix  2      [ ACC ]     STREAM     LISTENING     3237   @/var/run/hald/dbus-RkVCbTfzpI
unix  2      [ ACC ]     STREAM     LISTENING     2757   /dev/log
unix  2      [ ACC ]     STREAM     LISTENING     2541   /var/run/audispd_events
unix  2      [ ACC ]     STREAM     LISTENING     2655   /var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     3207   /var/run/avahi-daemon/socket
unix  3      [ ]         STREAM     CONNECTED     137272 /dev/log
unix  3      [ ]         STREAM     CONNECTED     137267 
unix  3      [ ]         STREAM     CONNECTED     137044 /dev/log
unix  3      [ ]         STREAM     CONNECTED     137043 
unix  3      [ ]         STREAM     CONNECTED     137035 /dev/log
unix  3      [ ]         STREAM     CONNECTED     137034 
unix  3      [ ]         STREAM     CONNECTED     137027 /dev/log
unix  3      [ ]         STREAM     CONNECTED     137026 
unix  3      [ ]         STREAM     CONNECTED     137019 /dev/log
unix  3      [ ]         STREAM     CONNECTED     137018 
unix  3      [ ]         STREAM     CONNECTED     137011 /dev/log
unix  3      [ ]         STREAM     CONNECTED     137010 
unix  3      [ ]         STREAM     CONNECTED     137007 /dev/log
unix  3      [ ]         STREAM     CONNECTED     136999 
unix  3      [ ]         STREAM     CONNECTED     136889 /dev/log
unix  3      [ ]         STREAM     CONNECTED     136884 
unix  3      [ ]         STREAM     CONNECTED     136739 /dev/log
unix  3      [ ]         STREAM     CONNECTED     136733 
unix  3      [ ]         STREAM     CONNECTED     133626 /dev/log
unix  3      [ ]         STREAM     CONNECTED     133618 
unix  3      [ ]         STREAM     CONNECTED     113125 /dev/log
unix  3      [ ]         STREAM     CONNECTED     113120 
unix  3      [ ]         STREAM     CONNECTED     106952 /dev/log
unix  3      [ ]         STREAM     CONNECTED     106944 
unix  3      [ ]         STREAM     CONNECTED     106872 /dev/log
unix  3      [ ]         STREAM     CONNECTED     106867 
unix  3      [ ]         STREAM     CONNECTED     106062 /dev/log
unix  3      [ ]         STREAM     CONNECTED     106057 
unix  3      [ ]         STREAM     CONNECTED     105965 /dev/log
unix  3      [ ]         STREAM     CONNECTED     105960 
unix  3      [ ]         STREAM     CONNECTED     105866 /dev/log
unix  3      [ ]         STREAM     CONNECTED     105861 
unix  3      [ ]         STREAM     CONNECTED     105692 /dev/log
unix  3      [ ]         STREAM     CONNECTED     105687 
unix  3      [ ]         STREAM     CONNECTED     104142 /dev/log
unix  3      [ ]         STREAM     CONNECTED     104141 
unix  3      [ ]         STREAM     CONNECTED     88576  /dev/log
unix  3      [ ]         STREAM     CONNECTED     88568  
unix  3      [ ]         STREAM     CONNECTED     29582  /dev/log
unix  3      [ ]         STREAM     CONNECTED     29574  
unix  3      [ ]         STREAM     CONNECTED     26712  /dev/log
unix  3      [ ]         STREAM     CONNECTED     26711  
unix  3      [ ]         STREAM     CONNECTED     5380   /dev/log
unix  3      [ ]         STREAM     CONNECTED     5379   
unix  3      [ ]         STREAM     CONNECTED     4688   /dev/log
unix  3      [ ]         STREAM     CONNECTED     4687   
unix  3      [ ]         STREAM     CONNECTED     3514   /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     3513   
unix  3      [ ]         STREAM     CONNECTED     3240   @/var/run/hald/dbus-RkVCbTfzpI
unix  3      [ ]         STREAM     CONNECTED     3239   
unix  3      [ ]         STREAM     CONNECTED     3210   /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     3209   
unix  3      [ ]         STREAM     CONNECTED     3204   
unix  3      [ ]         STREAM     CONNECTED     3203   
unix  3      [ ]         STREAM     CONNECTED     3200   /dev/log
unix  3      [ ]         STREAM     CONNECTED     3199   
unix  3      [ ]         STREAM     CONNECTED     3056   /dev/log
unix  3      [ ]         STREAM     CONNECTED     3055   
unix  3      [ ]         STREAM     CONNECTED     2974   /dev/log
unix  3      [ ]         STREAM     CONNECTED     2973   
unix  3      [ ]         STREAM     CONNECTED     2934   /dev/log
unix  3      [ ]         STREAM     CONNECTED     2933   
unix  3      [ ]         STREAM     CONNECTED     2659   
unix  3      [ ]         STREAM     CONNECTED     2658   
unix  3      [ ]         STREAM     CONNECTED     2525   
unix  3      [ ]         STREAM     CONNECTED     2524

My /etc/courier/authdaemonrc file simply says this:


Code:
authmodulelist="authmysql"
DEBUG_LOGIN=2

These are the contents of /etc/courier/authmysqlrc

Code:
MYSQL_SERVER cloud1
MYSQL_USERNAME mail
MYSQL_PASSWORD ******
MYSQL_PORT 0
MYSQL_OPT 0
MYSQL_DATABASE maildb
MYSQL_USER_TABLE users
MYSQL_CRYPT_PWFIELD crypt
# MYSQL_CLEAR_PWFIELD clear
MYSQL_MAILDIR_FIELD concat(home,'/',maildir)
MYSQL_WHERE_CLAUSE enabled=1

I am attempting to use the 'flurdy' postfix tutorial.

So in short, what is puzzling me at the moment is why I am unable to telnet into the courier service.

Also, in a related note the only 'courier related services' I find in /etc/init.d are the following:

Code:
[root@cloud1 init.d]# ls -l *courier*
-r-xr-x--- 1 root root 2379324 Apr 12 14:45 courierd
-r-xr-xr-x 1 root root  111712 Apr 12 14:46 courierpop3d

I don't see a courier-imap service even tho the install of courier-0.64.2.20100320 seemed to go just fine. This last part is kind of a side-issue.

Any tips to help me get this working will be appreciated.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
Two things I can think of off hand. It looks like it is running, but just ins't listening. One, I seem to recall having read something at one point that in order to get the daemon processes to properly listen you need to activate them in main.cf. Did you do that step?

If all else fails, can you install courier from an RPM, at least as a debug trial? Perhaps there is a missing configuration or something in the tutorial.

 
Hello again noway...

thanks for your help. Just to follow up I have attempted to start the courier service yet it just seems to hang when I do... no response no unixy "thumbs up" by allowing another command. It just sits there. Then I ps it and see several courier daemons running yet I am unable to telnet in.

Code:
root     10646     1  0 10:28 ?        00:00:00 /usr/local/sbin/courierlogger -pid=/var/run/imapd.pid -start -name=imapd /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root     10647 10646  0 10:28 ?        00:00:00 /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root     10658     1  0 10:28 ?        00:00:00 /usr/local/sbin/courierlogger -pid=/var/run/imapd-ssl.pid -start -name=imapd-ssl /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 993 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root     10659 10658  0 10:28 ?        00:00:00 /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 993 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root     11375 10567  0 10:32 pts/1    00:00:00 su - courier
courier  11376 11375  0 10:32 pts/1    00:00:00 -bash
root     14917   979  0 10:57 pts/1    00:00:00 /bin/sh /sbin/service courierd start
root     14922 14917  0 10:57 pts/1    00:00:00 /etc/init.d/courierd start
mail     14923 14922  0 10:57 pts/1    00:00:00 /etc/init.d/courierd start
uucp     14924 14923  0 10:57 pts/1    00:00:00 ./courieruucp
root     14925 14923  0 10:57 pts/1    00:00:00 ./courierlocal
root     14926 14923  0 10:57 pts/1    00:00:00 ./courierfax
mail     14927 14923  0 10:57 pts/1    00:00:00 ./courieresmtp
mail     14928 14923  0 10:57 pts/1    00:00:00 ./courierdsn
500      15098 15069  0 11:49 pts/4    00:00:00 grep courier

and this is a more current netstat
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State      
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      
tcp        0      0 :::143                      :::*                        LISTEN      
tcp        0      0 :::80                       :::*                        LISTEN      
tcp        0      0 :::22                       :::*                        LISTEN      
tcp        0      0 ::1:631                     :::*                        LISTEN      
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:26479  ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:45602  ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:59157  ESTABLISHED 
tcp        0     48 ::ffff:10.248.194.47:22     ::ffff:65.46.72.90:22942    ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:65437  ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:49302  ESTABLISHED 
tcp        0      0 ::ffff:10.248.194.47:22     ::ffff:96.240.10.146:12934  ESTABLISHED 
udp        0      0 0.0.0.0:32771               0.0.0.0:*                               
udp        0      0 0.0.0.0:68                  0.0.0.0:*                               
udp        0      0 0.0.0.0:5353                0.0.0.0:*                               
udp        0      0 0.0.0.0:631                 0.0.0.0:*                               
udp        0      0 :::32772                    :::*                                    
udp        0      0 :::5353                     :::*                                    
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING     3127   /tmp/.font-unix/fs7100
unix  2      [ ACC ]     STREAM     LISTENING     106252 /var/lib/mysql/mysql.sock
unix  2      [ ACC ]     STREAM     LISTENING     2846   /var/run/cups/cups.sock
unix  2      [ ]         DGRAM                    797    @/org/kernel/udev/udevd
unix  2      [ ACC ]     STREAM     LISTENING     3236   @/var/run/hald/dbus-JSYDcn0Nli
unix  2      [ ]         DGRAM                    3245   @/org/freedesktop/hal/udev_event
unix  2      [ ACC ]     STREAM     LISTENING     3237   @/var/run/hald/dbus-RkVCbTfzpI
unix  2      [ ACC ]     STREAM     LISTENING     2757   /dev/log
unix  2      [ ACC ]     STREAM     LISTENING     2541   /var/run/audispd_events
unix  2      [ ACC ]     STREAM     LISTENING     2655   /var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     3207   /var/run/avahi-daemon/socket
unix  3      [ ]         STREAM     CONNECTED     245143 /dev/log
unix  3      [ ]         STREAM     CONNECTED     245138 
unix  3      [ ]         STREAM     CONNECTED     239929 /dev/log
unix  3      [ ]         STREAM     CONNECTED     239928 
unix  3      [ ]         STREAM     CONNECTED     239639 /dev/log
unix  3      [ ]         STREAM     CONNECTED     239634 
unix  3      [ ]         STREAM     CONNECTED     239437 /dev/log
unix  3      [ ]         STREAM     CONNECTED     239432 
unix  3      [ ]         STREAM     CONNECTED     166902 /dev/log
unix  3      [ ]         STREAM     CONNECTED     166901 
unix  3      [ ]         STREAM     CONNECTED     133626 /dev/log
unix  3      [ ]         STREAM     CONNECTED     133618 
unix  3      [ ]         STREAM     CONNECTED     113125 /dev/log
unix  3      [ ]         STREAM     CONNECTED     113120 
unix  3      [ ]         STREAM     CONNECTED     106952 /dev/log
unix  3      [ ]         STREAM     CONNECTED     106944 
unix  3      [ ]         STREAM     CONNECTED     106872 /dev/log
unix  3      [ ]         STREAM     CONNECTED     106867 
unix  3      [ ]         STREAM     CONNECTED     104142 /dev/log
unix  3      [ ]         STREAM     CONNECTED     104141 
unix  3      [ ]         STREAM     CONNECTED     88576  /dev/log
unix  3      [ ]         STREAM     CONNECTED     88568  
unix  3      [ ]         STREAM     CONNECTED     29582  /dev/log
unix  3      [ ]         STREAM     CONNECTED     29574  
unix  3      [ ]         STREAM     CONNECTED     26712  /dev/log
unix  3      [ ]         STREAM     CONNECTED     26711  
unix  3      [ ]         STREAM     CONNECTED     5380   /dev/log
unix  3      [ ]         STREAM     CONNECTED     5379   
unix  3      [ ]         STREAM     CONNECTED     4688   /dev/log
unix  3      [ ]         STREAM     CONNECTED     4687   
unix  3      [ ]         STREAM     CONNECTED     3514   /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     3513   
unix  3      [ ]         STREAM     CONNECTED     3240   @/var/run/hald/dbus-RkVCbTfzpI
unix  3      [ ]         STREAM     CONNECTED     3239   
unix  3      [ ]         STREAM     CONNECTED     3210   /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     3209   
unix  3      [ ]         STREAM     CONNECTED     3204   
unix  3      [ ]         STREAM     CONNECTED     3203   
unix  3      [ ]         STREAM     CONNECTED     3200   /dev/log
unix  3      [ ]         STREAM     CONNECTED     3199   
unix  3      [ ]         STREAM     CONNECTED     3056   /dev/log
unix  3      [ ]         STREAM     CONNECTED     3055   
unix  3      [ ]         STREAM     CONNECTED     2974   /dev/log
unix  3      [ ]         STREAM     CONNECTED     2973   
unix  3      [ ]         STREAM     CONNECTED     2934   /dev/log
unix  3      [ ]         STREAM     CONNECTED     2933   
unix  3      [ ]         STREAM     CONNECTED     2659   
unix  3      [ ]         STREAM     CONNECTED     2658   
unix  3      [ ]         STREAM     CONNECTED     2525   
unix  3      [ ]         STREAM     CONNECTED     2524

and these are my current mail logs (with phony DNS :p)

Code:
Apr 11 04:07:07 domU-12-34-56-78-9A-A1 sendmail[23802]: o3B823ZN023802: timeout waiting for input from [127.0.0.1] during client greeting
Apr 11 04:07:07 domU-12-34-56-78-9A-A1 sendmail[23802]: o3B823ZN023802: to=root, ctladdr=root (0/0), delay=00:05:04, xdelay=00:05:00, mailer=relay, pri=92833, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1]
Apr 11 04:07:17 domU-12-34-56-78-9A-A1 postfix/smtpd[24204]: fatal: unsupported dictionary type: mysql
Apr 11 04:07:18 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24204 exit status 1
Apr 11 04:07:18 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:08:18 domU-12-34-56-78-9A-A1 postfix/smtpd[24206]: fatal: unsupported dictionary type: mysql
Apr 11 04:08:19 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24206 exit status 1
Apr 11 04:08:19 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:09:19 domU-12-34-56-78-9A-A1 postfix/smtpd[24208]: fatal: unsupported dictionary type: mysql
Apr 11 04:09:20 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24208 exit status 1
Apr 11 04:09:20 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:10:20 domU-12-34-56-78-9A-A1 postfix/smtpd[24212]: fatal: unsupported dictionary type: mysql
Apr 11 04:10:21 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24212 exit status 1
Apr 11 04:10:21 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:11:21 domU-12-34-56-78-9A-A1 postfix/smtpd[24214]: fatal: unsupported dictionary type: mysql
Apr 11 04:11:22 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24214 exit status 1
Apr 11 04:11:22 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:12:22 domU-12-34-56-78-9A-A1 postfix/smtpd[24216]: fatal: unsupported dictionary type: mysql
Apr 11 04:12:23 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24216 exit status 1
Apr 11 04:12:23 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:13:23 domU-12-34-56-78-9A-A1 postfix/smtpd[24218]: fatal: unsupported dictionary type: mysql
Apr 11 04:13:24 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24218 exit status 1
Apr 11 04:13:24 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:14:24 domU-12-34-56-78-9A-A1 postfix/smtpd[24220]: fatal: unsupported dictionary type: mysql
Apr 11 04:14:25 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24220 exit status 1
Apr 11 04:14:25 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:15:25 domU-12-34-56-78-9A-A1 postfix/smtpd[24222]: fatal: unsupported dictionary type: mysql
Apr 11 04:15:26 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24222 exit status 1
Apr 11 04:15:26 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:16:26 domU-12-34-56-78-9A-A1 postfix/smtpd[24224]: fatal: unsupported dictionary type: mysql
Apr 11 04:16:27 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24224 exit status 1
Apr 11 04:16:27 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:17:27 domU-12-34-56-78-9A-A1 postfix/smtpd[24226]: fatal: unsupported dictionary type: mysql
Apr 11 04:17:28 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24226 exit status 1
Apr 11 04:17:28 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:18:28 domU-12-34-56-78-9A-A1 postfix/smtpd[24228]: fatal: unsupported dictionary type: mysql
Apr 11 04:18:29 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24228 exit status 1
Apr 11 04:18:29 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:19:29 domU-12-34-56-78-9A-A1 postfix/smtpd[24230]: fatal: unsupported dictionary type: mysql
Apr 11 04:19:30 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24230 exit status 1
Apr 11 04:19:30 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:20:30 domU-12-34-56-78-9A-A1 postfix/smtpd[24234]: fatal: unsupported dictionary type: mysql
Apr 11 04:20:31 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24234 exit status 1
Apr 11 04:20:31 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:21:31 domU-12-34-56-78-9A-A1 postfix/smtpd[24237]: fatal: unsupported dictionary type: mysql
Apr 11 04:21:32 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 24237 exit status 1
Apr 11 04:21:32 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:22:32 domU-12-34-56-78-9A-A1 postfix/smtpd[28423]: fatal: unsupported dictionary type: mysql
Apr 11 04:22:33 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 28423 exit status 1
Apr 11 04:22:33 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:23:33 domU-12-34-56-78-9A-A1 postfix/smtpd[5818]: fatal: unsupported dictionary type: mysql
Apr 11 04:23:34 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 5818 exit status 1
Apr 11 04:23:34 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:24:34 domU-12-34-56-78-9A-A1 postfix/smtpd[15741]: fatal: unsupported dictionary type: mysql
Apr 11 04:24:35 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 15741 exit status 1
Apr 11 04:24:35 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:25:36 domU-12-34-56-78-9A-A1 postfix/smtpd[25673]: fatal: unsupported dictionary type: mysql
Apr 11 04:25:37 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 25673 exit status 1
Apr 11 04:25:37 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:26:37 domU-12-34-56-78-9A-A1 postfix/smtpd[26802]: fatal: unsupported dictionary type: mysql
Apr 11 04:26:38 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26802 exit status 1
Apr 11 04:26:38 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:27:38 domU-12-34-56-78-9A-A1 postfix/smtpd[26804]: fatal: unsupported dictionary type: mysql
Apr 11 04:27:39 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26804 exit status 1
Apr 11 04:27:39 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:28:39 domU-12-34-56-78-9A-A1 postfix/smtpd[26806]: fatal: unsupported dictionary type: mysql
Apr 11 04:28:40 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26806 exit status 1
Apr 11 04:28:40 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:29:40 domU-12-34-56-78-9A-A1 postfix/smtpd[26808]: fatal: unsupported dictionary type: mysql
Apr 11 04:29:41 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26808 exit status 1
Apr 11 04:29:41 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:30:41 domU-12-34-56-78-9A-A1 postfix/smtpd[26812]: fatal: unsupported dictionary type: mysql
Apr 11 04:30:42 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26812 exit status 1
Apr 11 04:30:42 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:31:42 domU-12-34-56-78-9A-A1 postfix/smtpd[26814]: fatal: unsupported dictionary type: mysql
Apr 11 04:31:43 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26814 exit status 1
Apr 11 04:31:43 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:32:43 domU-12-34-56-78-9A-A1 postfix/smtpd[26816]: fatal: unsupported dictionary type: mysql
Apr 11 04:32:44 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26816 exit status 1
Apr 11 04:32:44 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:33:44 domU-12-34-56-78-9A-A1 postfix/smtpd[26818]: fatal: unsupported dictionary type: mysql
Apr 11 04:33:45 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26818 exit status 1
Apr 11 04:33:45 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:34:45 domU-12-34-56-78-9A-A1 postfix/smtpd[26820]: fatal: unsupported dictionary type: mysql
Apr 11 04:34:46 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26820 exit status 1
Apr 11 04:34:46 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:35:46 domU-12-34-56-78-9A-A1 postfix/smtpd[26822]: fatal: unsupported dictionary type: mysql
Apr 11 04:35:47 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26822 exit status 1
Apr 11 04:35:47 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:36:47 domU-12-34-56-78-9A-A1 postfix/smtpd[26824]: fatal: unsupported dictionary type: mysql
Apr 11 04:36:48 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26824 exit status 1
Apr 11 04:36:48 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:37:48 domU-12-34-56-78-9A-A1 postfix/smtpd[26826]: fatal: unsupported dictionary type: mysql
Apr 11 04:37:49 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26826 exit status 1
Apr 11 04:37:49 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:38:49 domU-12-34-56-78-9A-A1 postfix/smtpd[26828]: fatal: unsupported dictionary type: mysql
Apr 11 04:38:50 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26828 exit status 1
Apr 11 04:38:50 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:39:50 domU-12-34-56-78-9A-A1 postfix/smtpd[26830]: fatal: unsupported dictionary type: mysql
Apr 11 04:39:51 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26830 exit status 1
Apr 11 04:39:51 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:40:51 domU-12-34-56-78-9A-A1 postfix/smtpd[26834]: fatal: unsupported dictionary type: mysql
Apr 11 04:40:52 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26834 exit status 1
Apr 11 04:40:52 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:41:52 domU-12-34-56-78-9A-A1 postfix/smtpd[26836]: fatal: unsupported dictionary type: mysql
Apr 11 04:41:53 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26836 exit status 1
Apr 11 04:41:53 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:42:53 domU-12-34-56-78-9A-A1 postfix/smtpd[26838]: fatal: unsupported dictionary type: mysql
Apr 11 04:42:54 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26838 exit status 1
Apr 11 04:42:54 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:43:54 domU-12-34-56-78-9A-A1 postfix/smtpd[26840]: fatal: unsupported dictionary type: mysql
Apr 11 04:43:55 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26840 exit status 1
Apr 11 04:43:55 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:44:55 domU-12-34-56-78-9A-A1 postfix/smtpd[26842]: fatal: unsupported dictionary type: mysql
Apr 11 04:44:56 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26842 exit status 1
Apr 11 04:44:56 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:45:56 domU-12-34-56-78-9A-A1 postfix/smtpd[26844]: fatal: unsupported dictionary type: mysql
Apr 11 04:45:57 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26844 exit status 1
Apr 11 04:45:57 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:46:57 domU-12-34-56-78-9A-A1 postfix/smtpd[26846]: fatal: unsupported dictionary type: mysql
Apr 11 04:46:58 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26846 exit status 1
Apr 11 04:46:58 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:47:58 domU-12-34-56-78-9A-A1 postfix/smtpd[26848]: fatal: unsupported dictionary type: mysql
Apr 11 04:47:59 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26848 exit status 1
Apr 11 04:47:59 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:48:59 domU-12-34-56-78-9A-A1 postfix/smtpd[26850]: fatal: unsupported dictionary type: mysql
Apr 11 04:49:00 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26850 exit status 1
Apr 11 04:49:00 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:50:00 domU-12-34-56-78-9A-A1 postfix/smtpd[26852]: fatal: unsupported dictionary type: mysql
Apr 11 04:50:01 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26852 exit status 1
Apr 11 04:50:01 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:51:01 domU-12-34-56-78-9A-A1 postfix/smtpd[26856]: fatal: unsupported dictionary type: mysql
Apr 11 04:51:02 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26856 exit status 1
Apr 11 04:51:02 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:52:02 domU-12-34-56-78-9A-A1 postfix/smtpd[26859]: fatal: unsupported dictionary type: mysql
Apr 11 04:52:03 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26859 exit status 1
Apr 11 04:52:03 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:53:03 domU-12-34-56-78-9A-A1 postfix/smtpd[26861]: fatal: unsupported dictionary type: mysql
Apr 11 04:53:04 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26861 exit status 1
Apr 11 04:53:04 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:54:04 domU-12-34-56-78-9A-A1 postfix/smtpd[26863]: fatal: unsupported dictionary type: mysql
Apr 11 04:54:05 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26863 exit status 1
Apr 11 04:54:05 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:55:05 domU-12-34-56-78-9A-A1 postfix/smtpd[26865]: fatal: unsupported dictionary type: mysql
Apr 11 04:55:06 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26865 exit status 1
Apr 11 04:55:06 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:56:06 domU-12-34-56-78-9A-A1 postfix/smtpd[26867]: fatal: unsupported dictionary type: mysql
Apr 11 04:56:07 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26867 exit status 1
Apr 11 04:56:07 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:57:07 domU-12-34-56-78-9A-A1 postfix/smtpd[26869]: fatal: unsupported dictionary type: mysql
Apr 11 04:57:08 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26869 exit status 1
Apr 11 04:57:08 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:58:08 domU-12-34-56-78-9A-A1 postfix/smtpd[26871]: fatal: unsupported dictionary type: mysql
Apr 11 04:58:09 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26871 exit status 1
Apr 11 04:58:09 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 04:59:09 domU-12-34-56-78-9A-A1 postfix/smtpd[26873]: fatal: unsupported dictionary type: mysql
Apr 11 04:59:10 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26873 exit status 1
Apr 11 04:59:10 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:00:10 domU-12-34-56-78-9A-A1 postfix/smtpd[26877]: fatal: unsupported dictionary type: mysql
Apr 11 05:00:11 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26877 exit status 1
Apr 11 05:00:11 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:01:11 domU-12-34-56-78-9A-A1 postfix/smtpd[26881]: fatal: unsupported dictionary type: mysql
Apr 11 05:01:12 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26881 exit status 1
Apr 11 05:01:12 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:02:12 domU-12-34-56-78-9A-A1 postfix/smtpd[26883]: fatal: unsupported dictionary type: mysql
Apr 11 05:02:13 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26883 exit status 1
Apr 11 05:02:13 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:03:13 domU-12-34-56-78-9A-A1 postfix/smtpd[26885]: fatal: unsupported dictionary type: mysql
Apr 11 05:03:14 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26885 exit status 1
Apr 11 05:03:14 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:04:14 domU-12-34-56-78-9A-A1 postfix/smtpd[26887]: fatal: unsupported dictionary type: mysql
Apr 11 05:04:15 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26887 exit status 1
Apr 11 05:04:15 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:05:15 domU-12-34-56-78-9A-A1 postfix/smtpd[26889]: fatal: unsupported dictionary type: mysql
Apr 11 05:05:16 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26889 exit status 1
Apr 11 05:05:16 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:06:16 domU-12-34-56-78-9A-A1 postfix/smtpd[26891]: fatal: unsupported dictionary type: mysql
Apr 11 05:06:17 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26891 exit status 1
Apr 11 05:06:17 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:07:17 domU-12-34-56-78-9A-A1 postfix/smtpd[26893]: fatal: unsupported dictionary type: mysql
Apr 11 05:07:18 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26893 exit status 1
Apr 11 05:07:18 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:08:18 domU-12-34-56-78-9A-A1 postfix/smtpd[26895]: fatal: unsupported dictionary type: mysql
Apr 11 05:08:19 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26895 exit status 1
Apr 11 05:08:19 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:09:19 domU-12-34-56-78-9A-A1 postfix/smtpd[26897]: fatal: unsupported dictionary type: mysql
Apr 11 05:09:20 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26897 exit status 1
Apr 11 05:09:20 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:10:20 domU-12-34-56-78-9A-A1 postfix/smtpd[26902]: fatal: unsupported dictionary type: mysql
Apr 11 05:10:21 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26902 exit status 1
Apr 11 05:10:21 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:11:21 domU-12-34-56-78-9A-A1 postfix/smtpd[26904]: fatal: unsupported dictionary type: mysql
Apr 11 05:11:22 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26904 exit status 1
Apr 11 05:11:22 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:12:22 domU-12-34-56-78-9A-A1 postfix/smtpd[26906]: fatal: unsupported dictionary type: mysql
Apr 11 05:12:23 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26906 exit status 1
Apr 11 05:12:23 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:13:23 domU-12-34-56-78-9A-A1 postfix/smtpd[26908]: fatal: unsupported dictionary type: mysql
Apr 11 05:13:24 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26908 exit status 1
Apr 11 05:13:24 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:14:24 domU-12-34-56-78-9A-A1 postfix/smtpd[26910]: fatal: unsupported dictionary type: mysql
Apr 11 05:14:25 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26910 exit status 1
Apr 11 05:14:25 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:15:25 domU-12-34-56-78-9A-A1 postfix/smtpd[26912]: fatal: unsupported dictionary type: mysql
Apr 11 05:15:26 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26912 exit status 1
Apr 11 05:15:26 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:16:26 domU-12-34-56-78-9A-A1 postfix/smtpd[26914]: fatal: unsupported dictionary type: mysql
Apr 11 05:16:27 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26914 exit status 1
Apr 11 05:16:27 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:17:27 domU-12-34-56-78-9A-A1 postfix/smtpd[26916]: fatal: unsupported dictionary type: mysql
Apr 11 05:17:28 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26916 exit status 1
Apr 11 05:17:28 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:18:28 domU-12-34-56-78-9A-A1 postfix/smtpd[26918]: fatal: unsupported dictionary type: mysql
Apr 11 05:18:29 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26918 exit status 1
Apr 11 05:18:29 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:19:29 domU-12-34-56-78-9A-A1 postfix/smtpd[26920]: fatal: unsupported dictionary type: mysql
Apr 11 05:19:30 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26920 exit status 1
Apr 11 05:19:30 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:20:30 domU-12-34-56-78-9A-A1 postfix/smtpd[26924]: fatal: unsupported dictionary type: mysql
Apr 11 05:20:31 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26924 exit status 1
Apr 11 05:20:31 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:21:31 domU-12-34-56-78-9A-A1 postfix/smtpd[26927]: fatal: unsupported dictionary type: mysql
Apr 11 05:21:32 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26927 exit status 1
Apr 11 05:21:32 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:22:32 domU-12-34-56-78-9A-A1 postfix/smtpd[26929]: fatal: unsupported dictionary type: mysql
Apr 11 05:22:33 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26929 exit status 1
Apr 11 05:22:33 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:23:33 domU-12-34-56-78-9A-A1 postfix/smtpd[26931]: fatal: unsupported dictionary type: mysql
Apr 11 05:23:34 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26931 exit status 1
Apr 11 05:23:34 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:24:34 domU-12-34-56-78-9A-A1 postfix/smtpd[26933]: fatal: unsupported dictionary type: mysql
Apr 11 05:24:35 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26933 exit status 1
Apr 11 05:24:35 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:25:35 domU-12-34-56-78-9A-A1 postfix/smtpd[26935]: fatal: unsupported dictionary type: mysql
Apr 11 05:25:36 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26935 exit status 1
Apr 11 05:25:36 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:26:36 domU-12-34-56-78-9A-A1 postfix/smtpd[26937]: fatal: unsupported dictionary type: mysql
Apr 11 05:26:37 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26937 exit status 1
Apr 11 05:26:37 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:27:37 domU-12-34-56-78-9A-A1 postfix/smtpd[26939]: fatal: unsupported dictionary type: mysql
Apr 11 05:27:38 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26939 exit status 1
Apr 11 05:27:38 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:28:38 domU-12-34-56-78-9A-A1 postfix/smtpd[26941]: fatal: unsupported dictionary type: mysql
Apr 11 05:28:39 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26941 exit status 1
Apr 11 05:28:39 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:29:39 domU-12-34-56-78-9A-A1 postfix/smtpd[26943]: fatal: unsupported dictionary type: mysql
Apr 11 05:29:40 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26943 exit status 1
Apr 11 05:29:40 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:30:40 domU-12-34-56-78-9A-A1 postfix/smtpd[26947]: fatal: unsupported dictionary type: mysql
Apr 11 05:30:41 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26947 exit status 1
Apr 11 05:30:41 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:31:41 domU-12-34-56-78-9A-A1 postfix/smtpd[26949]: fatal: unsupported dictionary type: mysql
Apr 11 05:31:42 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26949 exit status 1
Apr 11 05:31:42 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:32:42 domU-12-34-56-78-9A-A1 postfix/smtpd[26951]: fatal: unsupported dictionary type: mysql
Apr 11 05:32:43 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26951 exit status 1
Apr 11 05:32:43 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:33:43 domU-12-34-56-78-9A-A1 postfix/smtpd[26953]: fatal: unsupported dictionary type: mysql
Apr 11 05:33:44 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26953 exit status 1
Apr 11 05:33:44 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:34:44 domU-12-34-56-78-9A-A1 postfix/smtpd[26955]: fatal: unsupported dictionary type: mysql
Apr 11 05:34:45 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26955 exit status 1
Apr 11 05:34:45 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:35:45 domU-12-34-56-78-9A-A1 postfix/smtpd[26957]: fatal: unsupported dictionary type: mysql
Apr 11 05:35:46 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26957 exit status 1
Apr 11 05:35:46 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:36:46 domU-12-34-56-78-9A-A1 postfix/smtpd[26959]: fatal: unsupported dictionary type: mysql
Apr 11 05:36:47 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26959 exit status 1
Apr 11 05:36:47 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:37:47 domU-12-34-56-78-9A-A1 postfix/smtpd[26961]: fatal: unsupported dictionary type: mysql
Apr 11 05:37:48 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26961 exit status 1
Apr 11 05:37:48 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:38:48 domU-12-34-56-78-9A-A1 postfix/smtpd[26963]: fatal: unsupported dictionary type: mysql
Apr 11 05:38:49 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26963 exit status 1
Apr 11 05:38:49 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:39:49 domU-12-34-56-78-9A-A1 postfix/smtpd[26965]: fatal: unsupported dictionary type: mysql
Apr 11 05:39:50 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26965 exit status 1
Apr 11 05:39:50 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:40:50 domU-12-34-56-78-9A-A1 postfix/smtpd[26969]: fatal: unsupported dictionary type: mysql
Apr 11 05:40:51 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26969 exit status 1
Apr 11 05:40:51 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:41:51 domU-12-34-56-78-9A-A1 postfix/smtpd[26971]: fatal: unsupported dictionary type: mysql
Apr 11 05:41:52 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26971 exit status 1
Apr 11 05:41:52 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:42:52 domU-12-34-56-78-9A-A1 postfix/smtpd[26973]: fatal: unsupported dictionary type: mysql
Apr 11 05:42:53 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26973 exit status 1
Apr 11 05:42:53 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:43:54 domU-12-34-56-78-9A-A1 postfix/smtpd[26975]: fatal: unsupported dictionary type: mysql
Apr 11 05:43:55 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26975 exit status 1
Apr 11 05:43:55 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:44:55 domU-12-34-56-78-9A-A1 postfix/smtpd[26977]: fatal: unsupported dictionary type: mysql
Apr 11 05:44:56 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26977 exit status 1
Apr 11 05:44:56 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:45:56 domU-12-34-56-78-9A-A1 postfix/smtpd[26979]: fatal: unsupported dictionary type: mysql
Apr 11 05:45:57 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26979 exit status 1
Apr 11 05:45:57 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:46:57 domU-12-34-56-78-9A-A1 postfix/smtpd[26981]: fatal: unsupported dictionary type: mysql
Apr 11 05:46:58 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26981 exit status 1
Apr 11 05:46:58 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:47:58 domU-12-34-56-78-9A-A1 postfix/smtpd[26983]: fatal: unsupported dictionary type: mysql
Apr 11 05:47:59 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26983 exit status 1
Apr 11 05:47:59 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:48:59 domU-12-34-56-78-9A-A1 postfix/smtpd[26985]: fatal: unsupported dictionary type: mysql
Apr 11 05:49:00 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26985 exit status 1
Apr 11 05:49:00 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:50:00 domU-12-34-56-78-9A-A1 postfix/smtpd[26987]: fatal: unsupported dictionary type: mysql
Apr 11 05:50:01 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26987 exit status 1
Apr 11 05:50:01 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:51:01 domU-12-34-56-78-9A-A1 postfix/smtpd[26991]: fatal: unsupported dictionary type: mysql
Apr 11 05:51:02 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26991 exit status 1
Apr 11 05:51:02 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:52:02 domU-12-34-56-78-9A-A1 postfix/smtpd[26993]: fatal: unsupported dictionary type: mysql
Apr 11 05:52:03 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26993 exit status 1
Apr 11 05:52:03 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:53:03 domU-12-34-56-78-9A-A1 postfix/smtpd[26996]: fatal: unsupported dictionary type: mysql
Apr 11 05:53:04 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26996 exit status 1
Apr 11 05:53:04 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:54:04 domU-12-34-56-78-9A-A1 postfix/smtpd[26998]: fatal: unsupported dictionary type: mysql
Apr 11 05:54:05 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 26998 exit status 1
Apr 11 05:54:05 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:55:05 domU-12-34-56-78-9A-A1 postfix/smtpd[27000]: fatal: unsupported dictionary type: mysql
Apr 11 05:55:06 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27000 exit status 1
Apr 11 05:55:06 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:56:07 domU-12-34-56-78-9A-A1 postfix/smtpd[27002]: fatal: unsupported dictionary type: mysql
Apr 11 05:56:08 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27002 exit status 1
Apr 11 05:56:08 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:57:08 domU-12-34-56-78-9A-A1 postfix/smtpd[27004]: fatal: unsupported dictionary type: mysql
Apr 11 05:57:09 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27004 exit status 1
Apr 11 05:57:09 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:58:09 domU-12-34-56-78-9A-A1 postfix/smtpd[27006]: fatal: unsupported dictionary type: mysql
Apr 11 05:58:10 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27006 exit status 1
Apr 11 05:58:10 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 05:59:10 domU-12-34-56-78-9A-A1 postfix/smtpd[27008]: fatal: unsupported dictionary type: mysql
Apr 11 05:59:11 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27008 exit status 1
Apr 11 05:59:11 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:00:11 domU-12-34-56-78-9A-A1 postfix/smtpd[27012]: fatal: unsupported dictionary type: mysql
Apr 11 06:00:12 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27012 exit status 1
Apr 11 06:00:12 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:01:12 domU-12-34-56-78-9A-A1 postfix/smtpd[27016]: fatal: unsupported dictionary type: mysql
Apr 11 06:01:13 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27016 exit status 1
Apr 11 06:01:13 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:02:13 domU-12-34-56-78-9A-A1 postfix/smtpd[27018]: fatal: unsupported dictionary type: mysql
Apr 11 06:02:14 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27018 exit status 1
Apr 11 06:02:14 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:03:14 domU-12-34-56-78-9A-A1 postfix/smtpd[27020]: fatal: unsupported dictionary type: mysql
Apr 11 06:03:15 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27020 exit status 1
Apr 11 06:03:15 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:04:15 domU-12-34-56-78-9A-A1 postfix/smtpd[27022]: fatal: unsupported dictionary type: mysql
Apr 11 06:04:16 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27022 exit status 1
Apr 11 06:04:16 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:05:16 domU-12-34-56-78-9A-A1 postfix/smtpd[27024]: fatal: unsupported dictionary type: mysql
Apr 11 06:05:17 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27024 exit status 1
Apr 11 06:05:17 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:06:17 domU-12-34-56-78-9A-A1 postfix/smtpd[27026]: fatal: unsupported dictionary type: mysql
Apr 11 06:06:18 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27026 exit status 1
Apr 11 06:06:18 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:07:18 domU-12-34-56-78-9A-A1 postfix/smtpd[27028]: fatal: unsupported dictionary type: mysql
Apr 11 06:07:19 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27028 exit status 1
Apr 11 06:07:19 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:08:19 domU-12-34-56-78-9A-A1 postfix/smtpd[27030]: fatal: unsupported dictionary type: mysql
Apr 11 06:08:20 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27030 exit status 1
Apr 11 06:08:20 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:09:20 domU-12-34-56-78-9A-A1 postfix/smtpd[27032]: fatal: unsupported dictionary type: mysql
Apr 11 06:09:21 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27032 exit status 1
Apr 11 06:09:21 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:10:21 domU-12-34-56-78-9A-A1 postfix/smtpd[27036]: fatal: unsupported dictionary type: mysql
Apr 11 06:10:22 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27036 exit status 1
Apr 11 06:10:22 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:11:22 domU-12-34-56-78-9A-A1 postfix/smtpd[27038]: fatal: unsupported dictionary type: mysql
Apr 11 06:11:23 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27038 exit status 1
Apr 11 06:11:23 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:12:23 domU-12-34-56-78-9A-A1 postfix/smtpd[27040]: fatal: unsupported dictionary type: mysql
Apr 11 06:12:24 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27040 exit status 1
Apr 11 06:12:24 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:13:24 domU-12-34-56-78-9A-A1 postfix/smtpd[27042]: fatal: unsupported dictionary type: mysql
Apr 11 06:13:25 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27042 exit status 1
Apr 11 06:13:25 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:14:25 domU-12-34-56-78-9A-A1 postfix/smtpd[27044]: fatal: unsupported dictionary type: mysql
Apr 11 06:14:26 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27044 exit status 1
Apr 11 06:14:26 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:15:26 domU-12-34-56-78-9A-A1 postfix/smtpd[27046]: fatal: unsupported dictionary type: mysql
Apr 11 06:15:27 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27046 exit status 1
Apr 11 06:15:27 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:16:27 domU-12-34-56-78-9A-A1 postfix/smtpd[27048]: fatal: unsupported dictionary type: mysql
Apr 11 06:16:28 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27048 exit status 1
Apr 11 06:16:28 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:17:28 domU-12-34-56-78-9A-A1 postfix/smtpd[27050]: fatal: unsupported dictionary type: mysql
Apr 11 06:17:29 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27050 exit status 1
Apr 11 06:17:29 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:18:29 domU-12-34-56-78-9A-A1 postfix/smtpd[27052]: fatal: unsupported dictionary type: mysql
Apr 11 06:18:30 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27052 exit status 1
Apr 11 06:18:30 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:19:30 domU-12-34-56-78-9A-A1 postfix/smtpd[27054]: fatal: unsupported dictionary type: mysql
Apr 11 06:19:31 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27054 exit status 1
Apr 11 06:19:31 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:20:31 domU-12-34-56-78-9A-A1 postfix/smtpd[27058]: fatal: unsupported dictionary type: mysql
Apr 11 06:20:32 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27058 exit status 1
Apr 11 06:20:32 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:21:32 domU-12-34-56-78-9A-A1 postfix/smtpd[27060]: fatal: unsupported dictionary type: mysql
Apr 11 06:21:33 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27060 exit status 1
Apr 11 06:21:33 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:22:33 domU-12-34-56-78-9A-A1 postfix/smtpd[27062]: fatal: unsupported dictionary type: mysql
Apr 11 06:22:34 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27062 exit status 1
Apr 11 06:22:34 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:23:34 domU-12-34-56-78-9A-A1 postfix/smtpd[27065]: fatal: unsupported dictionary type: mysql
Apr 11 06:23:35 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27065 exit status 1
Apr 11 06:23:35 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:24:35 domU-12-34-56-78-9A-A1 postfix/smtpd[27067]: fatal: unsupported dictionary type: mysql
Apr 11 06:24:36 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27067 exit status 1
Apr 11 06:24:36 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:25:36 domU-12-34-56-78-9A-A1 postfix/smtpd[27069]: fatal: unsupported dictionary type: mysql
Apr 11 06:25:37 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27069 exit status 1
Apr 11 06:25:37 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:26:37 domU-12-34-56-78-9A-A1 postfix/smtpd[27071]: fatal: unsupported dictionary type: mysql
Apr 11 06:26:38 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27071 exit status 1
Apr 11 06:26:38 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:27:38 domU-12-34-56-78-9A-A1 postfix/smtpd[27073]: fatal: unsupported dictionary type: mysql
Apr 11 06:27:39 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27073 exit status 1
Apr 11 06:27:39 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:28:39 domU-12-34-56-78-9A-A1 postfix/smtpd[27075]: fatal: unsupported dictionary type: mysql
Apr 11 06:28:40 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27075 exit status 1
Apr 11 06:28:40 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:29:40 domU-12-34-56-78-9A-A1 postfix/smtpd[27077]: fatal: unsupported dictionary type: mysql
Apr 11 06:29:41 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27077 exit status 1
Apr 11 06:29:41 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:30:41 domU-12-34-56-78-9A-A1 postfix/smtpd[27081]: fatal: unsupported dictionary type: mysql
Apr 11 06:30:42 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27081 exit status 1
Apr 11 06:30:42 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:31:42 domU-12-34-56-78-9A-A1 postfix/smtpd[27083]: fatal: unsupported dictionary type: mysql
Apr 11 06:31:43 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27083 exit status 1
Apr 11 06:31:43 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:32:43 domU-12-34-56-78-9A-A1 postfix/smtpd[27085]: fatal: unsupported dictionary type: mysql
Apr 11 06:32:44 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27085 exit status 1
Apr 11 06:32:44 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:33:44 domU-12-34-56-78-9A-A1 postfix/smtpd[27087]: fatal: unsupported dictionary type: mysql
Apr 11 06:33:45 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27087 exit status 1
Apr 11 06:33:45 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:34:45 domU-12-34-56-78-9A-A1 postfix/smtpd[27089]: fatal: unsupported dictionary type: mysql
Apr 11 06:34:46 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27089 exit status 1
Apr 11 06:34:46 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:35:46 domU-12-34-56-78-9A-A1 postfix/smtpd[27091]: fatal: unsupported dictionary type: mysql
Apr 11 06:35:47 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27091 exit status 1
Apr 11 06:35:47 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:36:47 domU-12-34-56-78-9A-A1 postfix/smtpd[27093]: fatal: unsupported dictionary type: mysql
Apr 11 06:36:48 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27093 exit status 1
Apr 11 06:36:48 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:37:48 domU-12-34-56-78-9A-A1 postfix/smtpd[27095]: fatal: unsupported dictionary type: mysql
Apr 11 06:37:49 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27095 exit status 1
Apr 11 06:37:49 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:38:49 domU-12-34-56-78-9A-A1 postfix/smtpd[27097]: fatal: unsupported dictionary type: mysql
Apr 11 06:38:50 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27097 exit status 1
Apr 11 06:38:50 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:39:50 domU-12-34-56-78-9A-A1 postfix/smtpd[27099]: fatal: unsupported dictionary type: mysql
Apr 11 06:39:51 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27099 exit status 1
Apr 11 06:39:51 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:40:51 domU-12-34-56-78-9A-A1 postfix/smtpd[27103]: fatal: unsupported dictionary type: mysql
Apr 11 06:40:52 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27103 exit status 1
Apr 11 06:40:52 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:41:52 domU-12-34-56-78-9A-A1 postfix/smtpd[27105]: fatal: unsupported dictionary type: mysql
Apr 11 06:41:53 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: process /usr/libexec/postfix/smtpd pid 27105 exit status 1
Apr 11 06:41:53 domU-12-34-56-78-9A-A1 postfix/master[18715]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Apr 11 06:42:53 domU-12-34-56-78-9A-A1 postfix/smtpd[27107]: fatal: unsupported dictionary type: mysql
Apr 11 06:42
 
Ah sorry for not taking a closer look at the logs before posting..

genuinely stupid of me...

I seem to have goofed in forgetting to start postfix before courier... now the courier daemon has been started and is listening on 25 and binding to 0.0.0.0

Code:
[root@cloud1 ~]# tail -f /var/log/maillog
Apr 15 11:57:02 domU-12-34-56-78-9A-A1 courierd: Started ./courieresmtp, pid=15111, maxdels=40, maxhost=4, maxrcpt=100
Apr 15 11:57:02 domU-12-34-56-78-9A-A1 courierd: Started ./courierdsn, pid=15112, maxdels=4, maxhost=1, maxrcpt=1
Apr 15 11:57:02 domU-12-34-56-78-9A-A1 courierd: queuelo=200, queuehi=400
Apr 15 11:57:02 domU-12-34-56-78-9A-A1 courierd: Purging /usr/lib/courier/var/msgq
Apr 15 11:57:02 domU-12-34-56-78-9A-A1 courierd: Purging /usr/lib/courier/var/msgs
Apr 15 11:57:02 domU-12-34-56-78-9A-A1 courierd: Waiting.  shutdown time=Thu Apr 15 12:57:02 2010, wakeup time=Thu Apr 15 12:57:02 2010, queuedelivering=0, inprogress=0
Apr 15 12:06:09 domU-12-34-56-78-9A-A1 sendmail[15153]: alias database /etc/aliases rebuilt by root
Apr 15 12:06:09 domU-12-34-56-78-9A-A1 sendmail[15153]: /etc/aliases: 77 aliases, longest 20 bytes, 789 bytes total
Apr 15 12:06:10 domU-12-34-56-78-9A-A1 postfix/postfix-script: starting the Postfix mail system
Apr 15 12:06:10 domU-12-34-56-78-9A-A1 postfix/master[15199]: fatal: bind 0.0.0.0 port 25: Address already in use

How on earth do I get courier to listen to the port (10024) prescribed in the flurdy tutorial and bind to 127.0.0.1?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
This part I think I can help you with. I assume when you talk about the port 10024 portion you are talking about amavis where you will listen for mail on one port and then re-inject it back into the queue for delivery on the other.

There are three things that you need to add, one in main.cf and one in master.cf, and then one in amavis.

Here is my entry from master.cf:
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_delay_reject=no
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o smtpd_data_restrictions=reject_unauth_pipelining
-o smtpd_end_of_data_restrictions=
-o mynetworks=127.0.0.0/8
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
-o local_header_rewrite_clients=

And here is my portion from main.cf
content_filter = smtp-amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
unknown_virtual_mailbox_reject_code = 550
unknown_virtual_alias_reject_code = 550

And in amavis (mine is in conf.d 20-debian_defaults:
$inet_socket_port = 10024; # default listening socket

Basically, this gets amavis to listen on one port, and Postfix working on the other port. Note, I think my 10024/10025 are backwards from Flurdy off hand.

 
Thanks, NoWay! The project continues and I am looking forward to implementing your amavis suggestion.

Currently I am focusing on trying to get courier imap to authenticate. Would you mind having a look at this problem as well? You are a truly tremendous resource sir, and I thank you for your help here. You are the best!

-----------------------------------------------

I am attempting to setup my mail server with IMAP access using
courier-imap. I was able to get the daemon running, but I am not able
to get it to authenticate my user account. I could use some
troubleshooting tips to help me past this step.

Postfix seems to be working fine. The logs tell me that I can send
and receive to the account I have created. It's just that in order for
me to put one of the gui's on there (Horde/RoundCube/Squirrelmail/or
heck even Zimbra), not to mention receive the mail on mobile devices,
obviously I need to get IMAP working as designed. :)

I am trying to authenticate with an account that is stored in a MySQL
database.

It appears that courier is logging to my
mail.log file. MySQL is logging to mysql.log. Postfix events turn up
in both log files. However, courier authentication events only turn up
in mail.log and not in mysql.log.

I see this entry in my mail.log file when I try to authenticate
against courier imap using a telnet session. It is abundantly clear that postfix and courier are simply not on speaking terms as of now.

*****************************************************
[root@cloud1:/etc/init.d ] #:telnet cloud1 143
Trying 127.0.0.1...
Connected to cloud1.newdom.com.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION] Courier-IMAP ready. Copyright 1998-2008 Double Precision,
Inc. See COPYING for distribution information.
a1 LOGIN bluethundr secretPass
* BYE Temporary problem, please try again later
Connection closed by foreign host.

*****************************************************************************

This causes the following transaction in my mail.log file. As I
mentioned mysql.log doesn't show any activity.

Apr 26 18:51:16 cloud1 imapd: Connection, ip=[127.0.0.1]
Apr 26 18:51:23 cloud1 imapd: authdaemon: s_connect() failed: No such
file or directory
Apr 26 18:51:23 cloud1 imapd: LOGIN FAILED, user=bluethundr, ip=[127.0.0.1]
Apr 26 18:51:23 cloud1 imapd: authentication error: No such file or directory

**********************************************************************

However courier, postfix and mysql are running as the following output
demonstrates:

*********************************************************************

[root@cloud1:/var/log ] #:ps -ef | grep imap
root 2794 1 0 18:31 ? 00:00:00
/usr/local/sbin/courierlogger -pid=/var/run/imapd.pid -start
-name=imapd /usr/lib/courier-imap/libexec/couriertcpd -address=0
-maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 143
/usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd
Maildir
root 2795 2794 0 18:31 ? 00:00:00
/usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40
-maxperip=4 -nodnslookup -noidentlookup 143
/usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd
Maildir
root 2989 2923 0 18:52 pts/4 00:00:00 grep imap

******************************************************************

[root@cloud1:/var/log ] #:ps -ef | grep courier
root 2026 1 0 18:27 ? 00:00:00
/usr/sbin/courierlogger -pid=/var/run/courier/authdaemon/pid -start
/usr/lib/courier/authlib/authdaemond.mysql
root 2027 2026 0 18:27 ? 00:00:00
/usr/lib/courier/authlib/authdaemond.mysql
root 2043 2027 0 18:27 ? 00:00:00
/usr/lib/courier/authlib/authdaemond.mysql
root 2044 2027 0 18:27 ? 00:00:00
/usr/lib/courier/authlib/authdaemond.mysql
root 2045 2027 0 18:27 ? 00:00:00
/usr/lib/courier/authlib/authdaemond.mysql
root 2046 2027 0 18:27 ? 00:00:00
/usr/lib/courier/authlib/authdaemond.mysql
root 2047 2027 0 18:27 ? 00:00:00
/usr/lib/courier/authlib/authdaemond.mysql
daemon 2048 1 0 18:27 ? 00:00:00 /usr/bin/perl -w
/usr/sbin/couriergraph.pl -l /var/log/mail.log -d
--daemon_rrd=/var/lib/couriergraph --rrd_name=couriergraph
root 2794 1 0 18:31 ? 00:00:00
/usr/local/sbin/courierlogger -pid=/var/run/imapd.pid -start
-name=imapd /usr/lib/courier-imap/libexec/couriertcpd -address=0
-maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 143
/usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd
Maildir
root 2795 2794 0 18:31 ? 00:00:00
/usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40
-maxperip=4 -nodnslookup -noidentlookup 143
/usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd
Maildir
root 2991 2923 0 18:53 pts/4 00:00:00 grep courier
*****************************************************************************
[root@cloud1:/var/log ] #:netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 127.0.0.1:60000 0.0.0.0:*
LISTEN 1640/postgrey.pid -
tcp 0 0 127.0.0.1:10025 0.0.0.0:*
LISTEN 2581/master
tcp 0 0 127.0.0.1:3306 0.0.0.0:*
LISTEN 2702/mysqld
tcp 0 0 0.0.0.0:143 0.0.0.0:*
LISTEN 2795/couriertcpd
tcp 0 0 0.0.0.0:80 0.0.0.0:*
LISTEN 2378/apache2
tcp 0 0 0.0.0.0:22 0.0.0.0:*
LISTEN 2294/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:*
LISTEN 2581/master
udp 0 0 0.0.0.0:68 0.0.0.0:*
1885/dhclient3


*******************************************************************************************

My authmysqlrc looks right to me:

*********************************************

MYSQL_USERNAME mail
MYSQL_PASSWORD secretPass
MYSQL_DATABASE maildb
MYSQL_USER_TABLE users
MYSQL_CRYPT_PWFIELD crypt
# MYSQL_CLEAR_PWFIELD clear
MYSQL_MAILDIR_FIELD concat(home,'/',maildir)
MYSQL_WHERE_CLAUSE enabled=1


*********************************************

I am specifying authmysql as the connection type in /etc/courier/authdaemonrc

*************************************************


authmodulelist="authmysql"

**********************************

Again, it seems obvious to me at this point that courier imap is simply not
communicating with the mysql authentication database. I am unclear
however which steps I am missing. I would appreciate it if someone
with a higher level view of the situation than myself could help me
put these clues together.

Once I get past this rough spot I'd eventually like to potentially
open up this new mail service to a small community of users.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
Oh and one final update for this evening..

I implemented your amavis suggestions and am still getting some kind of parse error in 50-user:

Code:
[root@cloud1:/etc/amavis/conf.d ] #:/etc/init.d/amavis restart
Stopping amavisd: (not running).
Starting amavisd: Error in config file "/etc/amavis/conf.d/50-user": Can't modify constant item in scalar assignment at /etc/amavis/conf.d/50-user line 10, near "qw(.);"
Global symbol "$syslog_priority" requires explicit package name at /etc/amavis/conf.d/50-user line 11.
Bareword "cal_domains_acl" not allowed while "strict subs" in use at /etc/amavis/conf.d/50-user line 10.
(failed).

This is my 50-user filet that is preventing amavis from starting:

Code:
use strict;

#
# Place your configuration directives here.  They will override those in
# earlier files.
#
# See /usr/share/doc/amavisd-new/ for documentation and examples of
# the directives you can use in this file
#
cal_domains_acl = qw(.);
$syslog_priority = 'debug';
$sa_kill_level_deflt = 8.0; # triggers spam evasive actions
$final_spam_destiny = D_PASS;
# $final_spam_destiny = D_DISCARD;
#------------ Do not modify anything below this line -------------
1;  # insure a defined return
~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
Ah, the dreaded "BYE Temporary problem, please try again later. Connection closed by foreign host" Error. It brings back memories. I agree this looks like a connection issue. Since all the devices appear to be listening, it is likely a configuration error somewhere. The good news is that it looks like you almost have things working. Getting the authentication against SQL is typically the hardest part.

A couple of things I can think of immediately:
1 - MySQL appears to be listening on port 3306, which sounds correct if I recall correctly. Does courier have any sort of setting for the port on which to attempt connection.

2 - Does courier have an advanced login debugging? It should. This might help by providing information regarding the connection attempts with user, password, etc.

3 - make sure you don't have any spaces at the end of the lines in you MySQL auth file. Also make sure that you don't have a problem with ' (apostrophe) versus ` (tick) marks. If you copied from the how to docs, sometimes these get messed up.

4 - I recall something about courier using cyrus-SASL as the authentication tool. Did your documentation say anything about this and are you using it?

In regards to the amavis problem in your 50-user file, where does the cal_domains_acl = qw(.); come from and what is it supposed to do? I am pretty sure the configuration is (at least mostly) a perl script. It is complaining about modifying a constant in a scalar assignment. cal_domains_acl does not have a $ infront of it and I suspect that this is making it a constant as opposed to a scalar variable.



 
Hey again, NoWay!

Thanks for sticking with this process.

Well things are starting to look up for my little mail server!

Your mentioning that the amavis script was perl was an epiphany. I set a '$' in front of the scalar variable $cal_domains_acl. Good news bad news.

Bad news first.. restarting amavis it still complains about these lines. And to answer your question I got these lines from the amavis section of the flurdy tutorial.

Code:
[root@cloud1:/etc/amavis/conf.d ] #:amops
Stopping amavisd: amavisd-new.
Starting amavisd: Error in config file "/etc/amavis/conf.d/50-user": Global symbol "$cal_domains_acl" requires explicit package name at /etc/amavis/conf.d/50-user line 10.
Global symbol "$syslog_priority" requires explicit package name at /etc/amavis/conf.d/50-user line 11.
(failed).

(amops is just an alias for '/etc/init.d/amavis restart' in my environment file).

But now realizing that this is just a perl script I simply commented out the use strict directive at the top of the file and now the amavis daemon starts and I can deliver mail to my user account using a telnet test with amavis running!!.

This makes me happy. :) Unless you can think of a compelling reason to get this script working in strict mode I am going to just be grateful that amavis is running.

Onward and upward!

I also posted my problem to the courier mailing list. Someone on the list correctly noted that my authdaemond service was actually not running.

So I poked around the system for a while until I did get it running.

Code:
[root@cloud1:/etc/amavis/conf.d ] #:ps -ef | grep authdaemond
root      2026     1  0 Apr26 ?        00:00:00 /usr/sbin/courierlogger -pid=/var/run/courier/authdaemon/pid -start /usr/lib/courier/authlib/authdaemond.mysql
root      2027  2026  0 Apr26 ?        00:00:00 /usr/lib/courier/authlib/authdaemond.mysql
root     10683  2027  0 Apr28 ?        00:00:00 /usr/lib/courier/authlib/authdaemond.mysql
root     10684  2027  0 Apr28 ?        00:00:00 /usr/lib/courier/authlib/authdaemond.mysql
root     10685  2027  0 Apr28 ?        00:00:00 /usr/lib/courier/authlib/authdaemond.mysql
root     10686  2027  0 Apr28 ?        00:00:00 /usr/lib/courier/authlib/authdaemond.mysql
root     10687  2027  0 Apr28 ?        00:00:00 /usr/lib/courier/authlib/authdaemond.mysql
root     18089     1  0 10:40 ?        00:00:00 /usr/local/sbin/courierlogger -pid=/usr/local/var/spool/authdaemon/pid -start /usr/local/libexec/courier-authlib/authdaemond
root     18090 18089  0 10:40 ?        00:00:00 /usr/local/libexec/courier-authlib/authdaemond
root     18091 18090  0 10:40 ?        00:00:00 /usr/local/libexec/courier-authlib/authdaemond
root     18092 18090  0 10:40 ?        00:00:00 /usr/local/libexec/courier-authlib/authdaemond
root     18093 18090  0 10:40 ?        00:00:00 /usr/local/libexec/courier-authlib/authdaemond
root     18094 18090  0 10:40 ?        00:00:00 /usr/local/libexec/courier-authlib/authdaemond
root     18095 18090  0 10:40 ?        00:00:00 /usr/local/libexec/courier-authlib/authdaemond
root     22642  5539  0 21:23 pts/5    00:00:00 grep authdaemond


And as you can see from the output of lsof -i amavis, spamassassin and some other goodies (like postgrey) are running and listening.

Code:
COMMAND     PID     USER   FD   TYPE DEVICE SIZE NODE NAME
postgrey   1640 postgrey    5u  IPv4   4590       TCP cloud1.newdom.com:60000 (LISTEN)
dhclient3  1885     dhcp    4u  IPv4   4280       UDP *:bootpc 
sshd       2294     root    3u  IPv4   5777       TCP *:ssh (LISTEN)
apache2    2378     root    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2    2393 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2    2394 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2    2397 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2    2398 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2    2399 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
sshd       2423     root    3u  IPv4   5987       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-45-67-891.nwrknj.fios.verizon.net:58666 (ESTABLISHED)
sshd       2449     root    3u  IPv4   6042       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-45-67-891.nwrknj.fios.verizon.net:58667 (ESTABLISHED)
sshd       2476     root    3u  IPv4   6098       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-45-67-891.nwrknj.fios.verizon.net:58668 (ESTABLISHED)
couriertc  2795     root    3u  IPv4   6849       TCP *:imap2 (LISTEN)
sshd       2798     root    3u  IPv4   6856       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-45-67-891.nwrknj.fios.verizon.net:58691 (ESTABLISHED)
sshd       2919     root    3u  IPv4   7177       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-45-67-891.nwrknj.fios.verizon.net:58731 (ESTABLISHED)
apache2    3499 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5864       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
spamd      4566     root    5u  IPv4  12655       TCP cloud1.newdom.com:spamd (LISTEN)
spamd      4568     root    5u  IPv4  12655       TCP cloud1.newdom.com:spamd (LISTEN)
spamd      4569     root    5u  IPv4  12655       TCP cloud1.newdom.com:spamd (LISTEN)
mysqld     4792    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4794    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4795    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4796    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4797    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4798    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4800    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4801    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4802    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld     4803    mysql   16u  IPv4  13194       TCP cloud1.newdom.com:mysql (LISTEN)
sshd       5535     root    3u  IPv4  15325       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-45-67-891.nwrknj.fios.verizon.net:54394 (ESTABLISHED)
master    22531     root   11u  IPv4  96980       TCP *:smtp (LISTEN)
master    22531     root   98u  IPv4  97094       TCP cloud1.newdom.com:10025 (LISTEN)
amavisd-n 22634   amavis    4u  IPv4  97422       TCP cloud1.newdom.com:10024 (LISTEN)
amavisd-n 22636   amavis    4u  IPv4  97422       TCP cloud1.newdom.com:10024 (LISTEN)
amavisd-n 22637   amavis    4u  IPv4  97422       TCP cloud1.newdom.com:10024 (LISTEN)


NOW I am getting a slightly different error when I test imap authentication with the courier tool 'authtest'.

Code:
[root@cloud1:~ ] $:authtest bluethundr
Authentication FAILED: Operation not permitted

Now I'm not sure why a change in error would cause a sudden burst of optimism in me.. but it has. LOL

Previously the error was this:

Code:
 Apr 26 18:51:16 cloud1 imapd: Connection, ip=[127.0.0.1]
Apr 26 18:51:23 cloud1 imapd: authdaemon: s_connect() failed: No such
file or directory

Also, someone one the courier mailing list made this observation:

This is an ancient, prehistoric version of courier-authlib.

Upgrade to the current version. After installing it, you need to recompile Courier against the updated version of courier-authlib.

I do not believe that the current version of Courier wouldn't even build against this old version of courier-authlib, so you probably have a more current courier-authlib also installed. You may have multiple versions of courier-authlib installed, but are starting the wrong one

Well, honestly after a long day of work I just don't have the energy to purge my system of the old courier and configure and compile a brand new on tonight. If anything this is a weekend thing to do. :)

Is there anything you can think of to get this system running as is? That is to say without doing a manual install of courier? If not, I will pick this up again this Saturday... heh

Just to recap I am deliberately using an old version of Ubuntu so that I have a chance of getting Zimbra up and running. I don't want to have to deal with backporting perl from 5.10 to 5.8.8 if I don't have to.

Thanks again, for all your help!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
I ran a new telnet test this morning. SO CLOSE!!! :)

Code:
[root@cloud1:~ ] #:telnet cloud1 143
Trying 127.0.0.1...
Connected to cloud1.newdom.com.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc.  See COPYING for distribution information.
a1 LOGIN bluethundr mySecret
a1 NO Login failed.
Connection closed by foreign host.


And this is how this transaction looks in the log file:

Code:
Apr 30 07:28:18 cloud1 imapd: Connection, ip=[127.0.0.1]
Apr 30 07:28:26 cloud1 imapd: LOGIN FAILED, user=bluethundr, ip=[127.0.0.1]
Apr 30 07:28:26 cloud1 authdaemond: received auth request, service=imap, authtype=login
Apr 30 07:28:26 cloud1 authdaemond: FAIL, all modules rejected

So, now Postfix is definitely receiving the auth request. This seems like a really big step in the right direction.

I have also checked my mysql database to make sure that the user info is there.. it is...

Code:
mysql> SELECT * FROM users;
+---------------------------+------------+------+------+-------------------------+-------------+---------+-----------------+---------------+---------------+-------+------------+----------------+
| id                        | name       | uid  | gid  | home                    | maildir     | enabled | change_password | clear         | crypt         | quota | procmailrc | spamassassinrc |
+---------------------------+------------+------+------+-------------------------+-------------+---------+-----------------+---------------+---------------+-------+------------+----------------+
| bluethundr@newdom.com | Tim Dunphy | 5000 | 5000 | /var/spool/mail/virtual | bluethundr/ |       1 |               1 | rAnDoMizEd | sdtrusfX0Jj66 |       |            |                | 
| root@localhost            | root       | 5000 | 5000 | /var/spool/mail/virtual | root/       |       1 |               1 | ChangeMe      | rAnDoMizEd |       |            |                | 
+---------------------------+------------+------+------+-------------------------+-------------+---------+-----------------+---------------+---------------+-------+------------+----------------+
2 rows in set (0.00 sec)

What do you think? :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
I got curious about the cal domains and did a grep in my amavis configuration. I am wondering if there is a typo of sorts in the tutorial.

In my 05-domain_id I have the following entry: @local_domains_acl = ( ".$mydomain" );

This has a striking similarity to yours, such as 05 being 50 backwards, and cal_domains_acl - perhaps being LOcal ....

I will have to dig more, but it seems reasonable that this could impact your ability to send and receive mail. This would define which domains are valid as well as whether or not things get matched, looked up, etc. properly. One other difference is that my local_domains is an array variable in PERL.

As far as your other problems, take a look at this thread: There is a section about debian specific stuff, of which Ubuntu is a debian distro. It would appear that some incompatibility was introduced and there is a work around.

Also look at this one: Specifically, use the command in courier DEBUG_LOGIN=2 to show the authentication and passwords stuff.

One last thing, be careful with the type of authentication. I would recommend that you start with plain login, no encryption, no hashing on port 25. Then you can add TLS to port 25. There seems to be some compatibility issues with certain programs on SSL over port 443.

I will look more at this after I get home (from a non company network/pc).
 
I noticed a couple of things..

It seems that my attempt to reinstall the authdaemon library rendered my authmysqlrc file blank. I refilled it out and restarted the relavant daemons. I next found that postfix was NOT finding libauthmysql.so

So I looked and lo and behold courier-auth-mysql was not installed. I installed it with high hopes that I would FINALLY be able to login to my IMAP server.

I still am not able but this is what my log files are doing when I try to log in now...

Code:
May  1 21:10:20 cloud1 authdaemond.plain: modules="authmysql", daemons=5
May  1 21:10:23 cloud1 postfix/master[2295]: daemon started -- version 2.2.10, configuration /etc/postfix
May  1 21:10:23 cloud1 authdaemond: modules="authmysql", daemons=5
May  1 21:10:23 cloud1 authdaemond: Installing libauthmysql
May  1 21:10:23 cloud1 authdaemond: file not found
May  1 21:14:46 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  1 21:15:20 cloud1 authdaemond.plain: Unknown module 'authmysql' skipped
May  1 21:15:21 cloud1 last message repeated 5 times
May  1 21:15:38 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  1 21:20:20 cloud1 authdaemond.plain: Unknown module 'authmysql' skipped
May  1 21:20:21 cloud1 last message repeated 5 times
May  1 21:25:21 cloud1 authdaemond.plain: Unknown module 'authmysql' skipped
May  1 21:25:21 cloud1 last message repeated 5 times
May  1 21:30:20 cloud1 authdaemond.plain: Unknown module 'authmysql' skipped
May  1 21:30:21 cloud1 last message repeated 5 times
May  1 21:35:20 cloud1 authdaemond.plain: Unknown module 'authmysql' skipped
May  1 21:35:21 cloud1 last message repeated 5 times
May  1 21:40:19 cloud1 authdaemond.plain: restarting authdaemond children
May  1 21:40:19 cloud1 authdaemond.plain: modules="authmysql", daemons=5
May  1 21:43:04 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  1 21:43:15 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  1 21:44:26 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  1 21:44:40 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  1 21:45:00 cloud1 authdaemond.plain: restarting authdaemond children
May  1 21:45:00 cloud1 authdaemond.plain: modules="authmysql", daemons=5
May  1 21:45:11 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  1 21:45:26 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  1 21:50:00 cloud1 authdaemond.plain: Unknown module 'authmysql' skipped
May  1 21:50:00 cloud1 last message repeated 5 times
May  1 21:51:55 cloud1 authdaemond.plain: restarting authdaemond children
May  1 21:51:55 cloud1 authdaemond.plain: modules="authmysql", daemons=5
May  1 21:52:10 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  1 21:52:24 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]

Code:
[root@cloud1:/home/bluethundr ] #:lsof -i
COMMAND    PID     USER   FD   TYPE DEVICE SIZE NODE NAME
dhclient3 1638     dhcp    4u  IPv4   4426       UDP *:bootpc 
amavisd-n 1662   amavis    4u  IPv4   4669       TCP cloud1.newdom.com:10024 (LISTEN)
postgrey  1670 postgrey    5u  IPv4   4688       TCP cloud1.newdom.com:60000 (LISTEN)
spamd     1674     root    5u  IPv4   4708       TCP cloud1.newdom.com:spamd (LISTEN)
amavisd-n 1684   amavis    4u  IPv4   4669       TCP cloud1.newdom.com:10024 (LISTEN)
amavisd-n 1685   amavis    4u  IPv4   4669       TCP cloud1.newdom.com:10024 (LISTEN)
spamd     1753     root    5u  IPv4   4708       TCP cloud1.newdom.com:spamd (LISTEN)
spamd     1754     root    5u  IPv4   4708       TCP cloud1.newdom.com:spamd (LISTEN)
couriertc 2056     root    5u  IPv4   5166       TCP *:imap2 (LISTEN)
mysqld    2158    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2160    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2161    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2162    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2163    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2164    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2166    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2167    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2168    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
mysqld    2169    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)
master    2295     root   11u  IPv4   5711       TCP *:smtp (LISTEN)
master    2295     root   98u  IPv4   5830       TCP cloud1.newdom.com:10025 (LISTEN)
sshd      2316     root    3u  IPv4   5872       TCP *:ssh (LISTEN)
apache2   2397     root    3u  IPv4   5957       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2   2414 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5957       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2   2415 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5957       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2   2416 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5957       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2   2417 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5957       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
apache2   2418 [URL unfurl="true"]www-data[/URL]    3u  IPv4   5957       TCP *:[URL unfurl="true"]www (LISTEN)[/URL]
sshd      2459     root    3u  IPv4   6037       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-456-789-246.nwrknj.fios.verizon.net:60319 (ESTABLISHED)
sshd      2496     root    3u  IPv4   6132       TCP domU-12-34-56-78-9A-A1.compute-1.internal:ssh->pool-123-456-789-246.nwrknj.fios.verizon.net:60856 (ESTABLISHED)
mysqld    2524    mysql   16u  IPv4   5279       TCP cloud1.newdom.com:mysql (LISTEN)

Code:
[root@cloud1:/home/bluethundr ] #:netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 127.0.0.1:60000         0.0.0.0:*               LISTEN     1670/postgrey.pid - 
tcp        0      0 127.0.0.1:10024         0.0.0.0:*               LISTEN     1662/amavisd (maste 
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN     2295/master         
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN     2158/mysqld         
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN     2056/couriertcpd    
tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN     1674/spamd.pid      
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN     2397/apache2        
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     2316/sshd           
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN     2295/master         
udp        0      0 0.0.0.0:68              0.0.0.0:*                          1638/dhclient3


I have DEBUG_LOGIN = 2 set in my authdaemonrc . for some reason passwords are not being logged however. Also authdaemond.plain is complaining that authmysql is an "Unknown module".

I'd like for authdamond to know about this module..

also on the amavis front I corrected the likely type-o's in the 50-user file and pre-pended the word 'my' infront of the scalar variables and lo and behold amavis starts with that file in strict mode.

thanks for the tip on this file...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
ok I had another go at this today.

I noticed in my /usr/local/lib/courier-authlib/ that my libauthmysql.so and libauthmysql.so.0 files were missing with all the other module's support files present and accounted for.

So I went over to another machine that had these files and scp'd them over to the server that was having the trouble. I then restarted all the daemons with no change in result....


Code:
[root@cloud1:~ ] #:postlogs
May  2 13:27:01 cloud1 authdaemond.mysql: restarting authdaemond children
May  2 13:27:01 cloud1 authdaemond.mysql: modules="authmysql", daemons=5
May  2 13:27:15 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  2 13:27:27 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  2 13:27:40 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  2 13:28:30 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  2 13:28:43 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  2 13:29:17 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  2 13:29:54 cloud1 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May  2 13:30:14 cloud1 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May  2 13:30:49 cloud1 last message repeated 2 times

I'm stumped at this point.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
It looks like your error message is not an uncommon problem. See these two threads: and
I entered ¨authdaemond.plain: Unknown module 'authmysql' ¨ into google and got a lot of hits. The two suggestions that I came to first were that this was caused by an error in the startup script and then another saying that they had missing modules and downloaded stuff from the courier site and did a build and it worked.

I, wasn´t able to get courier to work for me and switched to Dovecot for my IMAP/POP server. If you really get stumped with courier, try that. It looks like you almost have it working, so don´t give up yet.
 
Hello again!

And THANKS for getting me to this point and encouraging me to continue...

Well the good news is that I have a MAJOR success to report!

I was using an old flavor of Ubuntu to get this going in the hopes that I could more easily install a Zimbra interface as Zimbra is lagging behind the times in Debian compatible releases vs Red Hat based releases. There are a lot of messy things you have to do on a modern Debian based OS to get Zimbra to work that I just would prefer not to deal with.

Long story short, I launched a Hardy 8.04 image and got what I needed. The missing link in my Dapper 6.06 attempt was libauthmysql.so which is installed by the package courier-authlib-mysql.

Dapper just doesn't have this package for some reason.

Anywho...

I installed said library, did a quick rebuild of the system and THIS was the happy result!!!

Code:
May  6 07:45:28 cloud3 authdaemond: received auth request, service=imap, authtype=login
May  6 07:45:28 cloud3 authdaemond: authmysql: trying this module
May  6 07:45:28 cloud3 authdaemond: SQL query: SELECT id, crypt, "", uid, gid, home, concat(home,'/',maildir), "", name, "" FROM users WHERE id = "walbs@newdom.com" AND (enabled=1)
May  6 07:45:28 cloud3 authdaemond: password matches successfully
May  6 07:45:28 cloud3 authdaemond: authmysql: sysusername=<null>, sysuserid=5000, sysgroupid=5000, homedir=/var/spool/mail/virtual, address=walbs@newdom.com, fullname=Walkiria, maildir=/var/spool/mail/virtual/walbs/, quota=<null>, options=<null>
May  6 07:45:28 cloud3 authdaemond: authmysql: clearpasswd=<null>, passwd=EncryptedPass
May  6 07:45:28 cloud3 authdaemond: Authenticated: sysusername=<null>, sysuserid=5000, sysgroupid=5000, homedir=/var/spool/mail/virtual, address=walbs@newdom.com, fullname=Walkiria, maildir=/var/spool/mail/virtual/walbs/, quota=<null>, options=<null>
May  6 07:45:28 cloud3 authdaemond: Authenticated: clearpasswd=herPass, passwd=EncryptedPass
May  6 07:45:28 cloud3 imapd: LOGIN, user=walbs@newdom.com, ip=[::ffff:10.249.74.116], port=[57091], protocol=IMAP
May  6 07:57:22 cloud3 imapd: DISCONNECTED, user=walbs@newdom.com, ip=[::ffff:10.249.74.116], headers=0, body=0, rcvd=65, sent=277, time=714

As you can see, I used somebody else's account that I had created (in this case my fiancee's) and everything just WORKED!!! :-D

However, more oddness seems to be ensuing that I do need to get ironed out. I hope you can help me here!

I noticed that when I tried to login with MY username and password I was getting nowhere fast even tho I was entering the right password information.

Code:
May  6 08:20:47 cloud3 imapd: Connection, ip=[::ffff:10.249.74.116]
May  6 08:21:17 cloud3 authdaemond: received auth request, service=imap, authtype=login
May  6 08:21:17 cloud3 authdaemond: authmysql: trying this module
May  6 08:21:17 cloud3 authdaemond: SQL query: SELECT id, crypt, "", uid, gid, home, concat(home,'/',maildir), "", name, "" FROM users WHERE id = "bluethundr@newdom.com" AND (enabled=1)
May  6 08:21:17 cloud3 authdaemond: supplied password 'myUserPass' does not match encrypted password 'sdtrusfX0Jj66'
May  6 08:21:17 cloud3 authdaemond: authmysql: REJECT - try next module

I noticed in the logs that the 'crypt' password was NOT changed from the default entry 'sdtrusfX0Jj66'. In my fiancee's account on the other hand, her 'crypt' password was sufficiently randomized when you looked at the contents of the user table.

I then did the following things:

I deleted my user account record from the database and recreated it making sure to NOT encrypt the password in the table. That had no result, the password was still defaulting to 'sdtrusfX0Jj66'.

I then dropped the whole table and re-created it (I do have a backup of the older maildb)

Same result. And THIS time when I re-added my fiancee's account HER account was behaving in the same exact way!

Here is the user table:

Code:
	CREATE TABLE `users` (
`id` varchar(128) NOT NULL default '',
`name` varchar(128) NOT NULL default '',
`uid` smallint(5) unsigned NOT NULL default '5000',
`gid` smallint(5) unsigned NOT NULL default '5000',
`home` varchar(255) NOT NULL default '/var/spool/mail/virtual',
`maildir` varchar(255) NOT NULL default 'blah/',
`enabled` tinyint(3) unsigned NOT NULL default '1',
`change_password` tinyint(3) unsigned NOT NULL default '1',
`clear` varchar(128) NOT NULL default 'ChangeMe',
`crypt` varchar(128) NOT NULL default 'sdtrusfX0Jj66',
`quota` varchar(255) NOT NULL default '',
`procmailrc` varchar(128) NOT NULL default '',
`spamassassinrc` varchar(128) NOT NULL default '',
PRIMARY KEY  (`id`),
UNIQUE KEY `id` (`id`)
) ;


In order to add my user account(s) I populate the users table with the following information:
Code:
INSERT INTO users (id,name,maildir,clear) VALUES
	('bluethundr@newdom.com','Tim','bluethundr/',encrypt('myUserPass'));

And I am not sure if this is worth mentioning, but I also populate the 'aliases' table with the following info...

Code:
INSERT INTO aliases (mail,destination) VALUES
	('bluethundr@newdom.com','bluethundr@newdom.com')

So in short I have some encouraging progress to report and things are indeed looking up!!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
I read, and re-read this several times and I am wondering if we need to look at what it is saying, very literally. See this:
It is saying, "supplied password 'myUserPass' does not match encrypted password 'sdtrusfX0Jj66'".

This sounds like what was submitted during the authentication was "myUserPass" and this does not match what it has stored in the database of "sdtrusfX0Jj66".

Since it worked once with the old database, I would take a close look at that and see what is stored in the password fields.

Also look very closely at authdaemonrc file. I read that this is where you specify the mysql select fields. Make sure that the crypt and (blank?) plaintext passwords are in the right fields.

I also read (in multiple places) that you need to use plain-login that cram-md5 is not supported. In my own system I use plain login, but I have it always set to use TLS for encryption, so I am not concerned about it.

The encryption may be a simple base64 encryption and use plain login.

Take a look at these too:

I took a look at my own mysql database. The database stores the password in a varchar(255) field,but all of the passwords, which are various lengths, are 32 random-ish characters long: ie 256bits. This looks like it might be using MD5 for a hash.

My feeling is that you are down to a matter of getting the password 'crypted' right, but that there may be two different functions at play (possibly only 1 crypt function and a 'plain' password. You may be running into a difference of the "crypt" function versus the md5 function.
 
Very useful info. Thank you!

Well I did a SELECT on the user table of the maildb and got a very interesting result...

Code:
mysql> SELECT id, name, clear, crypt FROM users;
+---------------------------+-----------------+---------------+---------------+
| id                        | name            | clear         | crypt         |
+---------------------------+-----------------+---------------+---------------+
| bluethundr@newdom.com     | Tim Dunphy      | 7qXwqrGde.5Ek | sdtrusfX0Jj66 | 
| root@localhost            | root            | ChangeMe      | ZNDzDyKL0le5I | 
| walbs@newdom.com          | Walkiria Soares | czCIbaClF2NYo | sdtrusfX0Jj66 | 
+---------------------------+-----------------+---------------+---------------+
3 rows in set (0.00 sec)

As you can see, it looks like the clear field is actually crypted and the crypt field is
actually plain text! And even more informatively, back when I added the root user I had everything
in the right order it would seem. Clear where there should be clear and crypt where they should be
crypt! Would you happen to know where the blasted config file lives that controls this option, so
we can get this party started? :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
I am pretty sure that the problem and solution involves the right "crypting". I think the config files are a combination of things. I read in the courier stuff I saw yesterday that it was talking about authdaemon.rc. I would also look in the courier files because in my installation, which uses Dovecot, I have file called dovecot-sql.conf that has the SQL select statements.

I also did a select * from my mail user database. The text that is stored there seems to be a form of md5, but I think the salt has been changed as all of the paswords start with 1$1$ and I recall something about the salt being the first couple bytes. I know it is not a plain md5 as I tried that in a php script and got a different result. I use Squirrelmail.php for webmail and looked up the function pacrypt() which generates the passwords. I would need to hack and debug it to get exact information regarding which exact scheme it is using, but they are all variants of MD5.

You should also look at the SASL library documentation. I am pretty certain that from a postfix + SQL standpoint, it is just doing a comparison of the hashed strings.

If you could figure out what it is comparing - you may be able to select the proper crypt when creating the users in the database.

You may be able to set courier to use actual 'plain' and log in. Try it with telnet. You may need to base-64 encode the string though. That may also be what the encoding is.

 
Hi NoWay..

Sorry to ask this but I am truly stumped. I really need to figure out what is telling the database to cypt the clear field of the maildb when I add new entries to it. Whenever I add entries to the database it is apparent that the clear field is being crypted. The crypt field is clear. It is apparent that these two fields were swapped. How do I swap them back?

As you can see when I added the root account it the crypt and clear were in the right places. But for the user accounts they are not.

Code:
mysql> SELECT id, name, clear, crypt FROM users;
+---------------------------+------+---------------+---------------+
| id                        | name | clear         | crypt         |
+---------------------------+------+---------------+---------------+
| bluethundr@newdom.com     | Tim  | c7siGtzmbxsh. | sdtrusfX0Jj66 | 
| root@localhost            | root | ChangeMe      | ZNDzDyKL0le5I | 
+---------------------------+------+---------------+---------------+
2 rows in set (0.00 sec)

I've google around for the sasl config files but have not found where to change this setting. Thanks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
Sorry , my user add syntax was wrong.. I can't believe I didn't catch this earlier

my previous add syntax that I used as my mysql insert was:

Code:
INSERT INTO users (id,name,maildir,clear) VALUES
('bluethundr@newdom.com','Tim','bluethundr/',encrypt('myUserPass'));

The insert code now looks like this:

Code:
INSERT INTO users (id,name,maildir,clear,crypt) VALUES ('bluethundr@newdom.com','Tim','bluethundr/','myUserPass!',encrypt('myUserPass'));

Really sorry for my earlier post from today I was just outta my mind with frustration but now I'm relieved that the solution was so simple and (in retrospect) so bleedin' obvious...

you're a great help and I'm sorry if I frustrated you...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Apollo: “I will not serve under a man who questions my integrity.”

Adama: “And I won’t have an officer under my command who doesn’t have any.”


This is my public RSA key: 5A4873A9
Key fingerprint = 0C0F 1769 83C3 8318 7424 73B1 55C5 4B3E 5A48 73A9
GPG me!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top