mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 23:54:46 +02:00
Now using virtual file directly from /tmp/postfix folder.
This commit is contained in:
parent
b057ad2170
commit
3eb0a13b37
3 changed files with 6 additions and 9 deletions
|
@ -1 +0,0 @@
|
|||
user@domain.tld | otheruser@domain.tld,otheruser@otherdomain.tld
|
4
postfix/virtual
Normal file
4
postfix/virtual
Normal file
|
@ -0,0 +1,4 @@
|
|||
#Mail redirection from user@domain.tld to otheruser@domain.tld and otheruser@otherdomain.tld
|
||||
user@domain.tld|otheruser@domain.tld,otheruser@otherdomain.tld
|
||||
#Mail redirection from postmaster@domain.tld and hostmaster@domain.tld to user@domain.tld
|
||||
user@domain.tld| postmaster,hostmaster
|
Loading…
Add table
Add a link
Reference in a new issue