mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 11:34:45 +02:00
Fixes Postgrey whitelist_local copy issue
This commit is contained in:
parent
feff849d62
commit
070f0da014
1 changed files with 3 additions and 1 deletions
|
@ -590,7 +590,9 @@ function _setup_postgrey() {
|
||||||
if [ $TEXT_FOUND -eq 0 ]; then
|
if [ $TEXT_FOUND -eq 0 ]; then
|
||||||
printf "POSTGREY_TEXT=\"$POSTGREY_TEXT\"\n\n" >> /etc/default/postgrey
|
printf "POSTGREY_TEXT=\"$POSTGREY_TEXT\"\n\n" >> /etc/default/postgrey
|
||||||
fi
|
fi
|
||||||
cp -f /tmp/docker-mailserver/whitelist_clients.local /etc/postgrey/whitelist_clients.local
|
if [ -f /tmp/docker-mailserver/whitelist_clients.local ]; then
|
||||||
|
cp -f /tmp/docker-mailserver/whitelist_clients.local /etc/postgrey/whitelist_clients.local
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue