diff options
Diffstat (limited to 'tests/run')
-rwxr-xr-x | tests/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ prepare() { mail_location = dbox:~/inbox:LAYOUT=index mailbox_list_index = yes ssl = no - listen = 127.0.0.1, ::1 + listen = 127.0.0.1, 127.0.1.1, ::1 namespace inbox { inbox = yes } |