AlternC/etc/alternc/templates/postfix/myalias.cf

14 lines
282 B
CFEngine3
Raw Normal View History

# AUTO GENERATED FILE
# Modify template in /etc/alternc/templates/
# and launch alternc.install if you want
# to modify this file.
#
2012-04-16 14:21:10 +00:00
user = %%db_mail_user%%
password = %%db_mail_pwd%%
hosts =%%dbhost%%
dbname = %%dbname%%
query = select alias from alias_view where mail='%s';
2012-04-13 09:57:28 +00:00