Feature email server (#14)
* formatting * update * add mailserver * flake update
This commit is contained in:
@ -30,9 +30,10 @@ in
|
||||
logpath = "/var/log/httpd/error_log*";
|
||||
backend = "systemd";
|
||||
findtime = 600;
|
||||
bantime = 600;
|
||||
bantime = 600;
|
||||
maxretry = 5;
|
||||
};
|
||||
|
||||
dovecot = {
|
||||
settings = {
|
||||
filter = "dovecot[mode=aggressive]";
|
||||
@ -41,4 +42,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user