Blame public/fs/etc/dovecot/dovecot-conf.sh
|
root@culturestrings |
72d73f |
#!/bin/sh
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
set -eu
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
sitezone="$1"
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
cfg_script="$0"
|
|
root@culturestrings |
72d73f |
cfg_srcdir=$(cd -- "${cfg_script%/*}/" ; pwd -P)
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
source /root/config/private/config/hostinfo/${sitezone}
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
sed -e 's/@imaphost@/'"${imaphost}"'/g' \
|
|
root@culturestrings |
72d73f |
"${cfg_srcdir}/dovecot.conf.in"
|