|
|||||||||||
|
Re: SPAMD & Mysql & non standard Port
From: Alex Woick <alex(at)wombaz.de>
Date: Fri Aug 10 2007 - 05:32:37 EDT
> I try to use the 3308 because I have another mysql in 3306 and the SPAMD
You might want to try a different dsn string:
- for port 3308:
(beware ":" and ";" difference)
or for the socket:
Keep in mind that either the port or the socket is used by a mysql client, but not both. As a last resort, if all that is not working, modify the .my.cnf file for the user spamassassin or spamd is running under and make these entries:
[client]
or
or if you don't want to use the default .my.cnf file, give an explicit filename in the dsn string: DBI:mysql:spamassassin;mysql_read_default_file=/etc/mail/spamassassin/.my.cnf and put the options into /etc/mail/spamassassin/.my.cnf. Received on Fri Aug 10 05:33:31 2007 This archive was generated by hypermail 2.1.8 : Tue Oct 23 2007 - 19:44:46 EDT |
||||||||||
|
|||||||||||