Re: disable pop3 ports?

2021-05-04 Thread Aki Tuomi
> On 04/05/2021 22:27 Dan Egli wrote: > > > On 5/4/2021 4:14 AM, Aki Tuomi wrote: > > Hi! > > To correctly enable/disable protocols, ensure they are (not) listed on > > protocols. > > > > doveconf protocols > > > > tells you this. > > > > Usually on debian based systems the easiest way is to

POP3 mailbox errors and changing permissions on folders

2021-05-04 Thread John Richards
Having upgraded a server, many mail issues that have beaten me! I have 8 mailboxes running under Centos, all with simple user names such as john, jr, office, junk etc. Each is owned by a user of the same name and own password.  I made a mistake and copied a back up when server moved and som

Re: disable pop3 ports?

2021-05-04 Thread justina colmena ~biz
On Tuesday, May 4, 2021 11:27:28 AM AKDT Dan Egli wrote: > Aki, That's what I'm saying. The only place pop3 IS listed is in > doveconf protocols. I'm going to try settiing the ports to 0 and see if > that does the trick. > > And for those who keep mentioning the firewall, understand that I'm > bey

Re: disable pop3 ports? (success)

2021-05-04 Thread lists
This has been a long thread. In summary, do this:  From 10-master.conf (when using split config files) service pop3-login { net_listener pop3 { port = 0 } inet_listener pop3s { port = 0 ssl = yes } This disables pop3 listeners even when the pop3 protocol is enabled. - R

Re: disable pop3 ports? (success)

2021-05-04 Thread Dan Egli
Changing the ports to = 0 did the trick. Nothing is listening on or 995 now. Thanks for your help, all! -- Dan Egli From my Test Server OpenPGP_0x11B7451DF2015959.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
Nice idea, but I don't use Systemd. This is a Gentoo system with SELinux and Gentoo's Selinux policies conflict with Systemd. On 5/4/2021 12:53 PM, Sven Strickroth wrote: Hi, I experienced the same issue in the past. For me it was a systemd issue. In systemd () all ports were listed so that

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
On 5/4/2021 4:14 AM, Aki Tuomi wrote: Hi! To correctly enable/disable protocols, ensure they are (not) listed on protocols. doveconf protocols tells you this. Usually on debian based systems the easiest way is to uninstall `dovecot-pop3d` package. Aki Aki, That's what I'm saying. The only

Re: disable pop3 ports?

2021-05-04 Thread Sven Strickroth
Hi, I experienced the same issue in the past. For me it was a systemd issue. In systemd () all ports were listed so that systemd listens on these. I solved it by placing the following content in : --- snip --- [Unit] Description=Dovecot IMAP/POP3 email server activation socket [Socket] #d

How to Host Multiple Mail Domains (Email Hosting) in iRedMail Full Featured Linux Mail Server

2021-05-04 Thread Turritopsis Dohrnii Teo En Ming
Subject: How to Host Multiple Mail Domains (Email Hosting) in iRedMail Full Featured Linux Mail Server Author: Mr. Turritopsis Dohrnii Teo En Ming (TARGETED INDIVIDUAL) Country: Singapore Date: 3rd May 2021 Monday Type of Publication: PDF Manual Document Version: 20210503.01 ***IMPORTANT NOTICE**

Re: Writing an custom imap command

2021-05-04 Thread Ryan Beethe
On Mon, May 03, 2021 at 09:14:13AM +0300, Aki Tuomi wrote: > > > On 01/05/2021 18:32 Ryan Beethe wrote: > > > > 1. Why does cmd-idle.c sometimes call client_command_free()? But > > sometimes it doesn't? > > > > For example, cmd_idle_continue() frees it in some branches but not > > others.

Re: disable pop3 ports?

2021-05-04 Thread Yassine Chaouche
Le 5/4/21 à 9:25 AM, Christian Kivalo a écrit : On 2021-05-04 10:20, Dan Egli wrote: Already did all of that. like I said, EVERY instance of pop3 in the entire config set is commented out. Then please post the output of doveconf -n. Seems there is still something left. The list of installed

Re: mail_crypt module and error with tmp directory

2021-05-04 Thread Fiorenza Meini
Il 03/05/21 12:21, Aki Tuomi ha scritto: On 03/05/2021 13:14 Fiorenza Meini wrote: Il 03/05/21 11:37, Aki Tuomi ha scritto: On 03/05/2021 11:53 Fiorenza Meini wrote: Il 03/05/21 10:42, Aki Tuomi ha scritto: On 03/05/2021 11:16 Fiorenza Meini wrote: Il 03/05/21 09:47,

Re: disable pop3 ports?

2021-05-04 Thread Aki Tuomi
> On 04/05/2021 12:40 Dan Egli wrote: > > > On 5/4/2021 3:18 AM, Christian Kivalo wrote: > > > > > > On 2021-05-04 10:29, Dan Egli wrote: > >> For gentoo, there is only one package. And here's your output: > >> > >> # 2.3.13 (89f716dc2): /etc/dovecot/dovecot.conf > >> # Pigeonhole version 0.5

Re: disable pop3 ports?

2021-05-04 Thread lists
I meant in the firewall itself. Usually when you set up a server none of thr ports are open in the firewall. At some point you opened 110 and 995.   Original Message   From: d...@newideatest.site Sent: May 4, 2021 2:41 AM To: dovecot@dovecot.org; ml+dove...@valo.at Subject: Re

Re: disable pop3 ports?

2021-05-04 Thread Urban Loesch
Hi, you can try to insert "protocols = imap lmtp" ath the end of your "dovecot.conf" file. That works for me. Regards Urban Am 04.05.21 um 10:29 schrieb Dan Egli: For gentoo, there is only one package.  And here's your output: # 2.3.13 (89f716dc2): /etc/dovecot/dovecot.conf # Pigeonhole vers

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
On 5/4/2021 3:18 AM, Christian Kivalo wrote: On 2021-05-04 10:29, Dan Egli wrote: For gentoo, there is only one package. And here's your output: # 2.3.13 (89f716dc2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.13 (cdd19fe3) # OS: Linux 5.11.16-gentoo-x86_64 x86_64 Gentoo Base System

Re: disable pop3 ports?

2021-05-04 Thread lists
Don't enable the port in the firewall.  Actually two ports (encrypted and not). 110 and 995.   Original Message   From: d...@newideatest.site Sent: May 4, 2021 1:20 AM To: m...@f1-outsourcing.eu; dovecot@dovecot.org Subject: Re: disable pop3 ports? Already did all of that. like I said, EVERY

Re: disable pop3 ports?

2021-05-04 Thread Christian Kivalo
On 2021-05-04 10:29, Dan Egli wrote: For gentoo, there is only one package.  And here's your output: # 2.3.13 (89f716dc2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.13 (cdd19fe3) # OS: Linux 5.11.16-gentoo-x86_64 x86_64 Gentoo Base System release 2.7 xfs # Hostname: jupiter.newidea

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
For gentoo, there is only one package.  And here's your output: # 2.3.13 (89f716dc2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.13 (cdd19fe3) # OS: Linux 5.11.16-gentoo-x86_64 x86_64 Gentoo Base System release 2.7 xfs # Hostname: jupiter.newideatest.site auth_debug = yes auth_mechanisms

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
I'm using Gentoo. They do not have separate packages for dovecot. It's all under one roof so to speak. And I checked. doveconf protocols DOES list pop3, but according to grep it's commented out EVERYWHERE! # grep pop3 * 10-director.conf:#service pop3-login { 10-director.conf:  #executable = pop

Re: disable pop3 ports?

2021-05-04 Thread Christian Kivalo
On 2021-05-04 10:20, Dan Egli wrote: Already did all of that. like I said, EVERY instance of pop3 in the entire config set is commented out. Then please post the output of doveconf -n. Seems there is still something left. The list of installed dovecot packages would also be help. -- Chris

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
Already did all of that. like I said, EVERY instance of pop3 in the entire config set is commented out. On 5/4/2021 1:12 AM, Marc wrote: maybe remove pop3 from protocols, remove service pop3-login, service pop3? I admit I don't quite understand dovecot's config yet, but this is driving me bat

Re: disable pop3 ports?

2021-05-04 Thread Jean-Daniel
Not sure what distribution you are using, but some distributions provide distincts package for dovecot-pop, so removing it may be enough. This package main purpose it to install a file in /usr/share/dovecot/protocols.d/ which is then imported in the config by a line like "!include_try /usr/shar

RE: disable pop3 ports?

2021-05-04 Thread Marc
maybe remove pop3 from protocols, remove service pop3-login, service pop3? > > I admit I don't quite understand dovecot's config yet, but this is > driving me batty. I was looking at my server and noticed that dovecot > was listening on the pop3 ports (110/TCP). Since I do not use pop3 at > all,