Merge pull request #31 from eqyiel/debug-option
Add debug option for verbose logging
This commit is contained in:
commit
5a851d837c
3 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue