fds
This commit is contained in:
parent
f379711e3c
commit
800a64a4ea
1 changed files with 14 additions and 32 deletions
46
Caddyfile
46
Caddyfile
|
|
@ -9,6 +9,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
(email-proxy) {
|
||||||
|
redir https://mail.netgrimoire.com/sogo 301
|
||||||
|
}
|
||||||
|
|
||||||
|
(mailcow-proxy) {
|
||||||
|
reverse_proxy mailcow-nginx:80
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
cloud.netgrimoire.com {
|
cloud.netgrimoire.com {
|
||||||
reverse_proxy http://nextcloud-aio-apache:11000
|
reverse_proxy http://nextcloud-aio-apache:11000
|
||||||
|
|
@ -105,43 +113,17 @@ scrutiny.netgrimoire.com {
|
||||||
reverse_proxy http://192.168.5.12:8081
|
reverse_proxy http://192.168.5.12:8081
|
||||||
}
|
}
|
||||||
|
|
||||||
(mailcow-proxy) {
|
|
||||||
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 {
|
|
||||||
|
mail.netgrimoire.com, autodiscover.netgrimoire.com, autoconfig.netgrimoire.com,
|
||||||
|
autodiscover.wasted-bandwidth.net, autoconfig.wasted-bandwidth.net,
|
||||||
|
autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com
|
||||||
|
|
||||||
|
{
|
||||||
import mailcow-proxy
|
import mailcow-proxy
|
||||||
}
|
}
|
||||||
|
|
||||||
mail.wasted-bandwidth.net, autodiscover.wasted-bandwidth.net, autoconfig.wasted-bandwidth.net {
|
|
||||||
import mailcow-proxy
|
|
||||||
}
|
|
||||||
|
|
||||||
mail.gnarlypandaproductions.com, autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com {
|
|
||||||
import mailcow-proxy
|
|
||||||
}
|
|
||||||
|
|
||||||
(email-proxy) {
|
|
||||||
redir https://mail.netgrimoire.com/sogo 301
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
email.gnarlypandaproductions.com, email.netgrimoire.com, email.wasted-bandwidth.net {
|
email.gnarlypandaproductions.com, email.netgrimoire.com, email.wasted-bandwidth.net {
|
||||||
import email-proxy
|
import email-proxy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue