Skip to content

Instantly share code, notes, and snippets.

@DavidePrincipi
Created December 21, 2018 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidePrincipi/d3dd525344d7761e0dd171ce97ae1d54 to your computer and use it in GitHub Desktop.
Save DavidePrincipi/d3dd525344d7761e0dd171ce97ae1d54 to your computer and use it in GitHub Desktop.
Dovecot login aliases
# in /etc/e-smith/templates-custom/etc/dovecot/dovecot.conf/19custom_login_aliases
#
# 19custom_login_aliases
#
passdb \{
driver = passwd-file
args = /etc/dovecot/login-aliases
\}
# in /etc/dovecot/login-aliases
pseud01@example.com:::::::user=john noauthenticate
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment