mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
in order to prevent those ``` Aug 31 22:23:52 hostxyz postfix/smtpd[38697]: warning: unknown[192.168.xx.xx]: SASL LOGIN authentication failed: authentication failure Aug 31 22:23:52 hostxyz postfix/smtpd[38697]: lost connection after AUTH from unknown[192.168.xx.xx] ```
33 lines
451 B
Text
33 lines
451 B
Text
[sshd]
|
|
port = {{ssh_port}}
|
|
enabled = true
|
|
|
|
[nginx-http-auth]
|
|
enabled = true
|
|
|
|
[postfix]
|
|
enabled = true
|
|
|
|
[sasl]
|
|
enabled = true
|
|
port = smtp
|
|
filter = postfix-sasl
|
|
logpath = /var/log/mail.log
|
|
maxretry = 5
|
|
|
|
[dovecot]
|
|
enabled = true
|
|
|
|
[recidive]
|
|
enabled = true
|
|
|
|
[pam-generic]
|
|
enabled = true
|
|
|
|
[yunohost]
|
|
enabled = true
|
|
port = http,https
|
|
protocol = tcp
|
|
filter = yunohost
|
|
logpath = /var/log/nginx/*error.log
|
|
/var/log/nginx/*access.log
|