mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-09 17:04:53 +02:00
Include whitelist_clients.local in postgrey setup from config folder (#564)
This commit is contained in:
parent
4536113a30
commit
ec6e5eea39
4 changed files with 19 additions and 0 deletions
|
@ -540,6 +540,7 @@ function _setup_postgrey() {
|
|||
if [ $TEXT_FOUND -eq 0 ]; then
|
||||
printf "POSTGREY_TEXT=\"$POSTGREY_TEXT\"\n\n" >> /etc/default/postgrey
|
||||
fi
|
||||
cp -f /tmp/docker-mailserver/whitelist_clients.local /etc/postgrey/whitelist_clients.local
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue