From ac35d1db18d1b3d397ba22caaa801bb96c26c377 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 5 May 2017 11:10:03 +0200 Subject: [PATCH] Adding etc/barracuda-sync.ini.default --- etc/barracuda-sync.ini.default | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 etc/barracuda-sync.ini.default diff --git a/etc/barracuda-sync.ini.default b/etc/barracuda-sync.ini.default new file mode 100644 index 0000000..5ae3b56 --- /dev/null +++ b/etc/barracuda-sync.ini.default @@ -0,0 +1,43 @@ +# Template for barracuda-sync.ini + +# For changing LDAP credentials and other base LDAP config parameters, +# please change the values in section [LDAP] of /etc/pixelpark/ldap.ini, +# /etc/ldap.ini or $HOME/.config/pixelpark/ldap.ini +# If you want to configure other parameters than those in these files, +# you may define an additional [LDAP] section in the current file +# to override the global LDAP parameters. + +[barracuda-sync] + +# The base DN of the OU in the LDAP tree, which is the +# container for all alias definitions for Barracuda +#base_dn = ou=barracuda,ou=Applications,o=Pixelpark,o=isp + +# The directory of the Postfix configuration, where the file +# /maps/vitual-aliases is searched by default. +# This parameter could be overridden by +# the command line parameter '--postfix-dir'. +#postfix_dir = /etc/postfix + +# A whitespace separated list of all virtual-aliases files. +# If gives as a relative path name, they are searched below +# the directory. +#virtaliases_files = maps/virtual-aliases + +# The origin domain, which will be appended to all mail address definitions +# of LDAP entries to create, if there is no domain part in the +# virtual alias name. +#origin = pixelpark.com + +# a whitespace separated list of virtual aliases, which are not +# created as LDAP alias entries for the Barracuda (for instance, to +# define virtual aliases, which are valid only for MTAs, which are delivering +# sirect to the Postfix cluster, not to the Barracude). If there is no +# domain part in the address, the .* wil be appended. +# Perl regular expressions are also supported (handle with care!). +# The virtual alias 'root' is always included, but you can remove aliases +# from the ignore list by prepending a '-' sign to the alias name. +#ignore_aliases = root +#ignore_aliases = -root bla@pixelpark.net + +# vim: filetype=dosini -- 2.39.5