Re: virtdomains

2015-09-25 Thread Alvin Starr
Yes it would need an interchange format. It would not have to be a complex interchange format. possibly tar and dump files wrapped up in a tar file. Cyrus is nice and I have used it for decades now. Its just that moving to a new server involves searching for all the places where data gets hidde

Re: virtdomains

2015-09-25 Thread Niels Dettenbach
Am Freitag, 25. September 2015, 09:49:10 schrieb Alvin Starr: > I am thinking of a tool that is fairly simple. Ok, i assume this requires an new "interchange" format for cyrus data - which has to be developed additionally. > Would imapsync copy the calendar information along with things like > a

Re: virtdomains

2015-09-25 Thread Alvin Starr
If I remember correctly imapsync does not copy all of the underlying user context. Would imapsync copy the calendar information along with things like annotations? I am thinking of a tool that is fairly simple. Not the Backula or Amanda of cyrus but more like unix/linux dump and restore. So

Re: virtdomains

2015-09-25 Thread Niels Dettenbach
Am Freitag, 25. September 2015, 09:06:35 schrieb Alvin Starr: > That being said it would be nice if cyrus had a dump and restore > function where you could dump the whole system context and restore it > into another system.(this may exist but I don't know of it off hand.) Why not just using imaps

Re: virtdomains

2015-09-25 Thread Alvin Starr
This goes back a lot of years but I got burned by turning on virtual domains. We had an older install of cyrus running and when we turned on virtual domains we did it over top of the old mailbox tree. BAD IDEA. It sort of worked but we found a number of corner case quirks. for example if the or

Re: virtdomains

2015-09-25 Thread Bron Gondwana
On Fri, Sep 25, 2015, at 21:43, Vladislav Kurz wrote: > settings in imapd.conf > > virtdomains: userid > defaultdomain: example.com > # the domain for old "domainless" mailboxes > > If i remember correctly, we had to switch to "unixhierarchysep: yes" > before enabling virtdomains. (we wanted to

Re: virtdomains

2015-09-25 Thread Vladislav Kurz
On Friday 25 of September 2015 Patrick Goetz wrote: > It seems that everyone is using virdomains now, and I need to start > doing this soon myself. 2 questions: > > 1. Can I use virtdomain accounts alongside the existing > non-domain-specific accounts; or more precisely > > 2. Can I just add t

Re: virtdomains and defaultdomain issue

2009-02-23 Thread Edwin Boersma
Thanks, Jorey, this was the missing link! Now it works as I expected it to (good work, Andrew!). Kind regards, Edwin Boersma Lead Developer Web Applications SecureOffice Europe AB Ideon Science Park B2 floor 2 Scheelevägen 17 22363 Lund Sweden W: http://www.secureoffice.net T: +46 462868773 M:

Re: virtdomains and defaultdomain issue

2009-02-23 Thread Jorey Bump
Edwin Boersma wrote, at 02/23/2009 07:43 AM: > Hi, > > Just to make it clear: the problem only occurs with the default domain, > not with other virtual domains. All user are in the SQL database, and > cyrus does a correct translation to the mailbox for all the others. The > only problem is that th

Re: virtdomains and defaultdomain issue

2009-02-23 Thread Edwin Boersma
Hi, Just to make it clear: the problem only occurs with the default domain, not with other virtual domains. All user are in the SQL database, and cyrus does a correct translation to the mailbox for all the others. The only problem is that the default domain is replaced with the local computer name

Re: virtdomains and defaultdomain issue

2009-02-18 Thread Alain Spineux
2009/2/18 Edwin Boersma : > Hi, > > To be able to have user names like @ and > @, I have changed our IMAP config to use virtual > domains. To be able to access the existing mailboxes, I added the > "defaultdomain" option to imapd.conf. It looks correct ! > The user names were then renamed from >

Re: Virtdomains + per-domain-quota

2008-06-10 Thread Dmitriy Kirhlarov
Marcelo Henrique Cabral Ariza wrote: > Hello everybody! > > I work in an ISP, and i have a mail server with +-700 domains. I just > building a Postfix+cyrus+ldap+dspam system for this domains and need a > help whith domain quota. Someone can help me? you can create partition per domain and use

Re: virtdomains + global admin + sql backend for sasl2 ... how?

2006-12-11 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Monday, December 11, 2006 22:54:06 -0400 "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > 'k, I'm obviously missing something, cause its not working ... > > I setup defaultdomain in imapd.

Re: virtdomains dilemma

2006-03-26 Thread former03 | Baltasar Cevc
Hi Ryan, I had similar trouble before. I ended up with setting defaultdomain and servername to the same value and the problems were gone... My admin is specified without any domain. Hope that you will solve the problem soon, Baltasar Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wi

Re: virtdomains: userid?

2005-11-27 Thread Scott Balmos
Nope Bill, sorry. As was noted in my thread, it looks to be a SASL issue. Because some SASL plugins require a hostname, rather than IP, SASL apparently does a reverse DNS on every connecting IP. Maybe I'll move a request over to the SASL list to look into whether the reverse DNS can be on a pe

Re: virtdomains: userid?

2005-11-27 Thread Christian Schulte
Bill Kearney schrieb: From: "Igor Brezac" <[EMAIL PROTECTED]> What actions does the "userid" value trigger? In testing I can't see that it does anything. Are the docs correct? It is not going to try to qualify unqualified usernames. Apparently that's not true.

Re: virtdomains: userid?

2005-11-26 Thread Bill Kearney
> From: "Igor Brezac" <[EMAIL PROTECTED]> >> What actions does the "userid" value trigger? In testing I can't see that >> it does anything. Are the docs correct? > It is not going to try to qualify unqualified usernames. Apparently that's not true. Unqualified names are passed along with a rea

Re: virtdomains: userid?

2005-11-26 Thread Igor Brezac
On Sat, 26 Nov 2005, Bill Kearney wrote: The docs for /etc/imapd.conf read: virtdomains: off Enable virtual domain support. If enabled, the userâs domain will be determined by splitting a fully qualified userid at the last '@â' or '%' symbol. If the userid is unqualifi

Re: virtdomains: userid?

2005-11-26 Thread Bill Kearney
Would this help your reverse DNS lookup trouble? Or will using the unqualified name still trigger a reverse lookup? It doesn't appear to help my situation, in that I'd like logins without a qualified name to use just the bare username and NOT append a realm onto it. Is this possible? -Bill Conf

Re: virtdomains: userid?

2005-11-26 Thread Alexander Dalloz
Am Sa, den 26.11.2005 schrieb Bill Kearney um 16:55: > The docs for /etc/imapd.conf read: > > virtdomains: off > Enable virtual domain support. If enabled, the userâs domain > will be determined by splitting a fully qualified userid at the last '@â' > or '%' symbol. If

Re: Virtdomains appending domain after folder names!

2005-10-07 Thread Igor Brezac
On Sat, 8 Oct 2005, Robin Rainton wrote: Hi, Applogies if this is an RTFM... can't seem to find that particular M :( Am trying to setup virtual domains, on standard FC4 installation, cyrus-imapd-2.2.12-6.fc4, etc. With this in /etc/imapd.conf there is some success: virtdomains: userid unixh

Re: virtdomains and autocreateinboxfolders not working!! -SOLVED

2004-12-30 Thread Christos Soulios
Matt Goebel wrote: After some further investigation I've figured out a workaround/fix for this problem. Web-cyradm uses the function createmb() to create a new user's mailbox (located in ./lib/cyradm.php). This function uses "create" to create a user INBOX which works fine. The problem with th

Re: virtdomains and autocreateinboxfolders not working!! -SOLVED

2004-12-29 Thread Matt Goebel
After some further investigation I've figured out a workaround/fix for this problem. Web-cyradm uses the function createmb() to create a new user's mailbox (located in ./lib/cyradm.php). This function uses "create" to create a user INBOX which works fine. The problem with this is that it that'

Re: virtdomains and autocreateinboxfolders not working!!

2004-12-29 Thread Matt Goebel
After some testing this appears to be an issue with Web-Cyradm. Using cyradm it creates the folders. Any ideas? On Wed, 2004-12-29 at 12:51 -0500, Matt Goebel wrote: > There's nothing in the log files that indicates a problem. If there was > I'd probably be able to figure this one one. Autocrea

Re: virtdomains and autocreateinboxfolders not working!!

2004-12-29 Thread Matt Goebel
There's nothing in the log files that indicates a problem. If there was I'd probably be able to figure this one one. Autocreateinboxfolders just doesn't work. Here's the maillog entry for a new user logging in via squirrelmail though: Dec 29 11:57:51 mail imap[14936]: login: localhost.localdoma

Re: virtdomains and autocreateinboxfolders not working!!

2004-12-28 Thread Aristotelis
On Tue, 28 Dec 2004, Matt Goebel wrote: > No matter what I try I can been unable to get either virtdomains or > autocreateinboxfolders working. Without virtdomains set (as shown Hi, could you please also paste the relevant part of the log file so that we can see the logs. Best Regards

Re: VirtDomains, DefaultDomain, and SASL

2004-06-03 Thread saiello
Quoting Igor Brezac <[EMAIL PROTECTED]>: > No. Please read $cyrus-src/imap/global.c/canonify_userid() function. Well If I my programing skils include a real language besides scripting languages like C, I may be able to understand more than what I did, when looking at the global.c file. But that d

Re: VirtDomains, DefaultDomain, and SASL

2004-06-02 Thread Igor Brezac
On Wed, 2 Jun 2004, [EMAIL PROTECTED] wrote: > On Wednesday 02 June 2004 01:42 pm, you wrote: > > I do not know if it should, but the code is not written to work this > > way. You can write a canon plugin which can do this or change the reverse > > lookup for 127.0.0.1. > > I just changed my lda

Re: VirtDomains, DefaultDomain, and SASL

2004-06-02 Thread [EMAIL PROTECTED]
On Wednesday 02 June 2004 01:42 pm, you wrote: > I do not know if it should, but the code is not written to work this > way. You can write a canon plugin which can do this or change the reverse > lookup for 127.0.0.1. I just changed my ldap tree to use 'internal.com' instead of 'internal'. If I

Re: VirtDomains, DefaultDomain, and SASL

2004-06-02 Thread Igor Brezac
On Wed, 2 Jun 2004, [EMAIL PROTECTED] wrote: > > No, it may append reverse lookup of 127.0.0.1 if it is a fqdn. See 'man > > imapd.conf' for more on virtdomains. > If it was appending the fqdn, would I see it in my logs? I see saslauthd, say > 'Domain not available'. To be exact, cyrus will ap

Re: VirtDomains, DefaultDomain, and SASL

2004-06-02 Thread [EMAIL PROTECTED]
On Wednesday 02 June 2004 12:36 pm, you wrote: > Show some patience... :-) > Didn't mean to seem impatient, I just know that ya get ignored on some lists for posting the wrong 'type' of question. Since I am a newbie to this list, just figured I would ask if I was suppose to be elsewehere. Thanks

Re: VirtDomains, DefaultDomain, and SASL

2004-06-02 Thread Igor Brezac
On Wed, 2 Jun 2004, [EMAIL PROTECTED] wrote: > Is there a better list I should send this question ? I am guessing from lack > of response I am sending to the wrong list. Sorry and thank you for any > pointers to the proper place to get help. Show some patience... :-) > -- Forwarded Mes

Re: VirtDomains, DefaultDomain, and SASL

2004-06-02 Thread [EMAIL PROTECTED]
Is there a better list I should send this question ? I am guessing from lack of response I am sending to the wrong list. Sorry and thank you for any pointers to the proper place to get help. -- Forwarded Message -- Subject: VirtDomains, DefaultDomain, and SASL Date: Tuesday 01

Re: virtdomains and GSSAPI auth

2004-05-21 Thread Jukka Salmi
Jukka Salmi --> info-cyrus (2004-05-21 16:41:27 +0200): > What do I have to change to successfully authenticate as an admin user > if defaultdomain != Kerberos realm name? Setting "virtdomains: userid" did the trick. Jukka -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~ --- Cyrus Home Page: htt

Re: virtdomains & IMP

2003-09-19 Thread Etienne Goyer
There is not enough info in your post to troubleshoot your problem. Also, this is unrelated to Cyrus (as you can log in correctly), it's a Horde/IMP problem, probably related to the his config. You should check Horde's log first. You will have better chance of getting help on either the Horde or

Re: virtdomains & PAM

2003-09-10 Thread nkulynych
Are there any patches needed to be applied? I've been trying to get cyrus/sasl to authenticate using mysql auxprop with out any luck. I've added to my imapd.conf pwcheck_method: auxprop auxprop_plugin: mysql mysql_user: root mysql_passwd: test mysql_hostnames: 127.0.0.1 mysql_database: mail mysql

Re: virtdomains & PAM

2003-09-10 Thread Rob Siemborski
On Wed, 10 Sep 2003 [EMAIL PROTECTED] wrote: > I'v got small problem with cyrus, sasl & pam combination. > I am using cyrus as imap server and sasl+pam+mysql backend for > authentication. Everything works if my username in mysql is "username" > but when I change to "[EMAIL PROTECTED]" and I do log

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-07 Thread Christian Schulte
Ken Murchison wrote: >This is most likely your problem. Make sure that your hostname is fully >qualified, so that saslpasswd2 creates secrets with >mail.rent-a-mailserver.de as the realm, or just leave it alone and let >it use 'mail' as the realm. In either case, Cyrus/SASL should do the >"righ

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-07 Thread Ken Murchison
Christian Schulte wrote: > > Ken Murchison wrote: > > >Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > > > > > Your other choice is to skip 2.1 and jump into 2.2 > available from CVS. Since you're already compiling > your cyrus (as opposed to prepackaged binary) and > you

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-07 Thread Christian Schulte
Ken Murchison wrote: >Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > Your other choice is to skip 2.1 and jump into 2.2 available from CVS. Since you're already compiling your cyrus (as opposed to prepackaged binary) and you want virtual domains support (and willing to go

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannot get loginrealms to work with 2.0.16

2002-10-06 Thread Ken Murchison
Quoting Christian Schulte <[EMAIL PROTECTED]>: > Ken Murchison wrote: > > >Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > > > > > Your other choice is to skip 2.1 and jump into 2.2 > available from CVS. Since you're already compiling > your cyrus (as opposed to prepackaged b

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannot get loginrealms to work with 2.0.16

2002-10-06 Thread pvk
On Sun, Oct 06, 2002 at 04:23:59AM +0200, Christian Schulte wrote: > > > Thanks! But I still cannot get the inter-domain admins to work. > > Thats my new imapd.conf file: > > configdirectory: /var/imap > partition-default: /var/spool/imap > defaultdomain: somedomain.com > servername: imap.somedo

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannotget loginrealms to work with 2.0.16

2002-10-05 Thread Christian Schulte
Ken Murchison wrote: >Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > Your other choice is to skip 2.1 and jump into 2.2 available from CVS. Since you're already compiling your cyrus (as opposed to prepackaged binary) and you want virtual domains support (and willing to go

Re: Virtdomains: inter-domain admins do not work ---- was Re: Cannot get loginrealms to work with 2.0.16

2002-10-05 Thread Ken Murchison
Quoting Christian Schulte <[EMAIL PROTECTED]>: > > > >> Your other choice is to skip 2.1 and jump into 2.2 > >> available from CVS. Since you're already compiling > >> your cyrus (as opposed to prepackaged binary) and > >> you want virtual domains support (and willing to go > >> to great lengths