Re: Looking for Some Help with Dovecot Configuration for IMAP Access

2024-07-26 Thread Adam Miller via dovecot
There are tons of tutorials available across the interwebs. Are you trying to set it up with a MySQL authentication backend or local accounts? Can you run “dovecot -n” to show us the full configuration for further assistance? Thank you -- Original Message -- From "Selena Thomas via d

Re[2]: [EXT] Re[8]: Sieve Filters with MySQL

2024-07-26 Thread Adam Miller via dovecot
t;Aki Tuomi via dovecot" ; "Adam Miller" Date 7/26/2024 12:54:28 AM Subject Re: [EXT] Re[8]: Sieve Filters with MySQL Sure. If you want. But this prevents your users from having multiple Sieve scripts, like one for vacation, and one for not-vacation. But sure. you can have sieveFi

Re[8]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
database tables, schemas and well organized data. I am a bit old school and a bit OCD. Thanks again, I appreciate it! -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 10:06:38 PM Subject

Re[6]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
Is it possible to include extra fields? For example, the “isActive” and make sure it is true / 1? Thank you. -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 4:44:30 AM Subject Re: Re[4]:

Re[7]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
ault”. It would be great if the documentation explained this. Thank you for your help, I appreciate it. -- Original Message -- From "Adam Miller via dovecot" To "Aki Tuomi" ; "Adam Miller via dovecot" Date 7/23/2024 1:52:56 PM Subject Re[6]: Sieve

Re[6]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
old and do not use pieces that I have put together. I am seriously thinking about writing my own but need to get some other items in place first. Any additional help is appreciated. Thank you. -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ;

Re[4]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
"Aki Tuomi" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 4:07:22 AM Subject Re: Re[2]: Sieve Filters with MySQL Jul 23 10:34:40 lmtp(redacted)<228576>: Debug: sieve: dict storage: script `default': Script `default' not found at path pr

Re[2]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
g to default delivery. Is there something specific I should be looking for? Thank you! -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 3:35:17 AM Subject Re: Sieve Filters with MySQL Did you

Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
Me again! I am trying to get sieve filters working with a MySQL backend but same to be coming up short. Right now, the error I am getting received is: -- "User has no active script i

Re[2]: Invalid/Unmapped Key with Last Login Plugin

2024-07-17 Thread Adam Miller via dovecot
ime NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`id`), UNIQUE KEY `UUID` (`uuid`) ) ENGINE=InnoDB AUTO_INCREMENT=2047 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; Thank you, Adam -- Original Message -- From "John Fawcett via dovecot" To dovecot@dovecot.org Dat

Re[2]: Missing IMAP METADATA Plugin

2024-07-17 Thread Adam Miller via dovecot
" To dovecot@dovecot.org Cc "Adam Miller" Date 7/17/2024 10:47:21 AM Subject Re: Missing IMAP METADATA Plugin Adam, There is no imap_metadata plugin. That feature is in the Dovecot core, and can be enabled with a setting, as outlined in the documentation here: https://doc.dovec

Re[2]: Invalid/Unmapped Key with Last Login Plugin

2024-07-17 Thread Adam Miller via dovecot
our config. Remove it from the protocols= line. And optionally remove the service {...} block for it. However just taking it out of protocols should be good enough. Hi Adam My recommendation, before disabling lmtp, would be to investigate and maybe revise this point "I do not necessarily need

Missing IMAP METADATA Plugin

2024-07-17 Thread Adam Miller via dovecot
OS: Ubuntu 22.04.1 Dovecot: 2.3.16 (7e2e900c1a) When trying to enable the “imap_metadata” plugin, I get the following error: Plugin 'imap_metadata' not found from directory /usr/lib/dovecot/modules I have searched high and low via Google, StackOverflow and even ChatGPT (haha) but I cannot se

Invalid/Unmapped Key with Last Login Plugin

2024-07-17 Thread Adam Miller via dovecot
OS: Ubuntu 22.04.1 Dovecot: 2.3.16 (7e2e900c1a) Hello all! I have the last login plugin working with the IMAP service however with LMTP, it errors. I do not necessarily need / want the LMTP service and did not explicitly enable it but it is throwing an error in my logs. Jul 17 10:22:14 lmtp(

Missing IMAP METADATA Plugin

2024-07-15 Thread Adam Miller via dovecot
OS: Ubuntu 22.04.1 Dovecot: 2.3.16 (7e2e900c1a) When trying to enable the “imap_metadata” plugin, I get the following error: Plugin 'imap_metadata' not found from directory /usr/lib/dovecot/modules I have searched high and low via Google, StackOverflow and even ChatGPT (haha) but I cannot se

Accessing IMAP from Python with Encrypted Password

2024-06-08 Thread adam--- via dovecot
Hello again Dovecoters! I have a need to access an IMAP mailbox via a Python script to parse and stored DMARC reports in a SQL database. Right now, I have it working however I am storing the password in plaintext in my database which obviously is not secure. How would you approach this scenario? Wo

Dovecot Stats Plugin

2024-06-07 Thread Adam Miller via dovecot
Hello again everyone! I am trying to get the “doveadm stats dump” command to work and even though it does not error, there are no stats. When I try to enable the stats, I get the following error: “Error: Plugin 'stats' not found from directory /usr/lib/dovecot/modules” which is correct, the “sta

Re: Unable to get quotas working

2024-06-01 Thread Adam Miller via dovecot
, determining the best approach to scalability and high availability. Thank you! On 6/1/24, 03:18, "Noel Butler via dovecot" mailto:dovecot@dovecot.org>> wrote: On 30/05/2024 20:06, Adam Miller via dovecot wrote: > however now I am having an issue trying to get the quota warnin

Re: Unable to get quotas working

2024-05-30 Thread Adam Miller via dovecot
what the issue was, I am not entirely positive. I started over with the quota configs and slowly added introduced new configs and it started working. Thank you! On 5/29/24, 21:55, "Aki Tuomi via dovecot" mailto:dovecot@dovecot.org>> wrote: > On 30/05/2024 02:21 EEST

Unable to get quotas working

2024-05-29 Thread Adam Miller via dovecot
Ubuntu Version: Linux 6.2.0-1017-aws x86_64 Ubuntu 22.04.4 LTS nfs4 Postfix: Version: 3.6.4 Dovecot Version: 2.3.16 (7e2e900c1a) Pigeonhole Version: 0.5.16 (09c29328) Rspamd Version: 3.8.4 Protocols: IMAP, LMTP, SMTP Setup: I have an email server running with virtual domains and virtual m

Exclude folders from fts xapian on a per-user basis

2023-07-21 Thread Adam Kessel
Is there any way for a user to specify folders they want excluded from fts xapian indexing? Or can this only be done globally in /etc? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

mail-crypt when using passwd-file driver

2020-12-17 Thread Adam Gould
required to generate keys 3. Any help in understanding the limitations such as password changes or caveats around generating keys securely I am happy to take my notes and update the wiki to help others. Thanks, Adam # 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.8 (b7b03ba2

Re: Version controlled (git) Maildir generated by Dovecot

2020-10-07 Thread Adam
Or on a testing system I can just stop Dovecot, remove everything that doesn't start with a number and restart Dovecot and connect Thunderbird and see the results. Thank you. > -- Původní e-mail -- > Od: Gerald Galster > Komu: dovecot@dovecot.org > Datum: 7. 10. 2020 14:36:43 >

Re: Version controlled (git) Maildir generated by Dovecot

2020-10-07 Thread Adam
Thank you Vitalii. Could you please tell me / do you know if those dovecot* files have to be also backed / archived? Kind regards, Adam > -- Původní e-mail -- > Od: Vitalii > Komu: Adam > Datum: 7. 10. 2020 12:04:11 > Předmět: Re: Version controlled (git) Ma

Re: Version controlled (git) Maildir generated by Dovecot

2020-10-07 Thread Adam
bellow 10M, just add/commit it. Is it proper way of using git? No. Does it work? Yes ;-). I think that the difference between us is that I'm used to use git for everything and you aren't which means neither you or I are correct ;-). Kind regards, Adam -- Původní e-mail

Re: Version controlled (git) Maildir generated by Dovecot

2020-10-07 Thread Adam
Hi David, Please find answers bellow. Kind regards, Adam -- Původní e-mail -- Od: David Myers Komu: Adam , Dovecot Mailing List Datum: 7. 10. 2020 8:44:28 Předmět: Re: Version controlled (git) Maildir generated by Dovecot Hello Adam, and the dovecot list > Just a question

Version controlled (git) Maildir generated by Dovecot

2020-10-06 Thread Adam
.2020.family/dovecot.index.cache Maildir/.INBOX.years.2020.family/dovecot.index.log Maildir/.INBOX.years.2020.family/dovecot.index.log.2 Maildir/.INBOX.years.2020.family/maildirfolder Maildir/dovecot-uidlist Maildir/dovecot-uidvalidity Maildir/dovecot-uidvalidity.5f7c4f24 Maildir/dovecot.index.log Maildir/dovecot.list.index Maildir/dovecot.list.index.log Maildir/dovecot.list.index.log.2 Maildir/dovecot.mailbox.log Maildir/subscriptions nothing added to commit but untracked files present (use "git add" to track) --- Thank you. Adam

Dovecot Failed to initialize SSL server context

2020-04-16 Thread Adam Raszkiewicz
reated a brand new key pair, csr and the cert but still it complains to start. Any thoughts on that? Thanks, Adam

How to specify pattern for share folder using ACL vfile

2020-04-15 Thread Adam Raszkiewicz
/user@domain/folder/` but I have no idea where it is defined. Thanks, Adam

Re: Disable Dovecot LDA

2020-04-02 Thread Adam Raszkiewicz
So there is no way to skip Postfix for incoming messages and go directly to LMTP/LDA but I need two instances of Postfix in that case? Regarding your second question - it is required to be complaint with Direct Trust. Thanks, Adam On 4/2/20, 3:07 PM, "dovecot on behalf of Juri Habe

Re: Disable Dovecot LDA

2020-04-02 Thread Adam Raszkiewicz
ions/1010325/postfix-via-relay-server-and-lmtp-configuration-for-incoming-delivery-to-local-m Thanks for any help! ~Adam On 4/1/20, 6:45 PM, "dovecot on behalf of Dauser Martin Johannes" wrote: On Dienstag, 31. März 2020 21:14:26 CEST Adam Raszkiewicz wrote: > But then it

Re: Disable Dovecot LDA

2020-03-31 Thread Adam Raszkiewicz
But then it loops again when get back to the postfix as an incoming message (doesn't know that a...@localdomain.com is located on that Dovecot) <https://img.newoldstamp.com/r/292975/p> Adam Raszkiewicz p: 845.896.0191 e: araszkiew...@medallies.com w: www.medallie

Disable Dovecot LDA

2020-03-31 Thread Adam Raszkiewicz
Hi, Is there any way to disable Dovecot LDA? I want to always send email via postfix and relay server even it will be a local delivery within the Dovecot server Thanks, Adam

Re: Not able to start dovecot

2020-03-19 Thread Adam Raszkiewicz
15:15:37 systemd[1]: Failed to start LSB: Dovecot init script. Mar 19 15:15:37 systemd[1]: Unit dovecot.service entered failed state. Mar 19 15:15:37 systemd[1]: dovecot.service failed. Any thoughts on that matter? Thanks, Adam

Not able to start dovecot

2020-03-18 Thread Adam Raszkiewicz
had no problem to run it. Any thoughts on that? Thanks, Adam

Matching regexps

2020-02-26 Thread Adam Shostack
der test 348: starting `:matches' match with `i;ascii-casemap' comparator: 348: extracting `From' headers from message 348: matching value `Tamara Denning ' 348: with key `.*<[a-z0-9-]*@[a-z0-9-.]*>' => 0 348: finishing match with result: not matched I would appreciate advice on why the match is failing, or what I can change to make it match. Thank you! Adam

Re: Problem with converting mdbox to MailDir

2019-10-03 Thread Adam Raszkiewicz via dovecot
Solution, in my case, was to add separator = / to the inbox namespace as well. For some reason it didn't defaulted to whatever the mailbox format's internal separator was. -- Adam From: dovecot on behalf of Adam Raszkiewicz via dovecot Reply-To: Adam Raszkiewicz Date:

Re: Problem with converting mdbox to MailDir

2019-10-02 Thread Adam Raszkiewicz via dovecot
separator = subscriptions = yes type = private } -- Adam Raszkiewicz Front End Web Developer MedAllies, Inc. 300 Westage Business Center Drive, Suite 320 Fishkill, NY 12524 Office: 845.896.0191 Fax: 845.896.9306 www.medallies.com<http://www.medallies.com> [Twitter-Bird]<https://twitter.com/

Problem with converting mdbox to MailDir

2019-10-02 Thread Adam Raszkiewicz via dovecot
/tmp/destination/mailboxes/u...@domian.com directory exists What I’m doing wrong in the process? -- Adam

James spooling messages problem

2019-08-16 Thread Adam Raszkiewicz via dovecot
For some reason my James setup is creating some kind of spooling queue of sending messages. It will queue 3 of them and then forth “sent” message will make 1st one to be sent outside. Any thoughts? Thanks -- Adam

Re: Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!

2019-07-12 Thread Adam D. Barratt via dovecot
On Wed, 2019-07-10 at 12:26 +0100, Arnold Opio Oree wrote: > Understood Adam, > > My thinking is that this is a package released with Debian 10. And so > has everything to do with the release. For clarity here - debian-release is neither a support forum nor a discussion list, no

Re: Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!

2019-07-10 Thread Adam D. Barratt via dovecot
On 2019-07-10 12:01, Arnold Opio Oree wrote: Please stop CCing this thread to the Debian Release Management mailing list. If there are issues with the Dovecot packages in Debian then they should be reported as bugs against the packages. Thanks. Adam (Debian Release Team member)

Re: Mail migration problem

2019-06-24 Thread Adam Raszkiewicz via dovecot
s a custom build I want to have something generic just to use for migration purposes. Thanks, Adam On 6/21/19, 4:45 PM, "dovecot on behalf of Germán Herrera via dovecot" wrote: Well, judging by the error message it appears like dovecot hasn't been compiled with supp

Mail migration problem

2019-06-21 Thread Adam Raszkiewicz via dovecot
some reason is not working for me as it should for example #1. Second issue is not recognizing maildir format – what about that? Docecot has some missing libraries? Thanks, Adam

Re: mdbox to Maildir

2019-06-20 Thread Adam Raszkiewicz via dovecot
dsync is reading modified dovecot.conf as is not creating maildir format mailbox converted from mdbox format provided as the source location. Thoughts? ~Adam On 19 Jun 2019, at 5.05, Adam Raszkiewicz mailto:araszkiew...@medallies.com>> wrote: I saw that before but there is only m

Re: Converting mdbox to mbox/MailDir

2019-06-20 Thread Adam Raszkiewicz via dovecot
OK, based on that it will convert all accounts set for current dovecot instance. So my another question will be if I can do that only for selected accounts? ~Adam On 6/19/19, 2:44 AM, "dovecot on behalf of Aki Tuomi via dovecot" wrote: On 19.6.2019 6.39, @lbutlr v

Re: mdbox to Maildir

2019-06-18 Thread Adam Raszkiewicz via dovecot
I saw that before but there is only maildir -> mdbox but not mdbox -> maildir Did I have missed anything there? From: dovecot on behalf of Sami Ketola via dovecot Reply-To: Sami Ketola Date: Tuesday, June 18, 2019 at 9:58 PM To: Dovecot Mailing List Cc: Ralph Seichter , Odhiambo Washington

Re: Converting mdbox to mbox/MailDir

2019-06-18 Thread Adam Raszkiewicz via dovecot
gt; > @lbutlr via dovecot skrev den 2019-06-18 23:06: >> On 18 Jun 2019, at 14:32, Adam Raszkiewicz via dovecot >> wrote: >>> Is there any way to convert Dovecot's mdbox/dbox to mbox, MailDir or eml format (or any other easy to import format)?

Converting mdbox to mbox/MailDir

2019-06-18 Thread Adam Raszkiewicz via dovecot
Is there any way to convert Dovecot's mdbox/dbox to mbox, MailDir or eml format (or any other easy to import format)? Thanks, Adam

having problems with Argon

2018-09-27 Thread Adam Gold
Hello everyone. I'm close to completing my first build of a mail server - Postfix, Dovecot, Postgres (I know, sounds like overkill), Rspamd with Redis and Unbound (please infer a mega lack of experience disclaimer). The model is standalone internet with remoted sasl-authenticated clients. T

Re: [Sieve] Matches on body content - looking for working example

2018-09-20 Thread Adam Raszkiewicz
I know your example will work but I'm looking for something similar like if envelope :matches "From" "*" { set "sender" "${0}"; } but with the body :content On 9/19/18, 6:22 PM, "Doug Hardie" wrote: > On 19 Septembe

[Sieve] Matches on body content - looking for working example

2018-09-19 Thread Adam Raszkiewicz
I have tried to do something like if body :content ["multipart"] :matches ["Original-Message-ID" “*”] { set "Original_Message_ID" "${0}"; } but instead getting Original Message ID I’m getting value from previous match which was if envelope :matches "From" "*" { set "sender" "${0}"; } Is there

[Sieve] How to retrieve part of message as a variable

2018-09-19 Thread Adam Raszkiewicz
-notification To: adam@test.local Date: Mon, 17 Sep 2018 16:21:45 -0400 (EDT) From: postmaster@server.local --=_Part_fba0c199dfcd4d60ae506b37a6320a84 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit BTW, this is the correct notification ... it should be "

Sieve and output variable for execute

2018-09-19 Thread Adam Raszkiewicz
I'm trying to get blow Sieve filter to work require ["fileinto", "imap4flags", "mailbox", "body", "envelope", "vnd.dovecot.pipe", "variables", "vnd.dovecot.execute"]; if envelope :matches "To" "*@*" { set "recipient" "${0}"; set "user" "${1}"; set "recip_domain" "${2}"; } if envelope :matc

Re: PDFs getting mangled

2018-01-20 Thread Adam Weinberger
On 20 Jan, 2018, at 10:05, Adam Weinberger wrote: On 19 Jan, 2018, at 4:39, Aki Tuomi wrote: On 19.01.2018 04:35, Adam Weinberger wrote: Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled. It seems to be happening when I use vnd.dovecot.filter. When I comment out the

Re: PDFs getting mangled

2018-01-20 Thread Adam Weinberger
On 19 Jan, 2018, at 4:39, Aki Tuomi wrote: On 19.01.2018 04:35, Adam Weinberger wrote: Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled. It seems to be happening when I use vnd.dovecot.filter. When I comment out the block, things come through fine. My filter block

Re: PDFs getting mangled

2018-01-19 Thread Adam Weinberger
On 19 Jan, 2018, at 4:39, Aki Tuomi wrote: On 19.01.2018 04:35, Adam Weinberger wrote: Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled. It seems to be happening when I use vnd.dovecot.filter. When I comment out the block, things come through fine. My filter block looks

PDFs getting mangled

2018-01-19 Thread Adam Weinberger
gofilter_filter looks like this: #!/bin/sh cat /dev/stdin | /usr/local/bin/bogofilter -p -e -c /path/to/bogofilter.cf Images seem to come through fine. I didn't have this problem before the upgrade. It could easily be a problem with bogofilter, but I figured that I'd

zlib plugin aborts without zlib_save

2017-12-26 Thread Adam Weinberger
killed with signal 6 (core not dumped - set service imap { drop_priv_before_exec=yes }) Removing the (unused) zlib plugin made the errors disappear, at least. # Adam -- Adam Weinberger ad...@adamw.org http://www.adamw.org

zlib plugin producing errors on 2.3.0

2017-12-24 Thread Adam Weinberger
hed || zstream->ostream.ostream.stream_errno != 0) Fatal: master: service(imap): child 80266 killed with signal 6 (core not dumped - set service imap { drop_priv_before_exec=yes }) They always come in pairs like that. Following is my doveconf. Let me know what else I can provide here. Thanks! # Adam # 2.3.

Re: Pigeonhole implicit keep gets unfiltered message

2017-12-23 Thread Adam Weinberger
>> (2017/12/23 @ 1051 EST): Stephan Bosch said, in 2.0K: << > Op 12/22/2017 om 3:43 AM schreef Adam Weinberger: > >> On 21 Dec, 2017, at 14:37, Stephan Bosch wrote: > >> > >> Op 12/19/2017 om 8:41 AM schreef Adam Weinberger: > >>> I'm

Re: Pigeonhole implicit keep gets unfiltered message

2017-12-21 Thread Adam Weinberger
On 21 Dec, 2017, at 14:37, Stephan Bosch wrote: Op 12/19/2017 om 8:41 AM schreef Adam Weinberger: I'm getting a behaviour with pigeonhole that I wasn't expecting. Am I misunderstanding the design? I run my messages through a vnd.dovecot.filter. It's essentially this: filter &q

Pigeonhole implicit keep gets unfiltered message

2017-12-18 Thread Adam Weinberger
in the spam folder is the filtered version, but the implicit-keep message is the original, unfiltered message. If I add an explicit `keep;` to the end, it stores the filtered version into my inbox. Based on the filter RFC, I was expecting the implicit keep to retain the filtered version. Am I

Re: Dovecot/Sieve shortcuts?

2017-05-24 Thread Adam Shostack
This took about 30 minutes of debugging so I figured I'd share. The list-id block was giving me false positives, so I changed a keep to a fileinto :create, as shown below. Adam # Mailman & other lists using list-id elsif exists "list-id" { if header :regex &q

Re: per user procmail filtering and dovecot-lda

2017-05-17 Thread Adam Shostack
ot an mbox) Also, procmail is way out of date, no longer maintained, and there are "semi" known vulnerabilities that haven't been fixed. See http://marc.info/?l=openbsd-ports&m=141634350915839&w=2 & the wikipedia page. Adam On Wed, May 17, 2017 at 06:10:13PM +0100, James

Re: Dovecot/Sieve shortcuts?

2017-05-10 Thread Adam Shostack
"mailinglist"; When I run sievec, I see: sievec(adam): Debug: Effective uid=1000, gid=1000, home=/home/adam .dovecot: line 181: error: included personal script 'mailinglist' does not exist. .dovecot: error: validation failed. sievec(adam): Error: failed to compile sieve sc

Re: Dovecot/Sieve shortcuts?

2017-05-09 Thread Adam Shostack
There or List-Id headers to match mailing list traffic | | | | -- | | Christian Kivalo | | > | | >Adam | | | | I’ve been using: | | | | if header :contains ["List-Id","Mailing-List", | | "S

Re: Dovecot/Sieve shortcuts?

2017-05-09 Thread Adam Shostack
On Tue, May 09, 2017 at 11:27:22AM -0500, Larry Rosenman wrote: | On 5/9/17, 11:25 AM, "dovecot on behalf of Christian Kivalo" wrote: | Am 9. Mai 2017 17:47:13 MESZ schrieb Adam Shostack : | >Hi, | > | >Is there a clean way to match on an email addre

Dovecot/Sieve shortcuts?

2017-05-09 Thread Adam Shostack
sieve, I find myseld writing ["To","cc"] and wonder if there's a better way. Adam

Safely piping to a shell script

2017-02-10 Thread Adam Shostack
ersent"} As an aside, https://www.joachim-breitner.de/blog/441-Goodbye_procmail,_Hello_Sieve contains a nice pattern, creating an include file to test, and that addresses many, but not all of my use cases. Should I worry if the match there is 5000+ strings? Adam

Re: Migrating to sieve

2017-02-07 Thread Adam Shostack
On Wed, Feb 08, 2017 at 01:41:01AM +0100, Stephan Bosch wrote: | Op 2/8/2017 om 1:27 AM schreef Adam Shostack: | > Hi, | > | > As I migrate to sieve, I would like to carry over the logic I had in | > procmail rules, which let me take all mail where I'd never sent email | > to

Migrating to sieve

2017-02-07 Thread Adam Shostack
f that means I'm SOL, or is there an alternate approach that does roughly the same thing? (I understand the general security logic for that decision. I have root access on the server in question if that helps.) Thank you for any help you can provide! Adam The procmail code was: # a bunch o

Re: kqueue crash on FreeBSD with 2.2.25

2016-07-01 Thread Adam Weinberger
> On 1 Jul, 2016, at 18:30, Adam Weinberger wrote: > >> On 1 Jul, 2016, at 10:52, Timo Sirainen wrote: >> >> On 01 Jul 2016, at 19:39, Adam Weinberger wrote: >>> >>> Hi, >>> >>> 2.2.25 crashes on FreeBSD with a kqueue-related me

Re: kqueue crash on FreeBSD with 2.2.25

2016-07-01 Thread Adam Weinberger
> On 1 Jul, 2016, at 10:52, Timo Sirainen wrote: > > On 01 Jul 2016, at 19:39, Adam Weinberger wrote: >> >> Hi, >> >> 2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to >> something similar (http://www.dovecot.org/list/dovec

kqueue crash on FreeBSD with 2.2.25

2016-07-01 Thread Adam Weinberger
x27;s not dumping core, and I get the message even with "protocols =" Downgrading back to 2.2.24 fixes it. What info would be helpful for me to provide here? # Adam -- Adam Weinberger ad...@adamw.org http://www.adamw.org

Doveadm Replicator problem with PAM passdb

2016-04-28 Thread Adam Joesbury
Hi Everyone, We are running two CentOS 7.2 servers with Sendmail 8.14.7 V10 and Dovecot 2.2.10 installed on both and are trying to configure Master-Master Replication using doveadm replicator. We are using system users with PAM authentication but are receiving the following fatal error when

Patch for Dovecot 2.2.19 compilation failure

2015-11-05 Thread Hammer, Adam
I’m almost embarrassed to submit the following patch. cut here --- dovecot-2.2.19/src/lib/bits.h.orig Thu Mar 19 08:42:32 2015 +++ dovecot-2.2.19/src/lib/bits.h Thu Nov 5 15:10:35 2015 @@ -10,7 +10,9 @@ #include #include -#include +#ifdef HAVE_STDINT_H +# include +#endi

v2.2.17 Segfault

2015-05-14 Thread Adam Lackorzynski
2015-05-14 20:06:29.490617405 +0200 @@ -11,6 +11,8 @@ { unsigned int addr; + if (!ip) + return FALSE; if (ip->family == 0) return FALSE; if (ip->family == AF_INET) { Thanks, Adam -- Adam a...@os.inf.tu

UID changes every few seconds

2015-01-20 Thread Adam Przybylski
avior for virtual folders or some kind of bug? Or am I doing something wrong? I'm using Dovecot 2.1.7 on Debian GNU/Linux 7 (wheezy). The output of dovecot -n is attached. Thanks in advance, Adam dovecot_n.log Description: Binary data

Re: [Dovecot] LDA Connection Refused with auth-userdb

2013-06-21 Thread Adam Ramirez
Yes, dovecot and postfix are both restarted on each change I make to the config files. On Fri, Jun 21, 2013 at 1:40 PM, Luca Fornasari wrote: > On Fri, Jun 21, 2013 at 12:54 PM, Adam Ramirez wrote: > > > ---> dovecot: lda: Error: userdb lookup: > > connect(/var/run/doveco

[Dovecot] LDA Connection Refused with auth-userdb

2013-06-21 Thread Adam Ramirez
Hi there, I've encountered an issue with the LDA in which I get a "Connection refused" error. There is a serverfault question ( http://serverfault.com/questions/517262/dovecot-with-postfix-configuration-has-connection-refused-when-accessing-auth) if you would like to read that version, otherwise,

Re: [Dovecot] Subfolders problem

2013-02-05 Thread Adam Maciejewski
ns = notify mail_log sieve acl } 2013/2/5 Timo Sirainen > On Mon, 2013-02-04 at 09:51 +0100, Adam Maciejewski wrote: > > I have moved from dovecot 1.x to 2.x and I have big problem with > > subfolders. > > When I'm moving subfolder with other subfolders is moving only m

[Dovecot] Subfolders problem

2013-02-04 Thread Adam Maciejewski
ils/dovecot.index.log ./janusz/janusz2/jarek2 ./janusz/janusz2/jarek2/dbox-Mails ./janusz/janusz2/jarek2/dbox-Mails/dovecot.index.log As You can see there is jarek2 subfolder but jarek3 havent been moved. I can see this folder in Thunderbird, after clicking error message pops out saying fo

[Dovecot] Dovecot / Win8 Mail App Folder Subscription Issue

2012-08-23 Thread Adam Rosi-Kessel
Win8 RTM Mail App now supports IMAP. I am running Dovecot 1.2.15 on a Debian Stable server. The App works fine except the list of folders displayed seems to be a random subset of all my folders. I can't figure out how it's picking which folders to show, or how to change what's subscribed. Edit

[Dovecot] Upgrading 1.2.17 -> 2.1.x

2012-06-08 Thread Adam G Tilghman
able under 1.2.17. Should I have any reason to worry? -- Adam Tilghman Systems Support / Academic Computing & Media Services a...@ucsd.edu858-822-0711 University of California, San Diego

[Dovecot] GETQUOTAROOT under roundcube

2012-05-20 Thread Adam Szpakowski
f.ext map { pattern = priv/quota/storage table = used_quota username_field = username value_field = bytes } map { pattern = priv/quota/messages table = used_quota username_field = username value_field = messages } -- Adam Szpakowski

Re: [Dovecot] seeking advice: dovecot versions; mailbox formats.

2012-03-08 Thread Adam Szpakowski
se be careful and very selectively install packages from testing. If possible, the package dependences should be installed from stable/security. -- Adam Szpakowski

Re: [Dovecot] Multiple locations, 2 servers - planning questions...

2012-02-27 Thread Adam Szpakowski
On 27.02.2012 19:21, Charles Marcus wrote: On 2012-02-27 12:59 PM, Adam Szpakowski wrote: I do have a basic question... How many users will be in this new, remote location? Will the traffic be so vast, that 1GbE link will not be enough, or are you using two servers for reliability? Yeah, I

Re: [Dovecot] Multiple locations, 2 servers - planning questions...

2012-02-27 Thread Adam Szpakowski
r the configuration, it is almost always the better. Maybe you can stay with one server in yours primary location? -- Adam Szpakowski

Re: [Dovecot] iPhone and custom imap folders problem

2012-02-24 Thread Adam Szpakowski
. -- Adam Szpakowski

Re: [Dovecot] duplicates with multiple To/CC and sieve redirect copy

2012-02-23 Thread Adam Szpakowski
On 23.02.2012 02:15, Stephan Bosch wrote: On 2/22/2012 12:15 AM, Adam Szpakowski wrote: Maybe there is a way to use a procmail with something like this: :0 Wh: msgid.lock | formail -D 8192 .msgid.cache But is there a safe way to use it together with sieve? Using Pigeonhole Sieve Pipe Plugin

Re: [Dovecot] Why is dovecot involved in my smtp process

2012-02-23 Thread Adam Szpakowski
on the postfix side: http://www.postfix.org/SASL_README.html#server_dovecot -- Adam Szpakowski

Re: [Dovecot] duplicates with multiple To/CC and sieve redirect copy

2012-02-21 Thread Adam Szpakowski
On 22.02.2012 00:09, Timo Sirainen wrote: On 22.2.2012, at 1.02, Adam Szpakowski wrote: On 21.02.2012 23:57, Timo Sirainen wrote: On 22.2.2012, at 0.46, Adam Szpakowski wrote: In one installation we are using sieve "redirect :copy" to create copy of the incoming email (local boss

Re: [Dovecot] duplicates with multiple To/CC and sieve redirect copy

2012-02-21 Thread Adam Szpakowski
On 21.02.2012 23:57, Timo Sirainen wrote: On 22.2.2012, at 0.46, Adam Szpakowski wrote: In one installation we are using sieve "redirect :copy" to create copy of the incoming email (local boss gets copy of its employees mails). There is a problem when the incoming email has mult

[Dovecot] duplicates with multiple To/CC and sieve redirect copy

2012-02-21 Thread Adam Szpakowski
problem, but with no clear solution. We are using Dovecot 2.0.15. Mail is delivered via LMTP (MDA/postfix is on separate machine then MAA/dovecot). -- Adam Szpakowski

Re: [Dovecot] Quota warnings and LMTP

2012-02-17 Thread Adam Szpakowski
ona w $PERCENT%. Your mailbox is now $PERCENT% full. EOF -- Adam Szpakowski

Re: [Dovecot] domain quota in sql

2012-02-15 Thread Adam Szpakowski
sers (user@domain) and domains. It is not making sense for me, so I'm assuming that its the missing percentage of the working part ;) Tu sum-up the thread. I went for updating periodically the basic quota table with missing domain names. Working great. Thanks all for suggestions. -- Adam Szpakowski

Re: [Dovecot] domain quota in sql

2012-02-15 Thread Adam Szpakowski
cord. This will allow us to do something like this: SELECT domain, sum(bytes) as sum_bytes, sum(messages) as sum_messages FROM used_quota GROUP BY domain The missing domain info can be updated regularly via some cron script. This could be a workable solution. -- Adam Szpakowski

Re: [Dovecot] domain quota in sql

2012-02-15 Thread Adam Szpakowski
In future the quota enforcement on domain level could be a nice add-on, but for now it is not so important for us. -- Adam Szpakowski

Re: [Dovecot] domain quota in sql

2012-02-14 Thread Adam Szpakowski
e can see (http://wiki2.dovecot.org/Quota/Dict): "If username is left empty, the logged in username is used (this is typically what you want). Another useful username is '%d' for supporting domain-wide quotas." -- Adam Szpakowski

  1   2   3   4   >