Submission service capabilities listing

2020-11-12 Thread Dan
Hello all, I'm attempting to implement a submission server with questions in regards to how Dovecot handles the backend hosts capabilities. To my understanding, Dovecot will connect to the host specified in either submission_host or submission_relay_host, and gather a list of capabilities. On

Updating wiki content

2020-06-18 Thread Dan
Greetings, I'd like to contribute to the Dovecot wiki in regards to clients that lack the ability to support SNI. However the captcha doesn't make sense, I get a question "What do you do to prevent spam?". This is a loaded question which I'm uncertain what the answer should be. Thanks.

Error: Virtual mailbox loops, Dovecot version 2.2.10

2017-04-03 Thread dan
rror occurred. Refer to server log for more information. [2017-04-03 00:24:28] The relevant line being: Apr 3 00:24:28 mail dovecot: imap(d...@redchops.com): Error: Virtual mailbox loops: No information before or after. Thanks, -Dan# 2.2.10: /etc/dovecot/dovecot.conf # OS: Linux 4.4.51-40.5

Re: Doveadm error since 2.3.11.3 when run as unprivileged user

2020-08-15 Thread Dan Christensen
, non-privilged users will fail to include the file. This worked for me. As mentioned, I had to make the new .conf file readable only by root. Dan

Spam learning for rspamd

2020-10-12 Thread Dan Egli
#x27;ve connected a sieve script that is supposed to call rspamd's learning tool, but nothing is happening. I'm really at a loss as to where to even begin searching for an answer, so any help is appreciated! -- Dan Egli On my Test server OpenPGP_0xF8A7B3F2AAB08F9D.as

Re: Spam learning for rspamd

2020-10-12 Thread Dan Egli
On 10/12/2020 7:28 PM, Gedalya wrote: > On 10/13/20 8:49 AM, Dan Egli wrote: >> >> I'm quite new to Dovecot, so forgive me if this is a simple question. >> I've got rspamd running, and it's rewriting the subject of many >> messages as spam even when

Procmail with Dovecot

2020-10-13 Thread Dan Egli
indexes? If it would, what can I do to ensure that the indexes stay correct? Thanks! -- Dan Egli On my Test server OpenPGP_0xF8A7B3F2AAB08F9D.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

Re: Procmail with Dovecot

2020-10-13 Thread Dan Egli
till don't understand it at all. I've already got another thread going about problems where sieve is supposed to be calling scripts to learn spam/ham based on user choices, but doesn't seem to be doing so. Perhaps someone could write the definitive guide to sieve. That would

Re: Spam learning for rspamd

2020-10-13 Thread Dan Egli
hat was delivered, but marked as spam is in fact NOT spam? -- Dan Egli On my Test server OpenPGP_0xF8A7B3F2AAB08F9D.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

Re: CVE-2020-24386: IMAP hibernation allows accessing other peoples mail

2021-01-04 Thread Dan Malm
On 2021-01-04 13:03, Aki Tuomi wrote: > Vulnerable version: 2.2.26-2.3.11.3 > Fixed version: 2.3.13 No fix for 2.2.36? -- BR/Mvh. Dan Malm, Systems Engineer, One.com

Sending alert to client after quota has reached 100%

2021-04-19 Thread Dan Conway
Hello all, I hope you are doing well. In regards to the quota_warning configuration, more specifically when an email is sent to the user when quota has passed a certain percentage, i.e.: quota_warning = #quota_warning2 = ... #quota_warning3 = ..etc.. Is it possible to communicate with the

Quota warning invoked twice when moving messages to Trash folder

2021-04-20 Thread Dan Conway
Hello all, I currently have quota warnings enabled through the following configuration on Dovecot 2.2.19: plugin {   quota = dict:User quota::file:%h/Maildir/dovecot-quota   quota_warning  = storage=100%% quota-warning 100 %u %{userdb:quota_rule} %i   quota_warning2 = storage=95%% quota-warn

Sieve Auth failing (ignore previous message please)

2021-04-27 Thread Dan Egli
"PLAIN LOGIN" "STARTTLS" "VERSION" "1.0" OK "Dovecot ready." But I don't see any of that. Escape character is '^]'. 220 jupiter.newideatest.site Dovecot ready. I've gotten to the point where I'm pulling my hair out. I do

Re: Sieve Auth failing (ignore previous message please)

2021-04-28 Thread Dan Egli
;Ready" message without anything else where as all the examples I see online are multiple lines. So it's not that the daemon' isn't running. It is. But somehow the communications are getting screwed up. On 4/28/2021 4:15 AM, Yassine Chaouche wrote: Le 4/28/21 à 7:42 AM, Dan

Sieve daemon errors? (Part 1 of 2, Pt 2 to follow when Pt 1 resolved)

2021-04-30 Thread Dan Egli
r vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave" *"NOTIFY" "mailto" "SASL" "PLAIN LOGIN" "STARTTLS" "VERSION" "1.0" OK "

Re: Sieve daemon errors? (Part 1 of 2, Pt 2 to follow when Pt 1 resolved)

2021-04-30 Thread Dan Egli
e it) with debugging. [ Apologies for top post; brain-damaged MUA in use. ] -- Steve Watt   KD6GGD PP-ASEL-IA factories.words.yappy Don't let your schooling get in the way of your education. *From:* dovecot *On Behalf Of *Dan Egli *Sent:* Friday, April 30, 2021 23:13 *To:* dovecot@dovec

Re: Sieve daemon errors? (Part 1 of 2, Pt 2 to follow when Pt 1 resolved)

2021-05-01 Thread Dan Egli
r lmtp { >     address = 127.0.0.1 >     port = 4190 >   } > } As for why it looks that way?  Dunno. Check conf.d/20-lmtp.conf.  That doesn’t make sense. -- Steve Watt   KD6GGD PP-ASEL-IA factories.words.yappy Don't let your schooling get in the way of your education. *From:* Dan Egli

Re: Sieve daemon errors? (Part 1 of 2, Pt 2 to follow when Pt 1 resolved)

2021-05-01 Thread Dan Egli
Still haven't heard back on why 4190 isn't being listened to. I put the entire /etc/dovecot/conf.d directory into https://www.newideatest.site/dovecot, so feel free to look at the configs and see if you can figure out why the sieve listener isn't running. On 5/1/2021 1:14 AM,

Re: Sieve daemon errors? (Part 1 of 2, Pt 2 to follow when Pt 1 resolved)

2021-05-01 Thread Dan Egli
Thanks. That did indeed fix the situation. So I can declare Part 1 resolved. Let's see if it also resolved part two. 😁 On 5/1/2021 9:46 AM, Arjen de Korte wrote: Citeren Dan Egli : Still haven't heard back on why 4190 isn't being listened to. I put the entire /etc/dovecot/c

disable pop3 ports?

2021-05-03 Thread Dan Egli
ems like a needless waste. So I went through the config files and commented out every reference to pop3 in them. But when I restart dovecot, it STILL opens a listener on 110. How do I fix this? The ONLY external ports I want dovecot listening to are imap4 and imap4s. Thanks! -- Dan Egli Fr

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
reference to pop3 in them. But when I restart dovecot, it STILL opens a listener on 110. How do I fix this? The ONLY external ports I want dovecot listening to are imap4 and imap4s. Thanks! -- Dan Egli From my Test Server OpenPGP_0x11B7451DF2015959.asc Description: OpenPGP public key OpenPGP

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
"!include_try /usr/share/dovecot/protocols.d/*.protocol » Also, make sure "doveconf protocols" does not include pop3 Presence of service pop3-login, service pop3 in config should not be enough to start listening on pop3 ports. Le 4 mai 2021 à 06:40, Dan Egli a écrit : I

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
ieve {     port = 4190   } } service stats {   unix_listener stats-reader {     mode = 0777     user = exim4u   }   unix_listener stats-writer {     mode = 0777     user = exim4u   } } service submission-login {   inet_listener submission {     port = 2587   } } ssl_cert = On 2021-05-04 10:20,

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 S

Re: disable pop3 ports?

2021-05-04 Thread Dan Egli
nsure that NO ONE is listening on that port, even if it's just localhost. -- 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
KeepAlive=true [Install] WantedBy=sockets.target --- snip --- best, Sven Am 04.05.2021 um 12:14 schrieb 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

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

Bug: empty prefix value in userdb lookup defaults to "yes"?

2021-07-02 Thread Dan Malm
alue of "yes" as when I log in with that user dovecot throws this error: Error: namespace configuration error: list=yes requires prefix=yes to end with separator / Dovecot version: 2.3.13 OS: Ubuntu 20.04.2 -- BR/Mvh. Dan Malm, Systems Engineer, One.com

Re: Bug: empty prefix value in userdb lookup defaults to "yes"?

2021-07-02 Thread Dan Malm
On 2021-07-02 10:56, Aki Tuomi wrote: > >> On 02/07/2021 11:48 Dan Malm wrote: >> >> >> Hi, >> >> I'm trying to migrate some users into our system from another one that >> also run dovecot but with different prefix and separator setting

BDAT to DATA translation on submission service when checkpassword is involved

2021-07-22 Thread Dan Conway
Hello, I'm having issues with Dovecot translating "BDAT" commands (CHUNKING) into "DATA" commands when the backend does not support it in the submission service. I use "checkpassword" to authenticate users and judging by older mailing list entries the presence of "submission_*" directives mus

Disable authentication for submission service

2021-07-28 Thread Dan Conway
Hello, Is it possible to disable the requirement for authentication on the submission service? I'm trying to require authentication for all, except for a handful of IP addresses. Thank you. ehlo test.com 250-aaa 250-AUTH PLAIN LOGIN 250-BURL imap 250-CHUNKING 250-DSN 250-ENHANCEDSTATUSCODES

Re: Disable authentication for submission service

2021-07-28 Thread Dan Conway
-understanding-ports-25-465-587/ <https://www.mailgun.com/blog/which-smtp-port-understanding-ports-25-465-587/> On July 28, 2021 6:10:28 AM AKDT, Dan Conway wrote: Hello, Is it possible to disable the requirement for authentication on the submission service? I'm trying

Monitoring of director back end nodes

2021-07-29 Thread Dan Conway
Hello, When working with director, the state of the backend nodes are not checked by Dovecot. The state always remains as "up". I understand that there are external applications documented that monitor backend nodes, and changes the state of them to "down" if they become unresponsive. The que

Creating/Learning about services

2021-08-25 Thread Dan Conway
Hello, I'm currently researching how services work within Dovecot and what scope these services are capable of. For example, I created a service as such: service myservice {   executable = /home/me/executable   type  = worker   unix_listener myservice {     mode = 0666   } } When da

Extracting CLIENTID information from checkpassword or postlogin scripting

2022-01-17 Thread Dan Conway
Hello, When extracting client_id information from the client connection (i.e. setting imap_id_log = *) the information is directly logged by Dovecot as such: ID sent: name=Thunderbird, version=91.5.0 My question is, Is it possible to export/set this information in a checkpassword script or a

Re: Error: Virtual mailbox loops, Dovecot version 2.2.10

2017-04-03 Thread Dan Oriani
ry to access the > Threaded Inbox through IMAP, I get this error specifically: > a select "Threaded Inbox" > a NO [SERVERBUG] Virtual mailbox open failed because of mailbox All: > Internal error occurred. Refer to server log for more information. > [2017-04-03 00:24:28] >

Director hashing

2022-10-13 Thread Dan Conway
Hello all, I have a 2 node director setup that uses checkpassword for authentication as well as backend assignment through director tags. director_servers    = 192.168.1.10 192.168.1.20 director_mail_servers    = 192.168.2.10@srv1 192.168.2.11@srv2 checkpassword writes the fol

Multiple scripts with postlogin

2023-03-01 Thread Dan Conway
Hello, I'm having trouble understanding how to execute separate scripts with postlogin. According to the documentation, it should be as simple as: You can run multiple post-login scripts by just giving multiple scripts as parameters to|script-login|, for example: executable = script-login raw

Connect failed to database

2015-03-01 Thread Dan LaSota
om the shell using mysql -u usermail -p But dovecot still wrote the same error. (I did a flush privileges, and restarted mysql, and dovecot) I then set the password in SQL back using PASSWORD. (flush'd priveleges and restarte mysql and dovecot). Still Errors. Looking for leads. Thanks,

Re: Connect failed to database

2015-03-02 Thread Dan LaSota
221 Quit 150302 9:19:25 226 Connect usermail@localhost as anonymous on servermail 226 Connect Access denied for user 'usermail'@'localhost' (using password: YES) 150302 9:19:50 227 Connect usermail@

Re: Connect failed to database

2015-03-02 Thread Dan LaSota
that password from that host is not allowed - period Then why can I use the same credentials to log into mysql from the command line? Like so: # mysql -u mailuser -h localhost -p Dan LaSota Instructional Designer, UAF eLearning (907) 451-4067 dan.las...@alaska.edu http://elearning.uaf.edu

Re: Connect failed to database

2015-03-02 Thread Dan LaSota
03.2015 um 19:30 schrieb Dan LaSota: >>>> >>>> Just some quick ideas >>>> * check if the mysql socket file has rw permissions for the dovecot user >> >> # ls -l /var/lib/mysql/mysql.sock >> srwxrwxrwx. 1 mysql mysql 0 Mar 1 19:33 /var/li

problem with dovecot/lmtp

2015-03-02 Thread Dan LaSota
/private/dovecot-lmtp But I'm a little stumped as how to proceed. The only thing I think I understand is that postfix is trying to talk to dovecot-lmtp and dovecot-lmtp is refusing the connection. Am I reading that correct? What can I do about it? Thanks, Dan LaSota Instructional Designer

doveconf -a Segmentation Fault

2015-03-12 Thread Dan LaSota
Getting "Segmentation Fault" When I run doveconf -a Dan LaSota Instructional Designer, UAF eLearning (907) 451-4067 dan.las...@alaska.edu http://elearning.uaf.edu

Re: doveconf -a Segmentation Fault

2015-03-12 Thread Dan LaSota
I will try. thanks. Dan LaSota Instructional Designer, UAF eLearning (907) 451-4067 dan.las...@alaska.edu http://elearning.uaf.edu > On Mar 12, 2015, at 5:34 PM, Pascal Volk > wrote: > >> On 03/12/2015 02:07 PM, Dan LaSota wrote: >> Getting "Segmentation Fault"

Pigeonhole and duplicate checking

2016-02-15 Thread Dan Ragle
er"; But Dovecot complained, something about the mailbox pattern being invalid. If it were possible, I would think it would want something like fileinto "spamuser:INBOX"; instead, but I don't know if that is even possible. In a global sieve script, is there anyway to know/test which system user is the targeted user for delivery? So in a global sieve_before script I could test the target user, and if it's spamuser just file it immediately and stop with no further testing? Thanks for any assistance! Dan

Re: Pigeonhole and duplicate checking

2016-02-15 Thread Dan Ragle
Perfect! Using the "auth" trick and appropriate "discard" statements allowed me to get the scripts setup exactly as I had originally intended. Thanks! Dan On 2/15/2016 8:29 PM, Stephan Bosch wrote: Op 2/16/2016 om 1:32 AM schreef Dan Ragle: In my prior procmail setup,

pigeonhole vnd.dovecot.pipe

2016-02-20 Thread Dan Ragle
ed is 2.0.9, looks like it was just named to match the corresponding dovecot package. The version appears to be 0.2.2, as it is adding a X-Sieve: Pigeonhole Sieve 0.2.2 header into redirected messages). Thanks! Dan

Trouble handling encrypted passwords

2016-03-24 Thread Dan Wilson
ave to be doing something stupid because this should just work! Any ideas from anyone? Thanks much, Dan

[Dovecot] Expire plugin not executing for sieve plugin?

2011-10-20 Thread Dan Swartzendruber
Running dovecot 1.2.12 on ubuntu 10.10. Here is the problem: I have mysql backend for expire. I am using the dovecot-postfix package which creates /etc/dovecot/conf.d/01-mail-stack-delivery.conf which looks like this: # Some general options protocols = imap imaps managesieve disable_plaint

[Dovecot] Expire plugin not executing for sieve plugin?

2011-10-20 Thread Dan Swartzendruber
Running dovecot 1.2.12 on ubuntu 10.10. Here is the problem: I have mysql backend for expire. I am using the dovecot-postfix package which creates /etc/dovecot/conf.d/01-mail-stack-delivery.conf which looks like this: # Some general options protocols = imap imaps managesieve disable_plaint

Re: [Dovecot] Expire plugin not executing for sieve plugin?

2011-10-24 Thread Dan Swartzendruber
No ideas? I googled some more and eventually turned up this posting: http://www.mailinglistarchive.com/html/dovecot@dovecot.org/2011-01/msg00716.html guy seems to be having the exact problem I am, unfortunately, no-one replied to his post either :(

Re: [Dovecot] Temporary Failure that's Permanent!

2011-10-26 Thread Dan Swartzendruber
Ubuntu has a nice dovecot-postfix combo package.

Re: [Dovecot] how to tell dovecot v2.0.1 not to listen on port 143

2011-10-28 Thread Dan Swartzendruber
Lars Täuber wrote: Hi there. How can I configure dovecot not to listen for imaps connections on port 143. Thanks Lars You should be able to configure the dovecot.conf file to remove imaps as one of the protocols. e.g. like this line: protocols = imap imaps

Re: [Dovecot] how to tell dovecot v2.0.1 not to listen on port 143

2011-10-28 Thread Dan Swartzendruber
that was lame. i tried posting a snippet of the sample dovecot.conf file to show the part that the OP would want to change, and the mailer bounced it with: : permission denied. Command output: Don't post your whole dovecot.conf. Use dovecot -n instead. Fooey...

Re: [Dovecot] Indexes to MLC-SSD

2011-11-01 Thread Dan Swartzendruber
I can't imagine running any kind of performance critical app on linux using fuse! There is a native ZFS port going on, but I don't know how stable it is yet. -Original Message- From: dovecot-boun...@dovecot.org [mailto:dovecot-boun...@dovecot.org] On Behalf Of Patrick Westenberg Sent:

Re: [Dovecot] Indexes to MLC-SSD

2011-11-03 Thread Dan Swartzendruber
Patrick Westenberg wrote: Ed W schrieb: I'm using NexentaStor (Solaris, ZFS) to export iSCSI-LUNs and I was thinking about a SSD based LUN for the indexes. As I'm using multiple servers this LUN will use OCFS2. Given that the SAN always has the network latency behind it, might you be better t

[Dovecot] "Dumb" proxying?

2008-04-01 Thread Dan Bongert
7;t really want to add "database management" to my list of jobs I have to do, especially for ~1000 users, and when I don't handle user creation/deletion. -- Dan Bongert [EMAIL PROTECTED] smime.p7s Description: S/MIME Cryptographic Signature

[Dovecot] dovecot's deliver and SELinux

2008-05-29 Thread Dan Horák
s two questions - will it really work and when yes, is it acceptable for the author? Thanks, Dan -- Fedora and Red Hat package maintainer

Re: [Dovecot] dovecot's deliver and SELinux

2008-05-29 Thread Dan Horák
Diego Liziero píše v Čt 29. 05. 2008 v 19:49 +0200: > On Thu, 2008-05-29 at 16:48 +0200, Dan Horák wrote: > > Hello, > > > > I am the new maintainer of dovecot for Fedora and Red Hat and so I am > > trying to cleanup some old reported bugs. > > [..] > >

[Dovecot] overview of patches used in Fedora

2008-05-30 Thread Dan Horák
or Fedora is at http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/ Dan [1] http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/dovecot-1.0.beta2-mkcert-permissions.patch?rev=1.1&view=auto [2] http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/dovecot-1.0.rc2-pam-se

Re: [Dovecot] overview of patches used in Fedora

2008-06-03 Thread Dan Horák
Timo Sirainen píše v Po 02. 06. 2008 v 21:50 +0300: > On Fri, 2008-05-30 at 15:49 +0200, Dan Horák wrote: > > Hi, > > > > I have gone through the patches that are used in the Fedora package and > > probably only the "mkcert-permissions" [1] can be consider

Re: [Dovecot] v1.1.rc10 released

2008-06-13 Thread Dan Horák
Just for info - release 1.1.rc10 builds successfully on Fedora Rawhide on all 4 architectures. http://koji.fedoraproject.org/koji/taskinfo?taskID=660479 Dan -- Fedora and Red Hat package maintainer

[Dovecot] Need help configuering Dovecot to support folders that contain sub-folders and messages

2008-06-13 Thread Dan Roberts
ary of email at the top of the list. Appreciate the help and insights - Cheers Dan

Re: [Dovecot] Need help configuering Dovecot to support folders that contain sub-folders and messages

2008-06-13 Thread Dan Horák
Charles Marcus píše v Pá 13. 06. 2008 v 11:50 -0400: > On 6/13/2008, Dan Roberts ([EMAIL PROTECTED]) wrote: > > ./dovecote --version returns "1.0.rc15" > > Upgrade... then we'll talk... > > rc15 is just too old and buggy... > When CentOS 5.2 is released

Re: [Dovecot] Need help configuering Dovecot to support folders that contain sub-folders and messages

2008-06-13 Thread Dan Roberts
would seem that a solution exists, but I don't have that configuration in play - at least I hope so. Cheers - Dan On Jun 13, 2008, at 11:16 AM, Charles Marcus wrote: On 6/13/2008, Dan Horák ([EMAIL PROTECTED]) wrote: When CentOS 5.2 is released (I hope it is only very few weeks away)

Re: [Dovecot] Need help configuering Dovecot to support folders that contain sub-folders and messages

2008-06-13 Thread Dan Horák
Charles Marcus píše v Pá 13. 06. 2008 v 13:16 -0400: > On 6/13/2008, Dan Horák ([EMAIL PROTECTED]) wrote: > > When CentOS 5.2 is released (I hope it is only very few weeks away), you > > will get 1.0.7, the same as is in RHEL 5.2. > > I would *never* use any OS/distro that

[Dovecot] don't follow symlinks when creating mailbox list

2008-06-18 Thread Dan Horák
gards, Dan -- Fedora and Red Hat package maintainer

Re: [Dovecot] don't follow symlinks when creating mailbox list

2008-06-18 Thread Dan Horák
Timo Sirainen píše v St 18. 06. 2008 v 12:38 +0300: > On Wed, 2008-06-18 at 09:35 +0200, Dan Horák wrote: > > this issue was discussed here twice in the not so far history > > (http://www.dovecot.org/list/dovecot/2008-January/028317.html, > > http://www.dovecot.org/list/

Re: [Dovecot] dovecot: unrecognized service

2008-06-26 Thread Dan Horák
cot: unrecognized service You need to add a SysV init script into /etc/rc.d/init.d directory. But I would recommend you to use prepared package from http://www.atrpms.net/dist/el4/dovecot-1.0.x/ Dan -- Fedora and Red Hat package maintainer

Re: [Dovecot] 1.1.1-1 gotcha with Fedora Rawhide package

2008-06-26 Thread Dan Horák
sistent with this setting in the 1.0.x series in F-9 and earlier. It used the "[::] listens in on all IPv6 intefaces, but may also listen on all IPV4 interfaces depending on the OS" clause. So now I need to check what has changed, whether the listen code in dovecot 1.1 (vs, the 1.0.x) or

Re: [Dovecot] 1.1.1-1 gotcha with Fedora Rawhide package

2008-06-27 Thread Dan Horák
Timo Sirainen píše v Pá 27. 06. 2008 v 09:43 +0300: > On Fri, 2008-06-27 at 07:35 +0200, Dan Horák wrote: > > Kenneth Porter píše v Čt 26. 06. 2008 v 16:24 -0700: > > > I just installed the Rawhide package on my CentOS 5 system. The one item > > > that bit me is that

Re: [Dovecot] 1.1.1-1 gotcha with Fedora Rawhide package

2008-06-27 Thread Dan Horák
Timo Sirainen píše v Pá 27. 06. 2008 v 10:15 +0300: > On Fri, 2008-06-27 at 09:11 +0200, Dan Horák wrote: > > > v1.1 changed, because using the same socket for IPv4 and IPv6 caused the > > > > The change is <http://hg.dovecot.org/dovecot-1.1/rev/da971cec0395> >

[Dovecot] A couple of dovecot issues I've noted recently...

2008-07-09 Thread Dan Price
Timo et al., I haven't been reading the list in a while, but wanted to report back that we've transitioned to dovecot 1.0.15 and things look to be working very nicely. The platform is Solaris "Nevada" running on x86. I have been saving up a couple of issues to bring to your attention. On our s

Re: [Dovecot] A couple of dovecot issues I've noted recently...

2008-07-21 Thread Dan Price
On Sun 20 Jul 2008 at 06:05PM, Timo Sirainen wrote: > On Wed, 2008-07-09 at 17:09 -0700, Dan Price wrote: > > You don't have a separate mail directory, so users sometimes list their > entire home directory which can contain a huge directory tree, causing > out of memory? I

[Dovecot] dovecot.conf permissions

2008-07-24 Thread Dan Horák
password into a separate config file so the permissions can be properly restricted there. What are your opinions? With regards, Dan [1] https://bugzilla.redhat.com/show_bug.cgi?id=436287 -- Fedora and Red Hat package maintainer

Re: [Dovecot] Server power loss and "Dovecot is already running with PID xxx"

2008-08-04 Thread Dan Horák
hat it started up without > problems. Unless you have other ideas what to look for, I guess this > will remain a mystery.. > There is a not-so-prefect init script installed for dovecot in RHEL, try using the one from Fedora (http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/dovecot.init?rev=1.6&view=auto). A new init script will be added in RHEL 5.3. Dan -- Fedora and Red Hat package maintainer

[Dovecot] checkpassword migration script in Python

2008-09-02 Thread Dan Udey
ing or have a suggestion, feel free to let me know by e-mail at the address listed in the file's license notification. Alternately, find me on Freenode, occasionally in #dovecot or always in #macosx, as Darien, or some variant thereof. PS: The code is licensed under a boilerplate MIT license lifted from the OSI license page. If you want it under a different license, let me know. ;) Thanks, Dan

[Dovecot] Converting from MBOX to Maildir broke procmail and Spamassasin and halted incoming mail

2008-09-17 Thread Dan Roberts
-- [EMAIL PROTECTED] ~]$ cat .procmailrc MAILDIR=$HOME/mail PROBABLYJUNK = /home/dan/mail/probably-spam :O H * ^X-Spam-Status:.*Yes { EXITCODE=67 :0: probably-spam } --- I admit that I set up Spamassasin some years ago and though I have updated things now and then, I don't

Re: [Dovecot] Converting from MBOX to Maildir broke procmail and Spamassasin and halted incoming mail

2008-09-17 Thread Dan Roberts
ecall. But Dovecot, Procmail and Spamassasin all came up fresh with the install of CentOS. On Sep 17, 2008, at 1:41 PM, Scott Silva wrote: on 9-17-2008 11:39 AM Dan Roberts spake the following: I could use some help here - As I use Dovecot I started here when trying to figure out why I coul

[Dovecot] Username and Email

2013-04-03 Thread Dan Clovis
Ave Maria! I'm completely new to Dovecot, I was just wondering if the username (POP3) can be completely different to the POP3 email? God Bless Dan

[Dovecot] antispam plugin and seen status?

2010-02-23 Thread Dan Swartzendruber
I am using the antispam plugin and am very happy with it. I also have a default sieve rule that I found online somewhere that says if you see a message that is flagged as spam and not reclassified as innocent, to mark it as seen and move it to the INBOX.SPAM folder. That too works just fine

[Dovecot] dspam plugin and updating of headers?

2010-02-23 Thread Dan Swartzendruber
Forgive me if this is a stupid question. I know that when I drag a message to the SPAM folder, it is being trained properly, since the stats indicate so. Dragging back to the inbox retrains it as ham. I happened to notice that despite the fact that dspam says this in the debug log: "appe

Re: [Dovecot] Regarding: **OFF LIST** subject declaration

2010-02-24 Thread Dan Swartzendruber
Speaking of "off-list", would you two kindly take this interchange... off list?

Re: [Dovecot] antispam plugin and seen status?

2010-02-24 Thread Dan Swartzendruber
Dan Swartzendruber wrote: I am using the antispam plugin and am very happy with it. I also have a default sieve rule that I found online somewhere that says if you see a message that is flagged as spam and not reclassified as innocent, to mark it as seen and move it to the INBOX.SPAM folder

Re: [Dovecot] antispam plugin and seen status?

2010-02-24 Thread Dan Swartzendruber
Okay, thanks. I'll live with it the way it is.

[Dovecot] Proxying Performance vs imapproxy

2009-09-26 Thread Dan Poltawski
for splitting mailstores? thanks for your work, Dan Poltawski signature.asc Description: Digital signature

[Dovecot] very frequent disconnections

2009-10-07 Thread Dan Christensen
;t have informative error messages either. To them it just appears that the connection was closed. Any idea what could be causing this? Or how to debug it? Thanks, Dan -- Dan Christensen j...@uwo.ca

Re: [Dovecot] very frequent disconnections

2009-10-08 Thread Dan Christensen
Dan Christensen writes: > I've installed dovecot 1:1.1.11-0ubuntu4.1 on my jaunty system. > Access from the same host works well, but when I access remotely > (from various MUAs and networks) I get *very* frequent disconnects. > Authentication is fine, and I can usually open a m

Re: [Dovecot] very frequent disconnections

2009-10-09 Thread Dan Christensen
Timo Sirainen writes: > On Wed, 2009-10-07 at 20:55 -0400, Dan Christensen wrote: >> Oct 7 20:19:40 jdc dovecot: IMAP(jdc): Connection closed bytes=303/1423 >> Oct 7 20:44:00 jdc dovecot: IMAP(jdc): Disconnected in APPEND >> bytes=1081/1965 > > The connection jus

[Dovecot] antispam plugin

2010-01-14 Thread Dan Swartzendruber
First off, I have to say I really like the antispam plugin. I am running a (relatively) new freebsd 8.0 server with postfix/dovecot/dspam/squirrelmail and it works great. Create a SPAM folder and tell the dovecot antispam plugin to use INBOX.SPAM as the spam folder and drag messages from INBO

[Dovecot] Dovecot / Postfix

2013-04-12 Thread Dan Clovis
=deliver Apr 12 13:30:15 Server1 dovecot: auth(default): master out: USER#0111#011...@companycouk.com#011uid=5000#011gid=5000#011home=/home/vmail/companycouk.com/dan Apr 12 13:30:15 Server1 postfix/pipe[21417]: F365B14EE1AE: to=, orig_to=, relay=dovecot, delay=0.29, delays=0.28/0/0/0.01, dsn=2.0.0

Re: [Dovecot] Dovecot / Postfix

2013-04-12 Thread Dan Clovis
se = /home/vmail virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf virtual_transport = dovecot virtual_uid_maps = static:5000 On 12/04/2013 14:22, Jerry wrote: On Fri, 12 Apr 2013 14:03:16 +0100

[Dovecot] SSL with startssl.com certificates

2013-09-13 Thread Dan Langille
I'm using Dovecot 2.2.5. I'm setting up and new IMAPS server for personal use (i.e. only me). I have success with self-signed certificates but not with others (e.g. StartSSL.com) With StartSSL certs: I've been able to connect and test commands via: openssl s_client -connect imaps.unixathom

Re: [Dovecot] SSL with startssl.com certificates

2013-09-13 Thread Dan Langille
On 2013-09-13 09:18, Oscar del Rio wrote: On 09/13/13 07:59 AM, Dan Langille wrote: I'm using Dovecot 2.2.5. I'm setting up and new IMAPS server for personal use (i.e. only me). I have success with self-signed certificates but not with others (e.g. StartSSL.com) /usr/loc

Re: [Dovecot] SSL with startssl.com certificates

2013-09-13 Thread Dan Langille
On 2013-09-13 10:18, Dan Langille wrote: On 2013-09-13 09:18, Oscar del Rio wrote: On 09/13/13 07:59 AM, Dan Langille wrote: I'm using Dovecot 2.2.5. I'm setting up and new IMAPS server for personal use (i.e. only me). I have success with self-signed certificates but not with o

Re: [Dovecot] SSL with startssl.com certificates

2013-09-14 Thread Dan Langille
On Sep 13, 2013, at 9:55 PM, Noel Butler wrote: > On Fri, 2013-09-13 at 10:18 -0400, Dan Langille wrote: > > >> Perhaps I am doing the chain incorrectly. I just tried again. The >> server is now set up with the following: >> >> I have three cer

Re: [Dovecot] SSL with startssl.com certificates

2013-09-14 Thread Dan Langille
rbird-mail-account-add-security-exception.jpg No, it never gets to that point. Mail.app crashes right after I start it. I am able to access this IMAP server with Thunderbird. > > Dan > > > On Sat, Sep 14, 2013 at 7:21 PM, Dan Langille wrote: > >> >> On Sep 13,

Re: [Dovecot] SSL with startssl.com certificates

2013-09-16 Thread Dan Langille
On Sep 14, 2013, at 10:36 PM, Noel Butler wrote: > On Sat, 2013-09-14 at 15:21 -0400, Dan Langille wrote: > > >>> >> >> Hmmm, I tried ssl = yes. Mail.app still crashes when trying to connect. >> > > > Well, its likely an Apple fault, afte

Re: [Dovecot] SSL with startssl.com certificates

2013-09-16 Thread Dan Langille
On Sep 16, 2013, at 10:21 AM, Reindl Harald wrote: > > > Am 16.09.2013 16:10, schrieb Dan Langille: >>> Have you/they tried simply using TLS on 143? (preferred as POP3s/IMAPs >>> has really be deprecated everywhere for some time now) >> >> For this tes

  1   2   >