mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #2008] Enabling POP3 on a running Modoboa Server #1500
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#1500
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 @sergioeix on GitHub (Sep 9, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2008
Impacted versions
Steps to reproduce
Current behavior
Expected behavior
Video/Screenshot link (optional)
Hello I want to enable POP3 on a running server but i dont know the best way to do that.
May be ...
sudo apt-get install dovecot-imapd dovecot-pop3d
add to dovecot.conf
protocols = imap lmtp sieve pop3 pop3s
anyone can give me an advice or point me to the rigth way.
B/R
@tonioo commented on GitHub (Sep 11, 2020):
@sergioeix That's the way to go if you're on a debian like system. Otherwise you could have let the installer do it for you using the
extra_protocolssetting located inside theinstaller.cfgfile.@sergioeix commented on GitHub (Sep 11, 2020):
I known it could been done with modoboa on the install stage but now server is running well and i have to enable pop3. Thats why i am asking, i want to know if i am missing something or with these two comands its enougth.
B/R