Set the hostname
This commit is contained in:
parent
17c31ceff0
commit
8e75759a19
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ filter "dkim" proc-exec "{filter_cmd}"
|
|||
table vuser {{ "test" = "1000:100:{maildir_path}" }}
|
||||
|
||||
# Listening
|
||||
listen on 127.0.0.1 port {port} filter "dkim"
|
||||
listen on ::1 port {port} filter "dkim"
|
||||
listen on 127.0.0.1 port {port} hostname localhost filter "dkim"
|
||||
listen on ::1 port {port} hostname localhost filter "dkim"
|
||||
|
||||
# Delivering
|
||||
action "deliver" maildir userbase <vuser>
|
||||
|
|
Loading…
Reference in a new issue