summaryrefslogtreecommitdiff
path: root/postfix
AgeCommit message (Collapse)Author
2020-10-09tolerate whitespace in diffJonas Smedegaard
2020-10-09fix drop obsolete service smtp-amavis/inetJonas Smedegaard
2020-10-09drop obsolete service smtp-amavis/inetJonas Smedegaard
2020-10-09fix use postconf -Pe (not -Me) where neededJonas Smedegaard
2020-10-09fix limit max_use to service amavisfeedJonas Smedegaard
2020-10-09add service smtps as part of submissionJonas Smedegaard
2020-10-09handle inbound SASL as part of submissionJonas Smedegaard
2020-10-09run service submission in chrootJonas Smedegaard
2020-10-09handle submission separate from amavis or dkimproxyJonas Smedegaard
2020-10-09drop obsolete smtpd_client_restrictions SASL restriction with dkimproxy ↵Jonas Smedegaard
(handled by default in smtpd_relay_restrictions since postfix 2.10)
2020-10-09fix set smtpd_sasl_local_domain=$mydomain (not only with dkimproxy)Jonas Smedegaard
2020-10-09edit pickup service parameters (not set whole service)Jonas Smedegaard
2020-10-09tidy: set receive_override_options=no_address_mappings independently of ↵Jonas Smedegaard
dkimproxy
2020-10-09drop variable $spJonas Smedegaard
2020-10-09generalize calls to postconf, also covering editing of master.cfJonas Smedegaard
2020-10-08modernize TLS settingsJonas Smedegaard
2020-10-08remove unused options (not explicitly set the empty value)Jonas Smedegaard
2020-10-08unset mailbox_transport/mailbox_command if Dovecot LMTP/deliver is unavailableJonas Smedegaard
2020-10-08use amavis injection service name amavisfeed (not smtp-amavis), and use lmtp ↵Jonas Smedegaard
(not smtp)
2020-10-08modernize filter settings - specifically receive_override_options; fix ↵Jonas Smedegaard
disable filter when amavis unavailabe
2020-10-08support Dovecot LMTP (favored over Dovecot deliver)Jonas Smedegaard
2020-10-08support only Dovecot-based SASL (drop Cyrus-based SASL)Jonas Smedegaard
2020-10-08use archive.org for ancient mail domain listJonas Smedegaard
2020-10-08stop support postfix << 2.3Jonas Smedegaard
2016-11-17Fix avoid misdetect postfix 2.1x as 2.1.x.Jonas Smedegaard
2016-11-17Fix detect postfix >= 3, and stop check for obsolete postfix < 2.2.Jonas Smedegaard
2016-01-24Add TODO on dnswl.org.Jonas Smedegaard
2015-08-31Avoid smtpd_tls_CApath or smtpd_tls_CAfile to trick outlook.com.Jonas Smedegaard
2015-02-21Fix accidental move of master data.Jonas Smedegaard
2015-02-21Fix silence Postfix version detection.Jonas Smedegaard
2015-02-21Fix detect Postfix versions 2.10 and newer.Jonas Smedegaard
2014-10-15Fix escape $ in submission line.Jonas Smedegaard
2014-10-15Drop submission restrictions temporarily.Jonas Smedegaard
2014-10-15Tighten submission options, based on ↵Jonas Smedegaard
<http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL>.
2014-10-14Fix avoid dkimproxy in pickup service.Jonas Smedegaard
2014-10-14Fix enable/reset submission and pickup services when dkimproxy disabled.Jonas Smedegaard
2014-10-14Add additional options for amavisd.Jonas Smedegaard
2014-10-14Drop rfc-ignorant.org (dead since 2012-09) and comment out ↵Jonas Smedegaard
dob.sibl.support-intelligence.net (rejecting everything at homebase.dk on 2014-10-14).
2014-09-23Really fix suppress dkimproxy restriction when not used.Jonas Smedegaard
2014-09-23Fix suppress dkimproxy restriction when not used (and tidy loop while at it).Jonas Smedegaard
2014-07-06Fix add-or-replace (not only add if missing) master.cf lines.Jonas Smedegaard
2014-07-06Fix getperlvarfromfile() to use defaultvar when var is empty.Jonas Smedegaard
2013-12-22Fix only invoke postmap on sender_access_regex when file exists (i.e. when ↵root
using DKIMproxy).
2013-05-27Fix properly disable DKIMproxy when daemon unavailable.Jonas Smedegaard
2013-01-29Fix clear dkimproxy if previously used.root
2012-10-08Add pflogsumm cronjobs.Jonas
2012-09-11Discard keyword starttls for dkimsign.Jonas Smedegaard
2012-09-11Fix silence sender_access_regex when dkimproxy not enabled.Jonas Smedegaard
2012-09-11Fix check availability of dkimproxy using a binary actually shipped with ↵Jonas Smedegaard
that package (not libmail-dkim-perl).
2012-09-09Fix typo.Jonas Smedegaard