mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-08 05:55:52 +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
|
||||
# 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 {
|
||||
table sql_table {
|
||||
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
optional_step file /etc/maddy/aliases
|
||||
}
|
||||
|
||||
|
||||
msgpipeline local_routing {
|
||||
destination postmaster $(local_domains) {
|
||||
modify {
|
||||
|
|
Loading…
Add table
Reference in a new issue