summaryrefslogtreecommitdiff
path: root/postfix/postfix.sh
AgeCommit message (Collapse)Author
2008-05-25Add support for DKIMproxy.Jonas Smedegaard
2008-02-28Support local .addon for tls_policy and sender_access.Jonas Smedegaard
2008-02-28Use ${queue_directory} variable instead of hardcoded value.Jonas Smedegaard
2008-02-28Fix running shell commands collected in COMMANDS file.Jonas Smedegaard
2008-02-28Tell why TLS not activated (there's only one reason: missing SSL certificate).Jonas Smedegaard
2007-12-11Implement RBL reply exceptions, and add RHSBL ↵Jonas Smedegaard
dob.sibl.support-intelligence.net with 4xx errorcode.
2007-12-11Fix hardcoded confdir.Jonas Smedegaard
2007-12-05Use improved amavis config.Jonas Smedegaard
2007-12-05Major rewrite to prepare in tempdir and show diff before applying.Jonas Smedegaard
2007-09-24Trust recipient verification.Jonas Smedegaard
2007-09-24Avoid checking yahoo domains for sender address - they refuse to cooperate.Jonas Smedegaard
2007-09-13Disable greylist - deemed too risky currently.Jonas Smedegaard
2007-08-23Add own daomins before peers for the rare cases of duplicates.Jonas Smedegaard
2007-08-23Verify senders also of peer domains (sender and recipient verification ↵Jonas Smedegaard
should work cncurrently - the problem was verifying the verification probe address).
2007-08-23Exclude sender address verification from postmaster@ to not verify ↵Jonas Smedegaard
verification probes.
2007-07-24Fix resolving thisrealm (instead of thisdomain).Jonas Smedegaard
2007-07-24Only verify senders of own domains, to avoid clashing with recipient ↵Jonas Smedegaard
verification on Redpill peers.
2007-07-19Force using TLS for peers if cacert.pem exist.Jonas Smedegaard
2007-07-18Add TLS CApath for smtp, smtpd and lmtp.Jonas Smedegaard
2007-07-12Fix sort. Fix version check.Jonas Smedegaard
2007-07-12Verify senders from known (other realms of same Redpill) domains. Rename ↵Jonas Smedegaard
param -> file in catfirstfile function.
2007-07-12Drop pre-2.2 note.Jonas Smedegaard
2007-07-12Drop pftls flag (relevant only for pre-2.2 postfix versions).Jonas Smedegaard
2007-07-12Drop support for other than postfix 2.2.Jonas Smedegaard
2007-07-12Bump up copyright.Jonas Smedegaard
2007-07-12Verify a bunch of suspect domains by default.Jonas Smedegaard
2007-07-12Rename paramdir -> configdir. Fix resetting configdir before use.Jonas Smedegaard
2007-07-12Make sure sender_access file exist and is postmap'ed.Jonas Smedegaard
2007-07-12Add note about need for restart (not just reload) if master.conf has been ↵Jonas Smedegaard
edited.
2007-07-12Fix typo.Jonas Smedegaard
2007-07-11Drop postfix 1.x support.Jonas Smedegaard
2007-07-11Fix bashisms.Jonas Smedegaard
2007-07-11Separate code into function catfirstfile().Jonas Smedegaard
2007-07-11Support several prioritized locations for paramfiles.Jonas Smedegaard
2007-06-06Drop unneeded grep (sed strips comments, so grepping really only stripped ↵Jonas Smedegaard
empty lines).
2006-10-23Fix SASL authentication (wrong keyword in /etc/postfix/sasl/smtpd.conf).Jonas Smedegaard
2006-09-24Use ^ (not $) as space marker.Jonas Smedegaard
2006-08-29Enable greylisting, or fail hard if postgrey not installed.Jonas Smedegaard
2006-02-10Revert to always use /etc/postfix/sasl (...fix/sasl2 was simply a typo in ↵Jonas Smedegaard
postfix Debian changelog).
2005-04-15Handle postfix 2.2 with slightly different official TLS support.Jonas Smedegaard
2004-05-09Make warnings nore explicit. Avoid asking for client certificate - Outlook ↵Jonas Smedegaard
Express is broken and can't do SMTP AUTH if enabled (misinterprets as requirement which it does not handle).
2004-05-07Check if postfix-tls is installed.Jonas Smedegaard
2004-04-27Emit hint on installing sasl2-bin if saslauthd missing.Jonas Smedegaard
2004-04-27Fix capturing output of saslauthd -v (redirect stderr to stdout).Jonas Smedegaard
2004-04-27Implement working AUTH-SMTP.Jonas Smedegaard
2004-02-03Big rewrite, mainly to make UCE rules more flexible and finegrained.Jonas Smedegaard
2004-01-27Ignore tabs in list parsing, and beautify smtpd_recipient_restrictions.Jonas Smedegaard
2003-07-20Correct embarrassing wrong grep logic.Jonas Smedegaard
2003-07-20Add AMaViS mail accounts (direct file stores).Jonas Smedegaard
2003-07-12Restructure code a bit and add some comments.Jonas Smedegaard