index
:
local-COMMON
master
Unnamed repository; edit this file to name it for gitweb.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postfix
/
postfix.sh
Age
Commit message (
Expand
)
Author
2023-03-26
improve TLS warning to reference postfix documentation on key+cert chain file
HEAD
master
Jonas Smedegaard
2023-03-25
add FIXME notes about dkimproxy and chained cert
Jonas Smedegaard
2020-11-04
fix use unix socket (not obsolete fifo)
Jonas Smedegaard
2020-10-23
remove obsolete settings smtpd_helo_required maps_rbl_domains (not set their ...
Jonas Smedegaard
2020-10-23
fix set smtp_tls_CApath (not wrongly cased smtp_tls_CAPath)
Jonas Smedegaard
2020-10-23
fix set smtp_tls_CAPath
Jonas Smedegaard
2020-10-22
fix strip trailing space in _postconf wrapper
Jonas Smedegaard
2020-10-11
fix TLS_CHAIN_FILES file extension
Jonas Smedegaard
2020-10-11
modernize to use TLS_CHAIN_FILES (not TLS_CERT TLS_KEY)
Jonas Smedegaard
2020-10-11
supersede TLS_CERT TLS_KEY by redpill config mailhost
Jonas Smedegaard
2020-10-11
tidy: rename internal supported-feature variables
Jonas Smedegaard
2020-10-11
tidy: resolve redpill config paths before supported features
Jonas Smedegaard
2020-10-11
generalize overridable variables $AMAVIS_MAXPROC $DKIMPROXY_MAXPROC_OUT
Jonas Smedegaard
2020-10-10
update coverage
Jonas Smedegaard
2020-10-10
support quoted string in function getperlvarfromfile()
Jonas Smedegaard
2020-10-10
tidy: use read -r (to please shellcheck)
Jonas Smedegaard
2020-10-10
tidy: disambiguate non-array variable
Jonas Smedegaard
2020-10-10
fix use printf (not non-posix echo -n)
Jonas Smedegaard
2020-10-10
support overridable variable $FORCE
Jonas Smedegaard
2020-10-10
tidy: avoid useless use of cat, and wrap some long lines
Jonas Smedegaard
2020-10-10
tidy: explicitly escape non-shell postconf variables
Jonas Smedegaard
2020-10-10
fix quote variables, and drop unneeded quotes
Jonas Smedegaard
2020-10-10
tidy: avoid deprecated backtick subshell
Jonas Smedegaard
2020-10-10
generalize variable $thisrealm, and improve uppercasing
Jonas Smedegaard
2020-10-10
generalize overridable variables $REDPILL $REALM
Jonas Smedegaard
2020-10-10
generalize overridable variables $TLS_CERT $TLS_KEY
Jonas Smedegaard
2020-10-10
fix provide TLS certificate for outbound opportunistic encryption only when a...
Jonas Smedegaard
2020-10-09
reload/restart postfix with command service (not invoke-rc.d)
Jonas Smedegaard
2020-10-09
drop bogus parameter lmtp_never_send_ehlo=yes in service amavisfeed
Jonas Smedegaard
2020-10-09
drop filter services if unused
Jonas Smedegaard
2020-10-09
tolerate whitespace in diff
Jonas Smedegaard
2020-10-09
fix drop obsolete service smtp-amavis/inet
Jonas Smedegaard
2020-10-09
drop obsolete service smtp-amavis/inet
Jonas Smedegaard
2020-10-09
fix use postconf -Pe (not -Me) where needed
Jonas Smedegaard
2020-10-09
fix limit max_use to service amavisfeed
Jonas Smedegaard
2020-10-09
add service smtps as part of submission
Jonas Smedegaard
2020-10-09
handle inbound SASL as part of submission
Jonas Smedegaard
2020-10-09
run service submission in chroot
Jonas Smedegaard
2020-10-09
handle submission separate from amavis or dkimproxy
Jonas Smedegaard
2020-10-09
drop obsolete smtpd_client_restrictions SASL restriction with dkimproxy (hand...
Jonas Smedegaard
2020-10-09
fix set smtpd_sasl_local_domain=$mydomain (not only with dkimproxy)
Jonas Smedegaard
2020-10-09
edit pickup service parameters (not set whole service)
Jonas Smedegaard
2020-10-09
tidy: set receive_override_options=no_address_mappings independently of dkimp...
Jonas Smedegaard
2020-10-09
drop variable $sp
Jonas Smedegaard
2020-10-09
generalize calls to postconf, also covering editing of master.cf
Jonas Smedegaard
2020-10-08
modernize TLS settings
Jonas Smedegaard
2020-10-08
remove unused options (not explicitly set the empty value)
Jonas Smedegaard
2020-10-08
unset mailbox_transport/mailbox_command if Dovecot LMTP/deliver is unavailable
Jonas Smedegaard
2020-10-08
use amavis injection service name amavisfeed (not smtp-amavis), and use lmtp ...
Jonas Smedegaard
2020-10-08
modernize filter settings - specifically receive_override_options; fix disabl...
Jonas Smedegaard
[next]