mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-25 02:26:57 +02:00
Fix file path
This commit is contained in:
parent
44689fef42
commit
e963d33aac
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
||||||
# configuration here https://github.com/foxcpp/maddy/blob/master/maddy.conf
|
# configuration here https://github.com/foxcpp/maddy/blob/master/maddy.conf
|
||||||
# Do not use this in production!
|
# Do not use this in production!
|
||||||
|
|
||||||
tls file /var/lib/acme/$(hostname)/fullchain.pem /var/lib/acme/$(hostname)/privkey.pem
|
tls file /var/lib/acme/$(hostname)/fullchain.pem /var/lib/acme/$(hostname)/key.pem
|
||||||
|
|
||||||
auth.pass_table local_authdb {
|
auth.pass_table local_authdb {
|
||||||
table sql_table {
|
table sql_table {
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
}
|
}
|
||||||
optional_step file /etc/maddy/aliases
|
optional_step file /etc/maddy/aliases
|
||||||
}
|
}
|
||||||
|
|
||||||
msgpipeline local_routing {
|
msgpipeline local_routing {
|
||||||
destination postmaster $(local_domains) {
|
destination postmaster $(local_domains) {
|
||||||
modify {
|
modify {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue