Skip to content

Commit

Permalink
bump email
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Aug 27, 2023
1 parent 4f17464 commit 551e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/email/vsmtp/config.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ fn on_config(config) {
// Specify addresses that the server will listen to.
config.server.interfaces = #{
addr: ["[::]:25"],
addr_submission: [],
addr_submissions: ["[::]:465", "[::]:587"],
addr_submission: ["[::]:587"],
addr_submissions: ["[::]:465"],
};

config.server.tls = #{
Expand Down

0 comments on commit 551e286

Please sign in to comment.