similar to: imap-login process_limit (100) reached, client connections are being dropped

Displaying 20 results from an estimated 2000 matches similar to: "imap-login process_limit (100) reached, client connections are being dropped"

2018 Jul 22
2
ot: LE server conf setup/ iPhone 'expired cert' message
On Sun, July 22, 2018 11:22 pm, dclist at list.jmatt.net wrote: > Usually, a browser connects to a web server on port 443, while an email > client connects to an IMAP or POP server on a different port, served by > different software. Just because your browser receives a current/valid > cert, that doesn?t mean your dovecot server is sending the same > certificate. > >
2019 May 31
3
sieve setup. no svbin ?
On Fri, May 31, 2019 10:18 am, Ralph Seichter via dovecot wrote: > * Voytek Eymont via dovecot: > Try runing "sievec -u {your_linux_user} /path/to/whatever.sieve" from a > shell and check the resulting error messages. Raplh, thanks so, am I'm missing sql lookup for sieve...? # sievec -u voytek dovecot.sieve sievec(voytek)<9667><>: Error: user voytek: Auth
2018 Jul 22
4
ot: LE server conf setup/ iPhone 'expired cert' message
I've installed LE certs on my Dovecot a while back, and, it has been working OK since, but, today, an iPhone user said he can't get emails as iphone says 'cert is expired', searching around, I see some other iPhone similar issues reported, do I have my conf correct, I have; # cat dovecot.conf | grep ssl ssl = required verbose_ssl = no ssl_cert =
2012 Jul 10
6
getting rid of old spam from +spam Maildir ?
I'm trying to setup per user '+spam' delivery from amavis tags, so that each user gets any mails tagged as spam to 'spam' Maildir via +spam Dovecot lmtp delivery. after say 7 days I want to delete all spams older than 7 days, if I simply delete mail files from the file system, is that a 'bad thing' ? what is a proper way to do that, and scripts ? for
2019 Feb 26
1
new Centos server install yum dependency error: i686 vs x86_64
Is your server even running on CentOS 64bit? # arch or # uname -m should return "x86_64". But as your available base package is dovecot- 2.2.36-3.el7.i686 and not?dovecot-2.2.36-3.el7.x86_64 I guess you'll see something like "i686" Martin Johannes Dauser On Sat, 2019-02-23 at 07:58 +1100, Voytek Eymont via dovecot wrote: > > On Sat, February 23, 2019 2:53 am,
2019 Mar 08
0
rsync /old/server new/server ?
On 8.3.2019 14.07, Voytek Eymont wrote: > On Fri, March 8, 2019 10:45 pm, Aki Tuomi via dovecot wrote: >> On 8.3.2019 13.44, Voytek Eymont via dovecot wrote: >> >>> I have Centos 7 with dovecot/postfix/mysql Maildir >>> >>> >>> I want to bring in a new server, new server will have same hostname as >>> current, but, different IP
2019 Feb 22
2
new Centos server install yum dependancy error
Am 22.02.2019 um 14:43 schrieb Voytek Eymont via dovecot: > > > On Sat, February 23, 2019 12:31 am, Gerald Galster via dovecot wrote: >> Hello Voytek, >> >> >> the *-devel packages include header files that are only needed if you >> want to compile something, they are not needed for running a dovecot >> server. Likewise the *debuginfo packages, they
2011 May 08
2
exceeded mail_max_userip_connections
Dumb Q I just got this in my Snapper client log I can't acces server log at this point dovecot 1.x I can access another account OK what it means, what I need do? (is this as I have K-9 client access same mail?) ---------- START MANUAL: 8/5/11 10:55 am RECEIVE: ACCOUNT: voytek SSL: Connection secure. IMAP Server: Maximum number of connections from user+IP exceeded
2020 May 07
4
ot: copy physical mail files ?
> Am 07.05.2020 um 17:15 schrieb Admin dishaw.org <admin at dishaw.org>: > > > >> On May 6, 2020, at 9:45 PM, Voytek Eymont <voytek at sbt.net.au> wrote: >> >> dumb question warning: >> >> I have two email accounts, me at tld1 and me at tld2 >> often, get emails intended (by me) for me at tld2 sent to me at tld1 >> >>
2019 Mar 03
2
migrating/cloning 2.2 > 2.3?
I have 2.2 installation on Centos 7, and, I'm trying to setup a new server, and, 'clone' existing setup: Dovecot/Postfix/Mysql on new Centos 7 installed from RPM 2.3.4.1 (3c0b8769e) I then copied/overwrote from old to new /etc/dovecot/*.conf (but not conf.d files), created self certs in place of old server certs and, started Dovecot is that totally dumb, and, how should I do this,
2020 May 22
3
fail2ban setup centos 7 not picking auth fail?
On Fri, May 22, 2020 2:05 pm, Adi Pircalabu wrote: > On 22-05-2020 10:38, Voytek Eymont wrote: > > Hardly a Dovecot issue. Can you please post the output of this command? > /usr/bin/fail2ban-regex /var/log/dovecot.log > /etc/fail2ban/filter.d/dovecot.conf Adi, thanks, what I get is: # /usr/bin/fail2ban-regex /var/log/dovecot.log /etc/fail2ban/filter.d/dovecot.conf Running
2018 Jul 22
0
ot: LE server conf setup/ iPhone 'expired cert' message
> On Jul 22, 2018, at 9:04 AM, Voytek Eymont <voytek at sbt.net.au> wrote: > > I've installed LE certs on my Dovecot a while back, and, it has been > working OK since, but, today, an iPhone user said he can't get emails as > iphone says 'cert is expired', > (if I open mailserver host in browser, padlock shows current/valid cert) > Usually, a browser
2019 Feb 22
3
new Centos server install yum dependancy error
Hello Voytek, the *-devel packages include header files that are only needed if you want to compile something, they are not needed for running a dovecot server. Likewise the *debuginfo packages, they contain information that is helpful for debugging dovecot. Your problem is here: Error: Package: 2:dovecot-lua-2.3.4.1-1.x86_64 (dovecot-2.3-latest) Requires: dovecot = 2:2.3.4.1-1
2019 Mar 08
5
rsync /old/server new/server ?
I have Centos 7 with dovecot/postfix/mysql Maildir I want to bring in a new server, new server will have same hostname as current, but, different IP I was intending to rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1 and, then, re run as necessary when/if mail still arrives on old server is that "a good plan" ...? TIA, V
2019 Mar 08
0
rsync /old/server new/server ?
On Fri, March 8, 2019 10:45 pm, Aki Tuomi via dovecot wrote: > > On 8.3.2019 13.44, Voytek Eymont via dovecot wrote: > >> I have Centos 7 with dovecot/postfix/mysql Maildir >> >> >> I want to bring in a new server, new server will have same hostname as >> current, but, different IP >> >> I was intending to >> rsync -avzhe ssh vmail at
2012 Aug 03
2
ot: mysql auth worker failure ?
looking through logs I noticed this today: grep mysql /var/log/maillog | grep fail Aug 3 17:35:25 dovecot: auth-worker(28335): Error: mysql: Query failed, retrying: Table 'postfix.users' doesn't exist Aug 3 17:35:57 dovecot: auth-worker(28335): Error: mysql: Query failed, retrying: Table 'postfix.users' doesn't exist Aug 3 17:36:02 dovecot: auth-worker(28335): Error:
2019 May 30
2
sieve setup. no svbin ?
since moving/upgrading system I've noticed I no longer get sieve script compiled, there is no dovecot.svbin created in /var/vmail/vmail1/sbt.net.au/voytek at tld.au/sieve what am I missing, how to check ? also, looking at sieve.log, I see a lot of May 31 06:32:50 lda(voytek at sbt.net.au)<1234><c4aVBfI98FzSBAAAyLbbsQ>: Error: sieve: Failed to initialize script execution: Invalid
2019 Feb 22
2
new Centos server install yum dependancy error
I'm installing a new Centos 7 server, following repo.dovecot.org/ page, but, get this: (I've opted to install all BUT pgsql (use mysql), not sure I really need all other packages..?) should I just go for "dovecot dovecot-mysql dovecot-pigeonhole" ?? tried # yum install dovecot dovecot-debuginfo dovecot-devel dovecot-imaptest dovecot-imaptest-debuginfo dovecot-lua dovecot-mysql
2012 Sep 25
3
duplicate all emails for 'backup' after user deletes them?
I have a user who occasionally reads, then deletes emails using his phone, on his and others email accounts, causing emails deleted on mail server, then he says 'oops, can you recover emails I've deleted?' what's the best way to duplicate all emails to duplicate accounts ? backup folders ? so, next time he deletes emails they can be 'recovered' on the server ? I was
2011 May 02
3
is reverse dns down ?
Hi guys, is that a genuine email from the list, I'm getting it rejected as it's missing reverse hostname: May 2 21:21:41 postfix/smtpd[18033]: NOQUEUE: reject: RCPT from unknown[194.89.34.45]: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [194.89.34.45]; from=<dovecot-bounces at dovecot.org> to=<voytek at sbt.net.au> proto=ESMTP