You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
Create the postfix-accounts.cf file before using Docker
This commit is contained in:
@@ -35,6 +35,7 @@ Adapt this file with your FQDN.
|
|||||||
Don't forget to adapt MAIL_USER and MAIL_PASS to your needs
|
Don't forget to adapt MAIL_USER and MAIL_PASS to your needs
|
||||||
|
|
||||||
mkdir -p config
|
mkdir -p config
|
||||||
|
touch config/postfix-accounts.cf
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-e MAIL_USER=user1@domain.tld \
|
-e MAIL_USER=user1@domain.tld \
|
||||||
-e MAIL_PASS=mypassword \
|
-e MAIL_PASS=mypassword \
|
||||||
|
Reference in New Issue
Block a user