Skip to content

Commit

Permalink
bump email
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 12, 2024
1 parent 94f4518 commit b0adf31
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 @@ -13,8 +13,8 @@ fn on_config(config) {
// Specify addresses that the server will listen to.
config.server.interfaces = #{
addr: ["[::]:25"],
addr_submission: ["[::]:587"],
addr_submissions: [],
addr_submission: [],
addr_submissions: ["[::]:465"],
};

config.server.tls = #{
Expand Down

0 comments on commit b0adf31

Please sign in to comment.