mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-24 04:34:50 +02:00
Create the postfix-accounts.cf file before using Docker
parent
9be1ca2951
commit
850a3e443a
1 changed files with 1 additions and 0 deletions
1
Home.md
1
Home.md
|
@ -35,6 +35,7 @@ Adapt this file with your FQDN.
|
|||
Don't forget to adapt MAIL_USER and MAIL_PASS to your needs
|
||||
|
||||
mkdir -p config
|
||||
touch config/postfix-accounts.cf
|
||||
docker run --rm \
|
||||
-e MAIL_USER=user1@domain.tld \
|
||||
-e MAIL_PASS=mypassword \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue