modoboa / modoboa-installer

An installer for Modoboa
MIT License
262 stars 138 forks source link

Pop3 Support #152

Closed wajidfsd closed 7 years ago

wajidfsd commented 7 years ago

How to enable pop3 and pop3s support in modoboa.

Impacted versions

Thanks in advance.

tonioo commented 7 years ago

Look at the config file. In the [dovecot] section, you can change the extra_protocols option.

wajidfsd commented 7 years ago

After changes in config file . i have to run installer again?

tonioo commented 7 years ago

yes.

soneydiakotechology commented 5 years ago

Add following entries in dovecot configuration

Open : vim /etc/dovecot/dovecot.conf

Add following entries

!include_try /usr/share/dovecot/protocols.d/*.protocol protocols = imap lmtp sieve pop3 pop3s

rodrigoslayertech commented 4 years ago

Add following entries in dovecot configuration

Open : vim /etc/dovecot/dovecot.conf

Add following entries

!include_try /usr/share/dovecot/protocols.d/*.protocol protocols = imap lmtp sieve pop3 pop3s

And next step? Restart the server with sudo reboot?