[GH-ISSUE #614] Support Postfix SMTP TLS Policy Maps #575

Open
opened 2026-02-27 11:12:27 +03:00 by kerem · 5 comments
Owner

Originally created by @SomeGeek on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/614

  • This adds the ability to define per-domain mail security settings
Originally created by @SomeGeek on GitHub (Oct 16, 2014). Original GitHub issue: https://github.com/modoboa/modoboa/issues/614 - This adds the ability to define per-domain mail security settings
Author
Owner

@Arvedui commented on GitHub (Oct 16, 2014):

do you really think it's a good idea, to give a public accessible process access to your server config?

<!-- gh-comment-id:59367274 --> @Arvedui commented on GitHub (Oct 16, 2014): do you really think it's a good idea, to give a public accessible process access to your server config?
Author
Owner

@SomeGeek commented on GitHub (Oct 16, 2014):

It's not public access. You need to be authenticated. But it's a great idea to restrict the admin panel access...

Edit: We could make a command-line tool for it, instead providing panel access.

<!-- gh-comment-id:59367564 --> @SomeGeek commented on GitHub (Oct 16, 2014): It's not public access. You need to be authenticated. But it's a great idea to restrict the admin panel access... Edit: We could make a command-line tool for it, instead providing panel access.
Author
Owner

@Arvedui commented on GitHub (Oct 16, 2014):

modoboa needs write access to important config files for this to work.
neither dovecot nor postfix are intended to be used this way, postfix does not even have in include directive.

there is now way to implement this secure, a privilege escalation or a auth bug and compromising the configuration would not longer be a paranoid imagination.

besides it isn't realy a problem, to adjust the settings through SSH …

<!-- gh-comment-id:59370404 --> @Arvedui commented on GitHub (Oct 16, 2014): modoboa needs write access to important config files for this to work. neither dovecot nor postfix are intended to be used this way, postfix does not even have in include directive. there is now way to implement this secure, a privilege escalation or a auth bug and compromising the configuration would not longer be a paranoid imagination. besides it isn't realy a problem, to adjust the settings through SSH …
Author
Owner

@tonioo commented on GitHub (Oct 16, 2014):

Indeed, this feature can become harmful. What about supporting this feature indeed:
http://www.postfix.org/postconf.5.html#smtp_tls_policy_maps

By the way, postconf let you modify the configuration.

<!-- gh-comment-id:59370904 --> @tonioo commented on GitHub (Oct 16, 2014): Indeed, this feature can become harmful. What about supporting this feature indeed: http://www.postfix.org/postconf.5.html#smtp_tls_policy_maps By the way, postconf let you modify the configuration.
Author
Owner

@SomeGeek commented on GitHub (Oct 16, 2014):

Modoboa allready handles mailboxes (as in: file system operations), so when it comes to privilege escalation, evil things can allready be done. With the proposed packaging system security fixes can be deployed more rapidly allready.

@tonioo: You're right. I'll change the issue.

<!-- gh-comment-id:59371103 --> @SomeGeek commented on GitHub (Oct 16, 2014): Modoboa allready handles mailboxes (as in: file system operations), so when it comes to privilege escalation, evil things can allready be done. With the proposed packaging system security fixes can be deployed more rapidly allready. @tonioo: You're right. I'll change the issue.
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#575
No description provided.