mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-01 23:05:26 +00:00
Fixes Postgrey whitelist_local copy issue
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user