Re: [Dovecot] deliver and root user

2010-07-12 Thread Andrzej Adam Filip
rd them to some other user. Standard recommendation (for sendmail and other MTA) is to create alias for root. Sendmail procedure: In /etc/mail/asises files add: root: some-non-privileged-user and run newaliases command to recompile aliases file. -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.e

Re: [Dovecot] Sendmail + Deliver as an LDA

2009-06-10 Thread Andrzej Adam Filip
different maps but without patching P.S. Some question that may help to choose the best recipe: 1) How many virtual mailboxes do you support? 2) Do you keep dovecot's userdb in plain text file? -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu 'Scuse me, while I kiss the sky! -- Robert James Marshall (Jimi) Hendrix

Re: [Dovecot] Sendmail + Deliver for virtual domains via /etc/procmailrcs scripts

2009-06-11 Thread Andrzej Adam Filip
list existing dovecot virtual users in virtusertable and reject remaining addresses us...@example.net %0 us...@example.net %0 @example.net error:nouser User Unknown -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu You can't play your friends like marks, kid. -- Henry Gondorf, "The Sting"

Re: [Dovecot] How do I get my mail from fetchmail into dovecot

2009-06-20 Thread Andrzej Adam Filip
Steinar Bang wrote: >>>>>> Andrzej Adam Filip : > >> You can use mda option provided in fetchmail as SMTP alternative. >> - >> I recommend using procmail as mda in ~/.fetchmailrc e.

Re: [Dovecot] procmail/dovecot error

2009-06-20 Thread Andrzej Adam Filip
your OS account" mailbox/maildir? YES => consider using "personal" dovecot.conf file (e.g. ~/.dovecotrc) with changed log files location and make deliver in your procmail scripts use it ../deliver -c /home/anfi/.dovecotrc P.S. I use such approach with full success. -- [pl

[Dovecot] More effective mailbox fetching over high RTT link

2009-08-09 Thread Andrzej Adam Filip
gt;en: Andrew] Andrzej Adam Filip : a...@onet.eu Learning without thought is labor lost; thought without learning is perilous. -- Confucius

Re: [Dovecot] More effective mailbox fetching over high RTT link

2009-08-10 Thread Andrzej Adam Filip
Timo Sirainen wrote: > On Sun, 2009-08-09 at 22:20 +0200, Andrzej Adam Filip wrote: >> Could you offer some suggestion how to fetch mailbox content over >> high RTT link (with negligible packet loss)? >> >> Currently I use IMAP+IDLE *but* it fails to use full availab

Re: [Dovecot] More effective mailbox fetching over high RTT link

2009-08-10 Thread Andrzej Adam Filip
Ben Winslow wrote: > On Sun, 09 Aug 2009 22:20:41 +0200 > Andrzej Adam Filip wrote: > >> Could you offer some suggestion how to fetch mailbox content over >> high RTT link (with negligible packet loss)? >> >> Currently I use IMAP+IDLE *but* it fails to use f

Re: [Dovecot] More effective mailbox fetching over high RTT link

2009-08-13 Thread Andrzej Adam Filip
Ed W wrote: > Andrzej Adam Filip wrote: >> Could you offer some suggestion how to fetch mailbox content over >> high RTT link (with negligible packet loss)? >> >> Currently I use IMAP+IDLE *but* it fails to use full available bandwidth >> due to high RTT an

Re: [Dovecot] Questions regarding dbox

2009-10-14 Thread Andrzej Adam Filip
Timo Sirainen wrote: > [...] Do you play to support both ways migration tools? dbox <-> maildir(s) -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu "Unlike most net.puritans, however, I feel that what OTHER consenting computers do in the privacy of their own phone connect

[Dovecot] Wish-list: X-Delivered-To headers generated by dovecot-deliver

2009-10-17 Thread Andrzej Adam Filip
mail using directly dovecot-deliver in --mda option] b) cleanly implement "shared mailboxes" with MTA such as sendmail that can be easily forced to generate "one header per one recipient" [AFAIK] -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu Order and simplification a

Re: [Dovecot] Wish-list: X-Delivered-To headers generated by dovecot-deliver [a]

2009-10-17 Thread Andrzej Adam Filip
Karsten Bräckelmann wrote: > On Sat, 2009-10-17 at 22:41 +0200, Andrzej Adam Filip wrote: >> a) *clearly* mark POP/IMAP account fetched by fetchmail >>[with fetchmail using directly dovecot-deliver in --mda option] > > Would the fetchmail tracepolls option not do? It gene

Re: [Dovecot] [sendmail] deliver+sieve: Destination address (-a) parsing changes

2009-10-21 Thread Andrzej Adam Filip
will make sendmail support "alises with domains" instead of current "aliases after domain stripping"] It is not a big deal if: * all dovecot's mailboxes are owned by single non root OS account * sendmail is supposed to start dovecot-deliver with root privileges P.S. I have wri

Re: [Dovecot] [sendmail] deliver+sieve: Destination address (-a) parsing changes

2009-10-21 Thread Andrzej Adam Filip
"Frank Behrens" wrote: > Andrzej Adam Filip wrote on 21 Oct 2009 9:21: >> It is possible to "significantly" twist sendmail.cf use $h to select >> dovecot's mailbox and $u to pass user+det...@domain (one *or many*). >> [ BTW the way I think a

Re: [Dovecot] [sendmail] deliver+sieve: Destination address (-a) parsing changes

2009-10-21 Thread Andrzej Adam Filip
"Frank Behrens" wrote: > Andrzej Adam Filip wrote on 21 Oct 2009 20:02: >> Dovecot's design issues to consider are as follows: >> a) making dovecot support hash/btree/dbm maps for passwd/userdb >>[AFAIR Timo stated it is too complicated to be "cost ef

Re: [Dovecot] Wish-list: X-Delivered-To headers generated by dovecot-deliver

2009-10-28 Thread Andrzej Adam Filip
Timo Sirainen wrote: > On Sat, 2009-10-17 at 22:41 +0200, Andrzej Adam Filip wrote: >> Would it be sensible/"cost effective" to make dovecot-deliver generated >> X-Delivered-To header(s) based on command line parameter(s)? >> [after striping such existing headers, be

Re: [Dovecot] Wish-list: X-Delivered-To headers generated by dovecot-deliver

2009-10-29 Thread Andrzej Adam Filip
Timo Sirainen wrote: > On Thu, 2009-10-29 at 13:03 -0400, Timo Sirainen wrote: >> On Wed, 2009-10-28 at 09:08 +0100, Andrzej Adam Filip wrote: >> > By specifying content of the header(s) via command line parameter(s) >> > >> > e.g. >> > deliver -d u

Re: [Dovecot] Wish-list: X-Delivered-To headers generated by dovecot-deliver

2009-10-29 Thread Andrzej Adam Filip
Timo Sirainen wrote: > On Thu, 2009-10-29 at 18:38 +0100, Andrzej Adam Filip wrote: >> BTW could you add to your "todo list" an option for making deliver use >> sieve script specified via command line including turning off sieve >> scripts via command line? > &

Re: [Dovecot] How to create nested dirs

2009-11-01 Thread Andrzej Adam Filip
etection happens to work. Autodetection commonly fails for new users who don't have the mail directory created yet. -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu You know you have a small apartment when Rice Krispies echo. -- S. Rickly Christian

Re: [Dovecot] Unable to create imap nested dirs. [linux/debian/lenny]

2009-11-02 Thread Andrzej Adam Filip
ne by looking at ~/Maildir, /var/mail/username, ~/mail and ~/Mail in that order. It's usually a good idea to explicitly specify where the mails are, even if the autodetection happens to work. Autodetection commonly fails for new users who don't have the mail directory created y

Re: [Dovecot] How unimportant would be mailstore-tidy utility? :-)

2009-11-16 Thread Andrzej Adam Filip
our list of priorities would land idea of utility "make-mailstore-tidy"? :-) P.S. I have "personal mail store" migrated from cyrus (by my own *ugly* migration script) via maildir to dbox. I would like to convert all file names to more "uniform" format before next mi

Re: [Dovecot] How unimportant would be mailstore-tidy utility? :-)

2009-11-23 Thread Andrzej Adam Filip
Timo Sirainen wrote: > On Mon, 2009-11-16 at 19:19 +0100, Andrzej Adam Filip wrote: >> > I doubt you need to worry about the indexes. The messages' flag state >> > should be stored in the maildir filenames, and I'd hope that kmail does >> > that too. &

Re: [Dovecot] How unimportant would be mailstore-tidy utility? :-)

2009-11-23 Thread Andrzej Adam Filip
Timo Sirainen wrote: > On Mon, 2009-11-23 at 22:14 +0100, Andrzej Adam Filip wrote: >> I use dbox mailbox. In dbox-Mails folder I have message files named: >> 1) u.99 [dbox created file name] >> 2) 1231249011.P20963Q0M722109.shevek:2,Sa [dovecot maildir created&modifie

Re: [Dovecot] A Dovecot Sieve spam filter question.

2009-12-30 Thread Andrzej Adam Filip
think it would be nice to have not so many lines > in the globalsieverc file. Try the following: if header :contains "X-Spam-Level" "*" { ... -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu Common sense is the collection of prejudices acquired by age eighteen. -- Albert Einstein

Re: [Dovecot] A Dovecot Sieve spam filter question.

2009-12-30 Thread Andrzej Adam Filip
aja-li...@tni.org wrote: > On 12/30/2009 08:30 PM, Andrzej Adam Filip wrote: >> aja-li...@tni.org wrote: >>> I'd like to make a filtering threshold for users to let them >>> deal with spamassassin spam-level starred< 8 themselves, >>> but spam-lev

Re: [Dovecot] A Dovecot Sieve spam filter question.

2009-12-30 Thread Andrzej Adam Filip
"Kirill Miazine" wrote: > * aja-li...@tni.org [2009-12-30 21:41]: >> On 12/30/2009 08:30 PM, Andrzej Adam Filip wrote: >> > aja-li...@tni.org wrote: >> >> I'd like to make a filtering threshold for users to let them >> >> deal with spama

Re: [Dovecot] How can I configure dovecot as gmail imap proxy

2010-01-16 Thread Andrzej Adam Filip
lp me to configure my dovecot server. Have you considered using fetchmail to fetch new messages from gmail to local IMAP/dovecot folder(s)? [ I use such configuration ] -- [pl>en: Andrew] Andrzej Adam Filip : a...@onet.eu You can bring any calculator you like to the midterm, as long as it doe

Re: [Dovecot] LMTP-Server: missing headers [Delivered-To]

2010-02-01 Thread Andrzej Adam Filip
;d like. > > I was wondering about Delivered-To header before too. What do people > use it for? It may be useful if multiple "envelope recipients" are delivered to single mailbox e.g. "plussed addresses" user+det...@example.net or tss+tss=example@example.org (w

Re: [Dovecot] passing parameters to deliver -> generating data for sieve

2010-02-20 Thread Andrzej Adam Filip
ilbox_name > > (With Sieve that actually only specifies the default mailbox, which is > used only if Sieve doesn't decide to save it elsewhere.) Slightly extended approach may make procmail script generate some extra headers (based on external programs) before executing deliver so sieve

Re: [Dovecot] Testing IMAP clients with Dovecot, problems with MacMail

2007-05-03 Thread Adam Jacob Muller
-- Bill Cole [EMAIL PROTECTED] Mail.app on the advanced tab has a "Port" setting and a "Use SSL" setting. the SSL setting is for implicit SSL, without that mail.app will attempt to use STARTTLS. Though clicking the Use SSL box resets the port # (143/993) you can in fact set a custom port, with and without implicit SSL. - Adam

Re: [Dovecot] Your IMAP server has closed the connection.

2007-07-07 Thread Adam Jacob Muller
Milford] I get these too. I am using outlook 2003 in IMAP mode. I have turned on raw logs and I do not see anything happening in the dovecot logs. Are either/both of you behind NAT? It's possible your NAT device is terminating the TCP session after some inactivity period. -Adam

[Dovecot] fine-grained user authentication support

2007-07-19 Thread Adam Jacob Muller
dovecot? -Adam

Re: [Dovecot] fine-grained user authentication support

2007-07-19 Thread Adam Jacob Muller
On Jul 19, 2007, at 4:52 PM, Timo Sirainen wrote: On 19.7.2007, at 23.33, Adam Jacob Muller wrote: Hi, I'm wondering if it's possible to have some users restricted to only login via POP3 or only IMAP (likewise for IMAPS/POP3S). Returning a particular field with the userdb

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

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)?

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-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-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

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: 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

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

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

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/

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:

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

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

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

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

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

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-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

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

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
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

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]: 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

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[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[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
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[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[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: 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: 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: 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

<    1   2   3   4