search for: dovecot_s

Displaying 15 results from an estimated 15 matches for "dovecot_s".

Did you mean: dovecot's
2017 Jun 22
1
Trouble after Upgrade to v2.2.30.2 missing value for DOVECOT_
Hi, I keep getting these errors after upgraded to 2.2.30.2. I can't seems to find what is going on. This is running a Freebsd 10.3-RELEASE-p11 :( Can someone please assist ? Jun 22 14:45:23 starlite2 dovecot: auth: Debug: Loading modules from directory: /usr/local/lib/dovecot/auth Jun 22 14:45:23 starlite2 dovecot: auth: Debug: Module loaded:
2016 Mar 25
2
Need help solving issue
Hi, I am using Dovecot 2.2.18 ?and have migrated from a 1.x versions. After this migration I had several errors and obsolete errors in logs. I fixed them and after all that I finally was able to run postfix and dovecot again. The problem I have facing right now is that in the mail logs and in the dovecot logs. I am getting auth errors. In mail log the postfix is spitting out: "?fatal: no SASL
2006 Aug 26
1
separate passdb for imap and pop3
Hi! Is this possible? I couldn't find any writings about the 'auth' (like 'auth default') keyword in the wiki. What does that mean? Can I setup seperate user and password dbs for sepearate circumstances? I've tried to experiment with it and added two auths: auth pop3 { mechanisms = plain digest-md5 passdb passwd-file { args = /etc/dovecot_pop3.passwd }
2015 Apr 18
2
Please help: error after upgrade to version 2.1.16
...t_listener imaps { ??? port = 993 ? } } service imap { ? process_limit = 100 } service pop3-login { ? group = dovenull ? inet_listener pop3 { ??? port = 0 ? } ? inet_listener pop3s { ??? port = 0 ? } } service pop3 { ? process_limit = 100 } ssl = required ssl_cert = </usr/local/etc/dovecot/certs/dovecot_ssl_crt.pem ssl_key = </usr/local/etc/dovecot/certs/dovecot_ssl_key.pem userdb { ? args = uid=vmail gid=vmail home=/home/vmail/%d/%n ? driver = static } verbose_proctitle = yes verbose_ssl = yes protocol pop3 { ? pop3_uidl_format = %08Xu%08Xv } Many thanks for Your advice what could be wrong. Ha...
2017 Jun 12
0
service(auth): command startup failed?
Hello, I need help because since some days I can not figure out what error this is and where it come from. I have used dovecot since years. Know after an update it is broken. First I like to give you some data: It's a FreeBSD 11.0 Server with sendmail (SMTP) and dovecot for IMAP with SSL. #dovecot --build-options Build options: ioloop=kqueue notify=kqueue ipv6 openssl io_block_size=8192 Mail
2016 Mar 26
2
Dovecot on FreeBSD 10.1
Cool! I tried to use truss -p $pidof dovecot process, and I got the following. - (Complete trace here: http://pastebin.com/pwL5EU3q) For me it doesn't seem right. - Have you guys seen anything like this before? read(55,"\0",64) = 1 (0x1) sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0) wait4(-1,{ EXITED,val=89 },WNOHANG,0x0) = 19061 (0x4a75) write(59,"28 19061 DEFAULT-FATAL
2017 Jun 14
2
Need Help to analyze the error or is it a bug?
After done an update to dovecot-2.2.30.2 my connection is broken since days. all what I try every time the same error: Jun 15 00:02:18 auth: Error: auth: environment corrupt; missing value for DOVECOT_ Jun 15 00:02:18 auth: Fatal: unsetenv(RESTRICT_SETUID) failed: Bad address Jun 15 00:02:18 master: Error: service(auth): command startup failed, throttling for 2 secs I try this: # doveadm
2016 Mar 25
3
Dovecot on FreeBSD 10.1
Hi Larry, I?m running dovecot2-2.2.22. ? I?ve tried to compile dovecot from the souce, and I see the same error :/ Are you using sql auth in your setup? root at beastie:/var/log # doveconf -n # 2.2.22 (fe789d2): /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: FreeBSD 10.1-RELEASE-p6 amd64 zfs auth_debug = yes auth_debug_passwords = yes auth_mechanisms = plain
2017 Jun 16
0
Need Help to analyze the error or is it a bug?
On 15.06.2017 01:45, Dipl.-Ing. Harald E. Langner wrote: > After done an update to dovecot-2.2.30.2 > > my connection is broken since days. > > all what I try every time the same error: > > Jun 15 00:02:18 auth: Error: auth: environment corrupt; missing value for DOVECOT_ > Jun 15 00:02:18 auth: Fatal: unsetenv(RESTRICT_SETUID) failed: Bad address > Jun 15 00:02:18
2011 Sep 11
0
Sieve envelope :detail "to" "xxx" does not deliver to fileinto destination
Dear Listmember. I try to migrate from my current courier-mta setup fo postfix dovecot setup. I use the following scirpt to filter to the destination mailbox. ### /var/vmail/none.at/al/sieve/lists.sieve require ["fileinto", "subaddress", "envelope" ]; if envelope :detail "to" "pdnsusers" { fileinto "Lists.pdnsusers"; } ###
2015 May 22
1
Problems To Get Dovecot Running On FreeBSD: auth process crashes
Hello, I ran into problems to get Dovecot running on FreeBSD. Steps for reproduction. Start Docot with dovecot -F (same result if started by rc script) telnet 192.168.116.38 110 Trying 192.168.116.38... Connected to freebsd. Escape character is '^]'. -ERR Disconnected: Auth process broken Connection closed by foreign host. logfile shows following: May 22 11:41:24 freebsd dovecot:
2018 Apr 19
3
lost connection while sending end of data error
I use dovecot-lmtp and postfix. When I send e-mail to 2 recipients (or more) at the same time and if one of them is over quota (or under quota and the message I send is bigger than his free space) mailq shows: -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 20B03336F22 26099 Thu Apr 19 18:02:47 support at example.com (lost connection with
2007 Jun 05
2
Latest MANAGESIEVE patch -- how to start daemon?
Hello list, I'm using Dovecot 1.0.0 on FreeBSD 6.2-RELEASE and applied the latest MANAGESIEVE patch v3 [1] which seems to have worked smoothly, i.e. all hunks succeeded and no compilation problems. Now this may be stupid question with an obvious answer, but I am at a loss at how to start the daemon? What's the binary called that starts the sieve server? Is there a special way to
2011 Sep 12
3
Sieve envelope :detail "to" "extention" does not deliver to fileinto destination
Dear Listmember. I resend this with different Subject so that the spamfilter does not drop the mail, I hope ;-) I try to migrate from my current courier-mta setup fo postfix dovecot setup. I use the following scirpt to filter to the destination mailbox. ### /var/vmail/none.at/al/.dovecot.sieve # from http://wiki.dovecot.org/LDA/Sieve require ["fileinto", "envelope",
2016 Mar 26
2
Fw: VS: Re: Need help solving issue
On Saturday, March 26, 2016 1:04 PM, MARIA jamieson <jamieson.maria at yahoo.com> wrote: Yes, I am trying it over ssl. Everything works as in I can connect to my mail server and establish an ssl connection. There's no error with SSL. ?It's just auth mechanism having a environment corruption error. I am not the only one. You can google around and find many run into this situation