Re: [Dovecot-news] Dovecot v2.4.1 released

2025-03-31 Thread Chris Ross via dovecot
> On Mar 31, 2025, at 04:34, Bjoern Franke via dovecot > wrote: > > Hi > >> Hi, >> the -4 comes from our build system. > > Regardless where it comes from, "-" is usually used for the package version. Yes, which is why a build system is attaching it. It’s a build number or version of the pac

Re: Config problem: Service #0 is missing name

2018-03-25 Thread Chris Ross
> On Mar 25, 2018, at 10:37, Aki Tuomi wrote: > > Without looking at your config I'd say you have a nameless service section, > like > > service { > > } > > Name goes after keyword service. Yeah, I don’t seem to. This was the same config that was working before things stopped for other

Config problem: Service #0 is missing name

2018-03-25 Thread Chris Ross
Okay. So following up on the problems I was discussing weeks ago, I have hand-patched dovecot to work around problems that I believe may be in libc and not dovecot. Trying to get the properly built and installed dovecot-2.2.35, however, is giving me an error I haven’t seen before. I presume

Config problem: Service #0 is missing name

2018-03-25 Thread Chris Ross
Okay. So following up on the problems I was discussing weeks ago, I have hand-patched dovecot to work around problems that I believe may be in libc and not dovecot. Trying to get the properly built and installed dovecot-2.2.35, however, is giving me an error I haven’t seen before. I presum

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
> On Feb 22, 2018, at 15:21, Josef 'Jeff' Sipek wrote: > >> Loading the core file, as described >> https://www.dovecot.org/bugreport.html , shows the error in libc >> somewhere: > > I read the your other mails in this thread; can you run things as before and > do a 'bt full' on the core fil

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
10 "PAGER=more" (gdb) p environ[26] $71 = 0x4102f120 "BLOCKSIZE=K" (gdb) p environ[27] $72 = 0x0 (gdb) s 134 { (gdb) s 0x40ab2800 in vfork () at /usr/src/lib/libc/gen/exec.c:133 133 execv(const char *name, char * const *argv) (gdb) 0x40ab280

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
might be running in another process. Further execution is probably impossible. 0x4022a380 in ?? () (gdb) Any ideas here? I’m not sure where to look next… - Chris > On Feb 22, 2018, at 10:10, Chris Ross wrote: > > Fancy, while not fun. :-) But thanks, tha

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
Fancy, while not fun. :-) But thanks, that does work. Doing that, n’ing over calls to strcmp, it failed: passdbs_init () at passdb.c:313 313 passdb_register_module(&passdb_ldap); (gdb) passdb_register_module (iface=0x280120) at passdb.c:33 33 old_iface = passdb_inte

Re: Auth SEGV on sparc64, alignment problem?

2018-02-21 Thread Chris Ross
Sadly, that doesn’t help either. Over the past day, I’ve built and installed a different branch of the OS (stable/11, instead of release/11.1), to see if a new compiler/libc might change things. Sadly, it does not. In the same situation now, auth fails immediately with signal 11. Running

Auth SEGV on sparc64, alignment problem?

2018-02-20 Thread Chris Ross
Apologies first for using two addresses, but I can’t currently read my email at distal.com. :-) I was previously running dovecot2-2.2.29.1_2 on FreeBSD 11 on sparc64. Trying to debug a problem I was having with one of my clients, I upgraded to dovecot-2.2.33.2_4 on that same server. How

namespace configuration error

2017-08-15 Thread Jeff Ross
I've got a few errors I'm trying to track down, probably all related... Aug 15 14:03:14 xyzzy dovecot: imap-login: Login: user=, method=PLAIN, rip=100.8.22.62, lip=132.238.254.34, mpid=4803, TLS, session= Aug 15 14:03:14 xyzzy dovecot: imap(jeff): Error: namespace configuration error: Duplicate na

Re: sharing INBOX with ACL -> share all folders

2015-08-03 Thread Chris Ross
> On Jul 28, 2015, at 05:13, Marco Giunta wrote: > > Hi at all, > I have a problem with ACL; I want to share INBOX and Sent folder to an other > user, but when I configure ACL on INBOX, all folders are shared (Sent, Junk, > Draft, Trash, etc) Hello, Marco. Unfortunately I don’t know why yo

Re: Deafness

2015-07-28 Thread Chris Ross
> On Jul 28, 2015, at 21:52 , Steffan Cline wrote: > > Ok, I think I have come a little further. > > When dovecot stops accepting connections, I checked netstat and found this: > > [root@hosting1 ~]# netstat -an | grep 993 > tcp0 0 0.0.0.0:993 0.0.0.0:*

Re: sharing INBOX with ACL -> share all folders

2015-07-28 Thread Chris Ross
[- resend to the list from my list address -] > On Jul 28, 2015, at 05:13, Marco Giunta wrote: > > Hi at all, > I have a problem with ACL; I want to share INBOX and Sent folder to an other > user, but when I configure ACL on INBOX, all folders are shared (Sent, Junk, > Draft, Trash, etc) Hel

Re: Shared inbox?

2015-05-29 Thread Chris Ross
> On May 28, 2015, at 09:08, a...@thecsillags.com wrote: > > Chris, > > I do indeed have an acl_shared_dict set up. That may be the ticket. That > makes it so that the IMAP server knows that you have acls on the other > mailbox, so it can know to then look in that mailbox to find out precise

Re: Shared inbox?

2015-05-27 Thread Chris Ross
On May 27, 2015, at 22:57 , Chris Ross wrote: > On May 25, 2015, at 15:55 , a...@thecsillags.com wrote: >> When I set them up that way, I shared the target inbox (we'll call it >> f...@example.com) to be accessible by user b...@example.com. When I go into >>

Re: Shared inbox?

2015-05-27 Thread Chris Ross
On May 25, 2015, at 15:55 , a...@thecsillags.com wrote: > I'll assume you've seen these: > http://wiki2.dovecot.org/SharedMailboxes/Shared and > http://wiki2.dovecot.org/ACL Yup, I'd looked at those, but still left not understanding all of the options. And you gave a doveadm command, which I

Shared inbox?

2015-05-25 Thread Chris Ross
I'm running dovecot 2.2.16 on my FreeBSD mail server. I've read information on the wiki about setting up shared mailboxes, but I want to do something that isn't really coved by the instructions I was reading there. My son (now 7 years old) has an account on the system, but doesn't use it di

Re: v2.2.17 release candidate released

2015-05-09 Thread Chris Ross
On May 9, 2015, at 19:13 , Jerry wrote: >> 2.2.17.rc1 will compile on FBSD 10.1 only, if bash has been installed (see >> <554773d2.9060...@dovecot.fi> from Teemu Huovila).[...]. But, maybe it's >> worth >> solving this issue for those non-linux systems without bash installed per >> default befor

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
What (if anything) will disabling urlauth break in Apple’s world? I am assuming they took the trouble to implement it for a reason. PS: I actually randomized the password for example purposes when I posted to the list. :) Rusty On Oct 25, 2013, at 11:05 AM, Mike Abbott wrote: >> (You don't

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
Ah, that’s beautiful, Mike. I didn’t realize that there was a directory of symlinks based on short names. That fixes that. Thank you. (You don't you have any thoughts only getting replication to ignore the “submit” user, do you?) Best, Rusty On Oct 25, 2013, at 10:44 AM, Mike Abbott wrote

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
On Oct 25, 2013, at 9:42 AM, Steffen Kaiser wrote: > I'm pretty sure, that the od driver does return a "mail" field overriding the > default mail_location setting. Therefore > home=/Library/Server/Mail/Data/mail/%u gets not expanded. I don’t believe this is true, since I manually added: > de

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
Also, based on the posted config, any ideas about how to populate the user “home” path with the user’s GUID rather than short name? ie: home/Library/Server/Mail/Data/mail/10C94BF9-5CC4-4DDB-B0F0-5D23F22B2D9F mail maildir:/Library/Server/Mail/Data/mail/10C94BF9-5CC4-4DDB-B0F0-5D23F22B2D9F

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
On Oct 25, 2013, at 9:36 AM, Steffen Kaiser wrote: > That's why doveadm user \* returns "submit" as user. That's an Apple (or > however made your package of Dovecot) question then, IMHO. Maybe. But assuming it’s there to stay (as per Apple), do you have any ideas about how to get the replicat

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
On Oct 25, 2013, at 2:20 AM, Steffen Kaiser wrote: > please post your configuration. Sorry, my previous config email contains a typo. Please disregard the "cat auth-od.conf.ext” in that email. This is the accurate one: # cat auth-od.conf.ext # Authentication using Open Directory. Included

Re: [Dovecot] Replication (Mac OS X)

2013-10-25 Thread Rusty Ross
On Oct 25, 2013, at 2:20 AM, Steffen Kaiser wrote: > please post your configuration. # doveconf -n # 2.2.5: /Library/Server/Mail/Config/dovecot/dovecot.conf # OS: Darwin 13.0.0 x86_64 hfs auth_mechanisms = cram-md5 plain login apop digest-md5 auth_realms = server1.rustytest.lan auth_socket_pat

Re: [Dovecot] Replication (Mac OS X)

2013-10-24 Thread Rusty Ross
Following up on my own message. Actually replication is working (mostly). Here are two issues at present: (1) Because doveadm user ‘*’ returns “submit”, replication is constantly trying to dsync for an account called “submit: Oct 25 00:36:20 auth: Error: od[getpwnam_ext](submit): No record for

[Dovecot] Replication (Mac OS X)

2013-10-24 Thread Rusty Ross
Hello, I am taking a stab at setting up dovecot replication between two OS X Mavericks servers. (The dovecot version in Mavericks is 2.2.5.) The first question I have is in regards to userdb. The user accounts are Open Directory based. The output of: doveadm user ‘*' …yields only: # doveadm

Re: [Dovecot] Non-dovecot user looking for feedback

2012-12-17 Thread Chris Ross
r > 301-758-7387 > Sent from my iPhone > > On Dec 17, 2012, at 2:00 AM, Chris Ross wrote: > >> >> I've been using UW-IMAPd for neigh on forever (at least since 2001). But, >> as it's basically stalled, and I'm about to update the hardware that i

[Dovecot] Non-dovecot user looking for feedback

2012-12-16 Thread Chris Ross
I've been using UW-IMAPd for neigh on forever (at least since 2001). But, as it's basically stalled, and I'm about to update the hardware that is my mail server, I thought it was time to review existing open-source IMAP servers. Dovecot is the top three in my looking. The other of the to

Re: [Dovecot] Changing password for users

2012-10-25 Thread Jeffrey Ross
On 10/25/2012 03:21 PM, Mike John wrote: Hello, I am using dovecot (2.0.9) and using virtual users using passdb { args = /etc/dovecot/dovecotpasswd driver = passwd-file } How can i make my virtual users change their passwords using web interface ? My users already uses squirrelmail to a

Re: [Dovecot] Snarf plugin

2012-10-25 Thread Jeffrey Ross
Just thought I'd follow up on my original post, I got the snarf plugin to work properly with some help from Jonathan at PSU (need to give credit where credit is due) For anybody else looking for the configuration here is the relevant output from dovecot -n # 2.1.10: //etc/dovecot/dovecot.con

[Dovecot] Snarf plugin

2012-10-24 Thread Jeffrey Ross
I've now upgraded dovecot from 2.0.21 to 2.1.10 and the good news is I no longer see dovecot crashing when loading the snarf plugin however snarf still does not do anything except make the inbox disappear. I've come to the conclusion that either snarf does not actually work, possible, but I doubt

[Dovecot] Configuring Dovecot & Snarf plugin for the first time

2012-10-20 Thread Jeffrey Ross
I've been using uw-imap for some time on my linux system and have been running into issues with it so I've decided to move to Dovecote, so far it seems to have solved the issues I've been having however I need/want to move the incoming emails out of /var/spool/mail/{user} in the same (or simila

[Dovecot] dovecot + postfix + kerberos + AD - Multiple mailboxes ???

2011-08-04 Thread Ross
trol=514))) result_attribute = otherMailbox So, you want to know why it was done so stupid? I'll try to explain. I have an account in AD ( eg Ross). In the mail attribute is written, my main mailbox r...@energo.cg.ukrtel.net, and attribute otherMailbox my additional mailboxes simb...@oblr.cn.energy.go

Re: [Dovecot] migrate courier to dovecot script - questions about directory structure

2009-10-16 Thread Ross
On Fri, Oct 16, 2009 at 7:10 PM, Charles Marcus wrote: > On 10/15/2009 Ross wrote: > >> My initial plan was to copy the entire /home/vmail//* >> across to the dovecot server and run the migration script. However, >> without the Maildir directory in the structure it won&

[Dovecot] migrate courier to dovecot script - questions about directory structure

2009-10-15 Thread Ross
dovecot server and run the migration script. However, without the Maildir directory in the structure it won't work. Has anyone run into this issue ? How did you solve it ? -- Regards Ross fatboy:/tmp# dovecot --version 1.0.15 fatboy:/tmp# dovecot -n # 1.0.15: /etc/dovecot/dovecot

[Dovecot] Multiple mail locations for a single user

2009-06-07 Thread Ross Burton
wever because my clients direct maildir support isn't great. Is there any way to let me access all three maildirs through dovecot? I'm guessing that I can do this with namespaces but I'm not sure. Any suggestions and pointers? Cheers, Ross -- Ross Burton

Re: [Dovecot] Dovecot waking every 50ms when doing nothing

2007-06-03 Thread Ross Burton
pool do you mean memory regions which can be split into children, and freeing the parent region also frees the children? That isn't in Glib. It does have a slice allocator for rapid allocation of blocks though. Ross -- Ross Burton mail: [EMAIL PROTECTE

Re: [Dovecot] Dovecot waking every 50ms when doing nothing

2007-06-03 Thread Ross Burton
s. Glib also (in 2.13 onwards) lets you create timeouts with second-resolution, so that N timers that go off at roughly the same time do actually go off at the same time, meaning the application wakes up once instead of N times. I presume porting Dovecot to use the glib main loop abstraction (whic

[Dovecot] Dovecot waking every 50ms when doing nothing

2007-06-03 Thread Ross Burton
task, can this timeout be extended? There are many daemons on my machine (lighttpd is another) that are waking up every second when nothing is happening, and each of these is contributing to waking the CPU from sleep. Cheers, Ross -- Ross Burton mail: [EMAIL PROTECTE