summaryrefslogtreecommitdiff
path: root/postfix
AgeCommit message (Expand)Author
2023-03-26improve TLS warning to reference postfix documentation on key+cert chain fileHEADmasterJonas Smedegaard
2023-03-25add FIXME notes about dkimproxy and chained certJonas Smedegaard
2020-11-04fix use unix socket (not obsolete fifo)Jonas Smedegaard
2020-10-23remove obsolete settings smtpd_helo_required maps_rbl_domains (not set their ...Jonas Smedegaard
2020-10-23fix set smtp_tls_CApath (not wrongly cased smtp_tls_CAPath)Jonas Smedegaard
2020-10-23fix set smtp_tls_CAPathJonas Smedegaard
2020-10-22fix strip trailing space in _postconf wrapperJonas Smedegaard
2020-10-11fix TLS_CHAIN_FILES file extensionJonas Smedegaard
2020-10-11modernize to use TLS_CHAIN_FILES (not TLS_CERT TLS_KEY)Jonas Smedegaard
2020-10-11supersede TLS_CERT TLS_KEY by redpill config mailhostJonas Smedegaard
2020-10-11tidy: rename internal supported-feature variablesJonas Smedegaard
2020-10-11tidy: resolve redpill config paths before supported featuresJonas Smedegaard
2020-10-11generalize overridable variables $AMAVIS_MAXPROC $DKIMPROXY_MAXPROC_OUTJonas Smedegaard
2020-10-10update coverageJonas Smedegaard
2020-10-10support quoted string in function getperlvarfromfile()Jonas Smedegaard
2020-10-10tidy: use read -r (to please shellcheck)Jonas Smedegaard
2020-10-10tidy: disambiguate non-array variableJonas Smedegaard
2020-10-10fix use printf (not non-posix echo -n)Jonas Smedegaard
2020-10-10support overridable variable $FORCEJonas Smedegaard
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