[GH-ISSUE #121] Cannot specify an SMTPS connection #103

Closed
opened 2026-02-27 11:10:07 +03:00 by kerem · 1 comment
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/121

Originally assigned to: @tonioo on GitHub.

Originally created by Antoine Nguyen on 2010-12-21T08:36:04Z

With the current settings interface, the only supported secured mode is starttls. Modoboa must support all modes:

  • clear connect to port 25 and use a SMTP object),
  • starttls (connect to port 25, use a SMTP object and send a "starttls" command),
  • smtps (connect to port 465 and use a SMTP_SSL object).

It sounds easy but actually the way settings are managed prevents us to support both modes. I think the easiest way to achieve that is to replace the checkbox by a selectbox which will contain "SSL/TLS or STARTTLS".

Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/121 Originally assigned to: @tonioo on GitHub. **Originally created by Antoine Nguyen on 2010-12-21T08:36:04Z** With the current settings interface, the only supported secured mode is starttls. Modoboa must support all modes: - clear connect to port 25 and use a SMTP object), - starttls (connect to port 25, use a SMTP object and send a "starttls" command), - smtps (connect to port 465 and use a SMTP_SSL object). It sounds easy but actually the way settings are managed prevents us to support both modes. I think the easiest way to achieve that is to replace the checkbox by a selectbox which will contain "SSL/TLS or STARTTLS".
kerem 2026-02-27 11:10:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2010-12-21T09:01:31Z

In [fc1365cd91bdef4a44a0b28fa8f754b739dca3b3]:

#!CommitTicketReference repository="" revision="fc1365cd91bdef4a44a0b28fa8f754b739dca3b3"
fixed #108
Added new listbox to handle all possible modes.
<!-- gh-comment-id:29813670 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2010-12-21T09:01:31Z** In [fc1365cd91bdef4a44a0b28fa8f754b739dca3b3]: <pre> #!CommitTicketReference repository="" revision="fc1365cd91bdef4a44a0b28fa8f754b739dca3b3" fixed #108 Added new listbox to handle all possible modes. </pre>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#103
No description provided.