R
rvdmeer
Guest
Yes it is compatible. But! make always backups before you start playing and if possible, use a test server 
I actually just came across sw-soft's most recent patches for qmail the other day. I'll work on getting a new build out there soon.Originally posted by SecondPhase The new build qmail-smtpd is quite a bit smaller than my original.. [/B]
You can white list by relaying IP, recipient email or sender email or a combination of all three. Sorry I didn't post this sooner, here are some examples:Originally posted by rvdmeer
Still i have one question.. howto whitelist with this package. Can i use wildcards? and is there any more information about this package?
INSERT INTO relaytofrom (relay_ip, mail_from, rcpt_to, block_expires, record_expires, origin_type, create_time) VALUES ('24.63.100', NULL, NULL, NOW(), '2099-12-31 23:59:59', 'MANUAL', NOW())
INSERT INTO relaytofrom (relay_ip, mail_from, rcpt_to, block_expires, record_expires, origin_type, create_time) VALUES (NULL, 'brent@carbonblock.net', NULL, NOW(), '2099-12-31 23:59:59', 'MANUAL', NOW())
ln -s /usr/kerberos/include/com_err.h /usr/include/
ln -s /usr/kerberos/include/profile.h /usr/include/
ln -s /usr/kerberos/include/krb5.h /usr/include/
Originally posted by hesham55
thanks for your replay
now its installed and i think its working
but![]()
can you tell me how can i test it?
tail -f /tmp/greylist_dbg.txt
Originally posted by SecondPhase
Previously only White List by Sender IP (great option, thanks for the link to clean senders).. and White List by Recipient Domain name (not full email address) is supported.