Jean-Christophe Boggio writes:
Hello,I have recently migrated my mail server to a new computer. Everything seems to work right, pythonfilter's greylisting seems to work well too but I see this strange error in the logs that I don't understand : Jul 22 10:11:22 joker courierfilter: Couldn't load python support for reading /etc/courier/smtpaccess.dat $ l /etc/courier/smtpaccess.dat -rw-r--r-- 1 root root 12642 juil. 22 10:05 /etc/courier/smtpaccess.dat Google is of no help. Anyone have an idea ?
Actually, Good easily finds that source script that issues the error. Either the python module for the gdbm or db support is not installed, or that file is corrupt.
Depending on the compilation options, smtpaccess.dat gets built either as a GDBM or a DB file, and the python module for reading it is not installed. And if it's installed, but the file is corrupted, makesmtpaccess will rebuild it.
pgpeQUI2jiHyi.pgp
Description: PGP signature
------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
