mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #614] Support Postfix SMTP TLS Policy Maps #575
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#575
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SomeGeek on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/614
@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?
@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.
@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 …
@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.
@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.