LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mail logs + Postfix + SQL + etc... (https://www.linuxquestions.org/questions/linux-software-2/mail-logs-postfix-sql-etc-400287/)

Sapient 01-06-2006 12:52 PM

Mail logs + Postfix + SQL + etc...
 
The easiest way to explain this is by referencing a "HowTo". This is basically my configuration.

http://genco.gen.tc/postfix_virtual.php#smtpgateway


Here is the output from the mail and mail error logs.
Any ideas?



Mail Log:

Jan 6 10:48:27 mind postfix/cleanup[2094]: fatal: unsupported dictionary type: mysql
Jan 6 10:48:28 mind postfix/master[26501]: warning: process /usr/lib/postfix/cleanup pid 2094 exit status 1
Jan 6 10:48:28 mind postfix/master[26501]: warning: /usr/lib/postfix/cleanup: bad command startup -- throttling



Mail_Error Log:

Jan 6 10:39:19 mind postfix/pickup[32046]: fatal: watchdog timeout
Jan 6 10:40:18 mind postfix/cleanup[2033]: fatal: unsupported dictionary type: mysql

Sapient 01-06-2006 08:08 PM

OK, I know I am being a bonehead over this. However, be it so I found this solution for compiling Postfix with mysql.

make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include' \
'AUXLIBS=-L/usr/local/mysql/lib -lmysqlclient -lz -lm'


This is failing:
make: *** No rule to make target `makefiles'. Stop.

Am I just running in the wrong path/directory?


Thanks


All times are GMT -5. The time now is 06:18 PM.