Hi,
now qmail finally is running (thx to Robin) and the relay-ctrl-age after
a login fills the /service/smtpd/tcp.cdb - but not with the right data
;-)
ernie# tcprulescheck /service/smtpd/tcp.cdb
default:
allow connection
ernie#
but no IPs... I changed the relay-ctrl-age.c to this:
/* original
const char* rulesdir = "/etc/tcpcontrol";
const char* smtprules = "smtp.rules";
const char* smtpcdb = "smtp.cdb";
const char* tcprules = "/usr/bin/tcprules";
const char* spooldir = "/var/spool/relay-ctrl";
*/
const char* rulesdir = "/service/smtpd";
const char* smtprules = "tcp";
const char* smtpcdb = "tcp.cdb";
const char* tcprules = "/usr/local/bin/tcprules";
const char* spooldir = "/var/spool/relay-ctrl";
Any Ideas?
--
Having trouble in Windows? Reboot!
Having trouble in Unix? Be root!