Add debug option for verbose logging
This commit is contained in:
@@ -53,7 +53,12 @@ in
|
||||
|
||||
extraConfig = ''
|
||||
#Extra Config
|
||||
#mail_debug = yes
|
||||
${lib.optionalString debug ''
|
||||
mail_debug = yes
|
||||
auth_debug = yes
|
||||
verbose_ssl = yes
|
||||
''}
|
||||
|
||||
mail_access_groups = ${vmailGroupName}
|
||||
ssl = required
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@ in
|
||||
};
|
||||
|
||||
services.rmilter = {
|
||||
inherit debug;
|
||||
enable = true;
|
||||
#debug = true;
|
||||
postfix.enable = true;
|
||||
rspamd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user