Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-25 Thread Sean Kamath via dovecot
> On Sep 24, 2024, at 23:49, Ralph Seichter via dovecot > wrote: > Config profiles ("mobileconfig") are certainly more useful for > organisations supporting numerous users, who either don't want to > indulge in manual configuration, or who are not even permitted to > change MUA-related setting.

Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Sean Kamath via dovecot
> On Sep 24, 2024, at 17:38, Ralph Seichter via dovecot > wrote: > > * The Doctor via dovecot: > >> The other option is Apple Mail, but it is not picking up >> that fact to use IMAP on 993 and STMP on 465 or 587. > > Like many of Apple's applications and services, Apple Mail can be > config

Re: Maybe a bit offtopic, Sieve beaviour

2022-08-24 Thread Sean Kamath
I recommend reading the RFC: 2.10.2 is where the Implicit Keep is described. Basically, if you don’t take action on a message, there is an “implicit keep” that will save the mail in the default location. If an action *is* taken on a mess

Re: macOS ManageSieve client?

2022-02-19 Thread Sean Kamath
Welp, I use https://github.com/philpennock/sieve-connect But that means editing .sieve files and then pushing them to the server. Sean > On Feb 19, 2022, at 06:20, Gerben Wierda wrote: > > I have a dovecot & dovecot-sieve running under MacPorts o

Re: silly quesiton [ot]

2022-01-30 Thread Sean Kamath
> On Jan 30, 2022, at 10:55, Chris Bennett > wrote: > > On Tue, Jan 25, 2022 at 03:50:12AM -0900, justina colmena ~biz wrote: >> Maybe a future programming project idea: I want a system that will store all >> mail messages and user account info in, say, a postgresql transactional >> database,

Re: Sieve_before

2020-10-23 Thread Sean Kamath
> On Oct 23, 2020, at 04:20, @lbutlr wrote: >> Does you To or CC address end with a .? > > No, what I am trying to get is "user" and "example" in "u...@example.com > " The question was meant to elucidate that the ‘match’ string ended with a ‘.’. I understand what yo

Re: Sieve_before

2020-10-22 Thread Sean Kamath
> On Oct 22, 2020, at 15:58, @lbutlr wrote: > > On 22 Oct 2020, at 15:46, @lbutlr wrote: >> And it doesn't explain why "if address :matches ["To", "Cc"] ["*@*."] {" >> also failed to match despite also showing the email address. >> >>> “krem...@kreme.com” does not have a :detail part >>> (

Re: Sieve_before

2020-10-22 Thread Sean Kamath
> On Oct 22, 2020, at 12:19, @lbutlr wrote: > > On 22 Oct 2020, at 10:05, @lbutlr wrote: >> require ["variables", "copy"]; >> >> if address :matches ["To", "Cc"] ["*@*."] { >> redirect :copy "backup+295.${1}.${2}@*example.com*"; >> } > > I have tried this with similar results: > > require

Re: Sieve and recipient_delimiter

2019-11-16 Thread Sean Kamath via dovecot
From the Notes section of my sieve file, because I always forget this # MORE NOTES: # Using :localpart takes just the local part of an address # header selects a header, address selects an address # Looks like this is the spec: # :localpart = :user+:detail # address are :localpart @ :domain, or :u

Re: Migrating from Dovecot 1 to Dovecot 2

2017-11-05 Thread Sean Kamath
On Nov 3, 2017, at 4:23 PM, Dovecot list wrote: > > Hello. > I try to migrate about 200G of mails from one server to another. > On the old i have Dovecot1 with Maildirs (without master pass etc.), on the > new one i setup dovecot2 with mdbox. I need now to migrate (partialy, not > all at once) ma

Re: Share Website certificate with SSL/STL Dovecot IMAP and Postifix SMTP

2017-09-09 Thread Sean Kamath
In a word, yes. I use the same cert for Dovecot and Sendmail. I don’t bother with HTTP, but it would work just fine. Certs are basically certs — you can use the same one in multiple places. As for keeping it from things being seen as spam. . . I’m not sure how that would work. Sean > On Sep

Re: Dovecot POP3 STARTTLS works on Thunderbird but not on Gmail

2014-11-20 Thread Sean Kamath
http://googleonlinesecurity.blogspot.com/2014/09/gradually-sunsetting-sha-1.html ?? Sean On Nov 16, 2014, at 5:39 AM, Aleš Grm wrote: > Ok, I tried on port 995, and on Gmail I get "SSL error: unable to verify > the first certificate". Certificate is not self-signed (using StartCOM). > The log

Re: [Dovecot] Enable mail logger plugin

2014-02-19 Thread Sean Kamath
On Feb 19, 2014, at 1:24 PM, Alexandre Ellert wrote: > Hello, > > I'm trying to get more info about user activity (especially when they delete > some email). > So, I follow info from http://wiki2.dovecot.org/Plugins/MailLog to enabled > mail logger plugin, but I don't see anything in my logs.

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-20 Thread Sean Kamath
On Jun 19, 2013, at 1:00 AM, Steffen Kaiser wrote: > On Fri, 14 Jun 2013, Frerich Raabe wrote: >> I then usually just run the sieve-test binary (part of the Pigeonhole >> distribution) and send them the output. However, I was wondering - is there >> maybe a way for them to try it themselves? L

Re: [Dovecot] dsync timeout?

2013-02-02 Thread Sean Kamath
On Feb 1, 2013, at 8:09 AM, micah anderson wrote: > Sean Kamath writes: > >> On Jan 30, 2013, at 3:46 PM, micah anderson wrote: >>> Seems that only the above process was still around and no other dsync >>> processes. I have three machines that all have this

Re: [Dovecot] dsync timeout?

2013-01-30 Thread Sean Kamath
On Jan 30, 2013, at 3:46 PM, micah anderson wrote: > Seems that only the above process was still around and no other dsync > processes. I have three machines that all have this happening it seems. > > I wonder if there is a ssh configuration option I could set to make > these die off. If the ss

Re: [Dovecot] dovecot testinstallation does not tell how to quit

2012-12-27 Thread Sean Kamath
On Dec 27, 2012, at 11:38 AM, Robert Moskowitz wrote: > > On 12/27/2012 01:33 PM, Reindl Harald wrote: >> >> Am 27.12.2012 19:28, schrieb Robert Moskowitz: >>> I am having problems logging in with RoundCube, so thought I should see if >>> there were instructions for testing >>> Dovecot login,

Re: [Dovecot] IPv6 & SSL

2012-10-05 Thread Sean Kamath
On Oct 5, 2012, at 10:20 PM, Luigi Rosa wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nick Rosier said the following on 05/10/12 22:47: > >>> How do you enable this in Thunderbird? If by "enabling IPv6" you mean you >>> put in the IPv6 address in stead of the hostname, that's pr

Re: [Dovecot] Search extensions

2012-08-18 Thread Sean Kamath
On Aug 18, 2012, at 7:57 PM, Timo Sirainen wrote: > I'm thinking about adding at least one new SEARCH command extension to > Dovecot: ability to search from any headers in the mail, including MIME > headers in the body. So the idea is that you could somewhat quickly ask e.g. > "show me all mai

Re: [Dovecot] Issues with Plus addressing and detail part of subaddress.

2012-07-18 Thread Sean Kamath
On Jul 18, 2012, at 12:51 AM, Sean Kamath wrote: > Since dovecot-lda is passed the -d option, it's using that (and only that) > for delivery. Since there's no X-Original-To: header, it doesn't really have > any option (since the non-envelope-to address might not exist,

Re: [Dovecot] Issues with Plus addressing and detail part of subaddress.

2012-07-18 Thread Sean Kamath
On Jul 17, 2012, at 3:18 AM, Charles Marcus wrote: >> I really thought it would be a simple "here's what you missed", since >> the logs are relatively uninformative... > > The point is, what may appear to be uninformative to you may tell Timo (or > someone else who knows what to look for) all the

Re: [Dovecot] Issues with Plus addressing and detail part of subaddress.

2012-07-17 Thread Sean Kamath
On Jul 16, 2012, at 3:44 AM, Charles Marcus wrote: >>> dovecot -n output maybe > >> Certainly (wasn't on the list of "things to put in a post" on the web >> site, so I missed it): > > Which website? http://www.dovecot.org/mailinglists.html And I missed it, it says "use dovecot -n when showing

Re: [Dovecot] Issues with Plus addressing and detail part of subaddress.

2012-07-15 Thread Sean Kamath
On Jul 15, 2012, at 1:27 PM, Tom Hendrikx wrote: > On 15-07-12 13:34, Charles Marcus wrote: >> On 2012-07-15 4:50 AM, Sean Kamath wrote: >>> Before I dive in and upgrade everything, am I missing something simple? >> >> dovecot -n output maybe? > > Addi

Re: [Dovecot] Issues with Plus addressing and detail part of subaddress.

2012-07-15 Thread Sean Kamath
On Jul 15, 2012, at 4:34 AM, Charles Marcus wrote: > On 2012-07-15 4:50 AM, Sean Kamath wrote: >> Before I dive in and upgrade everything, am I missing something simple? > > dovecot -n output maybe? Certainly (wasn't on the list of "things to put in a post" on

[Dovecot] Issues with Plus addressing and detail part of subaddress.

2012-07-15 Thread Sean Kamath
Hi all, So, it's been a while. I'm just ramping back up with Dovecot after a hiatus of a few years. I've been using it fine, complete with Sieve, for about a year, with little or no issues. I finally got around to setting up a second account, to start figuring out how I want to do some plus

Re: [Dovecot] Webmail app ... again.

2008-08-13 Thread Sean Kamath
On Aug 13, 2008, at 10:32 PM, Timo Sirainen wrote: On Aug 14, 2008, at 1:26 AM, Sean Kamath wrote: But the big killer is scaleability and handling multiple servers, which is why some sort of front end like IMAPProxy are attractive. I've heard that imapproxy isn't all that u

Re: [Dovecot] Webmail app ... again.

2008-08-13 Thread Sean Kamath
On Aug 13, 2008, at 4:03 PM, Roderick A. Anderson wrote: Daniel L. Miller wrote: Geert Hendrickx wrote: On Wed, Aug 13, 2008 at 04:37:11PM -0400, Timo Sirainen wrote: One thing that would be nice, that pretty much no webmail does, is to keep a stateful connection open all the time (or at l

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

2008-07-01 Thread Sean Kamath
On Jul 1, 2008, at 12:51 AM, Timo Sirainen wrote: Is this already a known problem? Should the start-up logic be made more robust (e.g. check whether a process corresponding to the PID actually exists)? It already checks if the PID exists, but it doesn't check what that process is (and I don't

Re: [Dovecot] backup strategy

2008-02-07 Thread Sean Kamath
On Feb 6, 2008, at 5:40 AM, Rick Romero wrote: IMHO, if you're going to use tapes, just buy ArcServe. I've used it for years on Netware, and was unable to get it to work with Debian (so I'd suggest rsync/mysqldump to a supported box). ... Backup just isn't something I feel I should ever have t

Re: [Dovecot] Throttle New Connections?

2007-11-20 Thread Sean Kamath
On Nov 20, 2007, at 2:10 PM, Eli Sand wrote: I host my own email and I have about 5 accounts (I've had more in the past) I check. The instant I set a throttle on connections per second I had tons of errors come up when I would check my mail since I couldn't successfully log in for all acc

Re: [Dovecot] Throttle New Connections?

2007-11-19 Thread Sean Kamath
On Nov 19, 2007, at 9:24 AM, Joe Allesi -X (joallesi - Coyote Creek Consulting at Cisco) wrote: All, Is anyone using iptables (recent module), or any other alternatives, to throttle the number of new imap or pop connections per minute? We have some applications that like to login every s

Re: [Dovecot] Processing too fast?

2007-05-16 Thread Sean Kamath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 15, 2007, at 2:16 AM, Johannes Berg wrote: On Mon, 2007-05-14 at 14:56 -0700, Daniel L. Miller wrote: Is Dovecot grabbing the file from "new" and moving it to "cur" faster than ASSP can write? Possible, if it uses inotify there. How c

Re: [Dovecot] Time just moved backwards

2007-04-08 Thread Sean Kamath
On Apr 8, 2007, at 2:20 PM, Bill Cole wrote: You should *NEVER* have the clock jump back in time (except during DST changes -- yuk). DST changes (at least on sane systems) do not change the system clock time. Time zones are a cosmetic feature, i.e. how humans are shown a description of ti

Re: [Dovecot] IP Tables block for POP3 attacks with Dovecot

2007-04-08 Thread Sean Kamath
On Apr 8, 2007, at 9:20 AM, Pete Dubler wrote: Has anyone implemented a script to block IPs which are attacking on POP3 ports using dovecot logs to indicate repetitive failed login attempts? sshblack does this nicely for ssh (port 22) attacks by monitoring the /var/log/secure file. I am

Re: [Dovecot] Time just moved backwards

2007-04-08 Thread Sean Kamath
On Apr 8, 2007, at 11:00 AM, Bill Cole wrote: At 7:25 PM +0200 4/8/07, Chaos Engine wrote: Hi there, I got a daily cron (rdate to local time server) job wich adjusts time and which constantly gives me headache. Which is one reason (out of many) NTP was invented. :-) Every day my dovecot

Re: [Dovecot] Throttling Logins

2007-03-21 Thread Sean Kamath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 21, 2007, at 11:22 AM, Timo Sirainen wrote: http://dovecot.org/tools/imaptest.c is a nice tool to try stress testing logins. Use it something like: imaptest user=dummy password=something clients=100 - select=0 The issue is not to be able

[Dovecot] Throttling Logins

2007-03-19 Thread Sean Kamath
Hi. Earlier today I was hit with 612 login attempts in 7 minutes. They ramped up slowly, too. :-) They quickly hit the file descriptor limit. And then a login server spawned and died so quickly that dovecot just died. My question is, is there a way to throttle the number of login conn