/* FILE $Id: local.h 2 2005-11-13 01:37:02Z ggw $ PURPOSE Localization constants LEGAL Copyright 2002-2004 Gary Wallis GPL Licensed and included in distribution. */ //Change ASAP if you have untrusted shell accounts on system especially! //Firewall mySQL port! If possible turn off non socket mySQL connections. //Set these up to match your mySQL database settings and location //NULL is for stream socket on local server. Much faster than localhost tcp/ip. #define DBIP NULL #define DBNAME "mysqlsendmail" #define DBLOGIN "mysqlsendmail" #define DBPASSWD "wsxedc" #define DBPORT 0 #define DBSOCKET NULL //Example for host running two mysqld //See makefile and mysqlrad.h CustomExample sections //#define DBPORT 4306 //#define DBSOCKET "/var/lib/mysql/mysql4.sock" //mysqlSendmail can report to us once a week some useful for //debugging and development statistics. //This is very helpful to us and in the end we hope for yourself. //For improving and developing this software #define DEBUG_REPORT_STATS_OFF //Comment below if you KNOW you are secure. #define SSLONLY //Customize for your ISP #define EXTISPNAME "openisp" #define EXTISPURL "openisp.net" //Deprecated in favor of spamc/spamd/procmail webmail spam isoltation system //See spam-system directory //Uncomment the following define if you want to use our antispam tool. //See docs/tutorial.html for more info. //#define NUKESPAM //Staff only: Change makefile accordingly. //Don't change these unless you want to be confused //Must match svn tag branch! #define RELEASE "Release 1.53" #define RELEASESHORT "1.53"