fds
This commit is contained in:
parent
84201a6f38
commit
a284047dca
1 changed files with 17 additions and 0 deletions
17
Caddyfile
17
Caddyfile
|
|
@ -23,6 +23,23 @@ transmission.netgrimoire.com {
|
|||
reverse_proxy mailcow-nginx:80
|
||||
}
|
||||
|
||||
(mailcow-imap) {
|
||||
reverse_proxy mailcow-nginx:143
|
||||
}
|
||||
|
||||
(mailcow-smtp) {
|
||||
reverse_proxy mailcow-nginx:587
|
||||
}
|
||||
|
||||
smtp.netgrimoire.com, smtp.wasted-bandwidth.net, smtp.gnarlypandaproductions.com {
|
||||
import mailcow-smtp
|
||||
}
|
||||
|
||||
imap.netgrimoire.com, imap.wasted-bandwidth.net, imap.gnarlypandaproductions.com {
|
||||
import mailcow-imap
|
||||
}
|
||||
|
||||
|
||||
mail.netgrimoire.com, autodiscover.netgrimoire.com, autoconfig.netgrimoire.com {
|
||||
import mailcow-proxy
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue