summaryrefslogtreecommitdiff
path: root/postfix/postfix.sh
AgeCommit message (Expand)Author
2020-10-10tidy: avoid useless use of cat, and wrap some long linesJonas Smedegaard
2020-10-10tidy: explicitly escape non-shell postconf variablesJonas Smedegaard
2020-10-10fix quote variables, and drop unneeded quotesJonas Smedegaard
2020-10-10tidy: avoid deprecated backtick subshellJonas Smedegaard
2020-10-10generalize variable $thisrealm, and improve uppercasingJonas Smedegaard
2020-10-10generalize overridable variables $REDPILL $REALMJonas Smedegaard
2020-10-10generalize overridable variables $TLS_CERT $TLS_KEYJonas Smedegaard
2020-10-10fix provide TLS certificate for outbound opportunistic encryption only when a...Jonas Smedegaard
2020-10-09reload/restart postfix with command service (not invoke-rc.d)Jonas Smedegaard
2020-10-09drop bogus parameter lmtp_never_send_ehlo=yes in service amavisfeedJonas Smedegaard
2020-10-09drop filter services if unusedJonas Smedegaard
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 (hand...Jonas Smedegaard
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 dkimp...Jonas Smedegaard
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
2020-10-08modernize filter settings - specifically receive_override_options; fix disabl...Jonas Smedegaard
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-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 <http://wiki2.dovecot.org/HowTo/PostfixA...Jonas Smedegaard
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-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