Moving to dotted usernames

2013-07-31 Thread Julian Pilfold-Bagwell
Hi list, I have a running cyrus server that I need to switch to unixhierarchysep as I'm being asked to change our mail scheme to include full stops. The authentication backend for this is sasldb2. As I understand it from the documentation, setting "unixhierarchysep 1" in imapd.conf should be

Re: uppercase usernames

2013-03-12 Thread Joerg Maier
Hi Jeroen, > Fedora[3], but I cannot make the call for Red Hat Enterprise > Linux/Ubuntu/Debian. I sent a mail to ond...@debian.org, who did last maintenance on cyrus-imapd-2.4 on Ubuntu. Joerg Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipe

Re: uppercase usernames

2013-03-12 Thread Jeroen van Meeuwen (Kolab Systems)
On 2013-03-11 22:55, Julien Coloos wrote: > I don't know who is in charge of this patch, but maybe Jeroen can help > fix the issue on RedHat side. Hi, thanks for pointing this one out. I can fix the Cyrus IMAP RPM and APT packages I provide[1,2], and those that are shipped as part of Fedora[3],

Re: uppercase usernames

2013-03-11 Thread Julien Coloos
Le 11/03/2013 23:00, Joerg Maier a écrit : > Hi Julien, > > Thanks for the hint! > > My system is (now) Ubuntu 12.04.2 LTS. I found normalizeuid in the > docs, which I set to 0. Still with the same result. > > I scanned the code a bit as well, I find such a patch in the Ubuntu > distribution patc

Re: uppercase usernames

2013-03-11 Thread Joerg Maier
n 2013-03-11 0:29, Dan White wrote: >>> On 03/10/13 23:28 +0100, Joerg Maier joerg.maier wrote: >>>> Hi List, >>>> >>>> I am using cyrus since ~8 years for a mailserver with ~200 >>>> mailaccounts. >>>> >>>&

Re: uppercase usernames

2013-03-11 Thread Julien Coloos
sing cyrus since ~8 years for a mailserver with ~200 >>> mailaccounts. >>> >>> After transferring a mailserver from cyrus 2.2 to 2.4, I have an >>> issue >>> with usernames containing uppercase letters. Up to now, i did tread >>> the >>>

Re: uppercase usernames

2013-03-11 Thread Joerg Maier
0/13 23:28 +0100, Joerg Maier joerg.maier wrote: >>Hi List, >> >>I am using cyrus since ~8 years for a mailserver with ~200 >>mailaccounts. >> >>After transferring a mailserver from cyrus 2.2 to 2.4, I have an >> issue >>with usernames containing upp

Re: uppercase usernames

2013-03-10 Thread Dan White
On 03/10/13 23:28 +0100, Joerg Maier joerg.maier wrote: >Hi List, > >I am using cyrus since ~8 years for a mailserver with ~200 >mailaccounts. > >After transferring a mailserver from cyrus 2.2 to 2.4, I have an issue >with usernames containing uppercase letters. Up to now,

uppercase usernames

2013-03-10 Thread Joerg Maier joerg.maier
Hi List, I am using cyrus since ~8 years for a mailserver with ~200 mailaccounts. After transferring a mailserver from cyrus 2.2 to 2.4, I have an issue with usernames containing uppercase letters. Up to now, i did tread the part before the @ as case sensitive, and i allowed users to create

sieve with usernames/mailboxes that start with a number

2012-01-18 Thread Andrew Nichols
Hello, We have some usernames/mailboxes in our system that start with a number, in this case '5'. In our previous version of cyrus, sieve scripts would be put into a folder called '5'. With our current version (2.4.10) it is putting them under the 'q' folder.

Re: Usernames with "+" in it

2006-09-06 Thread Michael Loftis
in as that user, the problem comes in delivery, you'll need to change or disable the + separator in your MTA and in Cyrus. Then you can have usernames with + in them. Better though to just follow the 'de facto' standards, use .'s as separators in usernames. --On September 6,

Usernames with "+" in it

2006-09-06 Thread Sven Lepiorz
Hi, we have to take over all mailboxes from an other provider to our own server. The login names on the old provider is nearly the full email address but with a "+" instead of "@", i.e. info+example.com. How can i deliver mail to such a user? Or is it possible to login with the username info+

Re: Usernames type

2005-02-23 Thread Paolo Negri
Read the docs about unixhierarchysep option in imapd.conf. Using this option you can use "." in usernames. Bye Lincoln Zuljewic Silva wrote: Hello all again... I have another problem. In my company, the default unsernames to e-mail is .@domain, for example the user Richard S

Re: Usernames type

2005-02-23 Thread Ondrej Sury
On Wed, 2005-02-23 at 13:30 -0300, Lincoln Zuljewic Silva wrote: > how I can create the mailboxes in tha format . ? look for unixhiersep in man imapd.conf and in documentation. Ondrej -- Ondrej Sury <[EMAIL PROTECTED]> --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyr

Usernames type

2005-02-23 Thread Lincoln Zuljewic Silva
Hello all again... I have another problem. In my company, the default unsernames to e-mail is .@domain, for example the user Richard Stallman is richard.stallman. but in cyrus, the mailboxes is user.. if I create a mailbox user.richard.stallman, cyrus will understand that stallman is a subfolder o

Re: Removing realm from usernames authenticated by GSSAPI (and two more unrelated questions)

2005-01-12 Thread Aleksandar Milivojevic
Jukka Salmi wrote: Aleksandar Milivojevic --> info-cyrus (2005-01-11 16:24:14 -0600): I've got authentication using GSSAPI working. However, when I use GSSAPI, imapd treats my login name as virtual domain. What is virtdomains set to in your imapd.conf? It is set to "off". Regardless of that sett

Re: Removing realm from usernames authenticated by GSSAPI (and two more unrelated questions)

2005-01-11 Thread Jukka Salmi
Aleksandar Milivojevic --> info-cyrus (2005-01-11 16:24:14 -0600): > I've got authentication using GSSAPI working. However, when I use > GSSAPI, imapd treats my login name as virtual domain. What is virtdomains set to in your imapd.conf? > While I'm at GSSAPI. There's configuration option "sr

Removing realm from usernames authenticated by GSSAPI (and two more unrelated questions)

2005-01-11 Thread Aleksandar Milivojevic
I've got authentication using GSSAPI working. However, when I use GSSAPI, imapd treats my login name as virtual domain. Is there a way to configure imapd to disregard @realm part of login that SASL returns? I have users in multiple realms, but usernames are guaranteed to be uniq, so I

Mapping usernames to mailboxnames?

2004-11-24 Thread Klaus Steinberger
Hello, we want to map the usernames to mailboxnames, because we want stable mailboxnames even with a namechange of the user (for example when a user changes his name because of marriage). We use a Novell Directory Service for our user database and authentication (LDAP). Is it possible to map a

Re: Usernames and imp-webmail.

2004-10-18 Thread Christiaan den Besten
Thanx, That fixed the problem. I was not aware that these things could be controlled in conf.php :) --- Use username_tolower: yes You can also easily fix imp to lowercase usernames. [ done :) ] --- I suspect that our version: 2.1.16 does not seem to support this feature. Thanx again all for your

Re: Usernames and imp-webmail.

2004-10-18 Thread Andrew Morgan
On Mon, 18 Oct 2004, Christiaan den Besten wrote: > Hi all ! > > Our users are pretty much used to use imp for webmail. Unfortunately after > migrating to cyrus some have been scared like hell, all their email was > lost! Or so it seemed :) > > > # Forcing recipient user to lowercase > # Cy

Re: Usernames and imp-webmail.

2004-10-18 Thread Igor Brezac
his/her username with some capital letter in it, they will be authenticated succesfully and see a empy mailbox :( Is there any other option I could set to help them ? Use username_tolower: yes You can also easily fix imp to lowercase usernames. -- Igor --- Cyrus Home Page: http://asg.web.cmu.edu

Usernames and imp-webmail.

2004-10-18 Thread Christiaan den Besten
Hi all ! Our users are pretty much used to use imp for webmail. Unfortunately after migrating to cyrus some have been scared like hell, all their email was lost! Or so it seemed :) # Forcing recipient user to lowercase # Cyrus 2.1 is case-sensitive. If all your mail users are in lowercase,

Re: Usernames without alpha characters

2004-09-14 Thread Simon Matter
> * Tore Anderson > > > Hi. I've run into problems with usernames like "123" or "1_1". > > What seems to be the common thing is that that none of them > > contains alphabetic characters. Cyradm creates them just fine > > (although

Re: Usernames without alpha characters

2004-09-14 Thread Tore Anderson
* Simon Matter > I have no idea why this restriction exists but there is a patch > somewhere to make all numeric mailboxes possible. You're right. See . That was committed 12 hours ago. I

Re: Usernames without alpha characters

2004-09-14 Thread Simon Matter
> * Tore Anderson > > > Hi. I've run into problems with usernames like "123" or "1_1". > > What seems to be the common thing is that that none of them > > contains alphabetic characters. Cyradm creates them just fine > > (although

Re: Usernames without alpha characters

2004-09-14 Thread Tore Anderson
* Tore Anderson > Hi. I've run into problems with usernames like "123" or "1_1". > What seems to be the common thing is that that none of them > contains alphabetic characters. Cyradm creates them just fine > (although they for some reason is created

Re: Usernames without alpha characters

2004-09-14 Thread Tore Anderson
* Tore Anderson > Hi. I've run into problems with usernames like "123" or "1_1". > What seems to be the common thing is that that none of them > contains alphabetic characters. Cyradm creates them just fine > (although they for some reason is created

Re: Usernames without alpha characters

2004-09-14 Thread Rob MacGregor
On Tue, 14 Sep 2004 11:16:23 +0200, Tore Anderson <[EMAIL PROTECTED]> wrote: > > Hi. I've run into problems with usernames like "123" or "1_1". > What seems to be the common thing is that that none of them contains > alphabetic characters. Cyradm c

Usernames without alpha characters

2004-09-14 Thread Tore Anderson
Hi. I've run into problems with usernames like "123" or "1_1". What seems to be the common thing is that that none of them contains alphabetic characters. Cyradm creates them just fine (although they for some reason is created under the "q" directory whe

RE: Question about usernames with an @

2004-06-07 Thread John Arthur
3012 userPassword: {SSHA}Secret;-) This was a trivial addition John > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of AJ > Sent: Tuesday, 8 June 2004 2:20 AM > To: [EMAIL PROTECTED] > Subject: Question about usernames with an @ > >

Re: Question about usernames with an @

2004-06-07 Thread Igor Brezac
On Mon, 7 Jun 2004, AJ wrote: > Hi, > I am using LDAP for authentication and my uid attribute is in the form of: > [EMAIL PROTECTED] I want to use this to authenticate, but I am having some > problems. I came across some info via google search, but no real answers. > I wanted to search the arc

Question about usernames with an @

2004-06-07 Thread AJ
Hi, I am using LDAP for authentication and my uid attribute is in the form of: [EMAIL PROTECTED] I want to use this to authenticate, but I am having some problems. I came across some info via google search, but no real answers. I wanted to search the archives, but it looks like they are gone?? A

Re: SASL domains and usernames and authentication

2004-03-10 Thread Prentice Bisbal
Thanks for the reply. I could write shell script to do it, too, but I was hoping for a more "proper" solution. Prentice William K. Hardeman wrote: --On Wednesday, 10 March, 2004 11:44 -0500 Prentice Bisbal <[EMAIL PROTECTED]> wrote: The problem is when I try to authenticate to the IMAP server

Re: SASL domains and usernames and authentication

2004-03-10 Thread William K. Hardeman
--On Wednesday, 10 March, 2004 11:44 -0500 Prentice Bisbal <[EMAIL PROTECTED]> wrote: The problem is when I try to authenticate to the IMAP server using Mozilla, it sends the user name as [EMAIL PROTECTED] That username is not in the sasldb, so then the user cannot authenticate. Is there anyway t

SASL domains and usernames and authentication

2004-03-10 Thread Prentice Bisbal
I'm using sasldb2 for authenticating users for my Cyrus mailserserves. The sasldb2 file is shared by all the machines by storing it on a SAN filesystem. Since saslpasswd2 adds the hostname to the username by default, I specify my domain when adding users: saslpasswd2 -c -u domain.tld username

Re: usernames with an "@" symbol

2004-02-10 Thread Alberto Tablado
its local parts from domains. Certainly you'll have problems facing > > SMTP servers. > > Why? > > Email address is not the same as username, although their values can be > the same. > > -Igor > > > > > El dom, 08 de 02 de 2004 a las 21:12, Robin M

Re: usernames with an "@" symbol

2004-02-10 Thread Igor Brezac
their values can be the same. -Igor > > El dom, 08 de 02 de 2004 a las 21:12, Robin M. escribió: > > Sorry if this made it two times > > > > Hi I am trying to get usernames with an @ symbol to work properly. > > > > My postfix, saslauthd, and ldap all work properl

Re: usernames with an "@" symbol

2004-02-10 Thread Alberto Tablado
The '@' it isn't a valid character for mail addresses. In addition, it splits local parts from domains. Certainly you'll have problems facing SMTP servers. El dom, 08 de 02 de 2004 a las 21:12, Robin M. escribió: > Sorry if this made it two times > > Hi I am tr

Re: usernames with an "@" symbol

2004-02-09 Thread Robin M.
On Mon, 9 Feb 2004, Igor Brezac wrote: > On Sun, 8 Feb 2004, Robin M. wrote: > > > On Sun, 8 Feb 2004, Igor Brezac wrote: > > > > > What does your saslauthd.conf look like? You probably need to set > > > 'ldap_filter: [EMAIL PROTECTED]'. cyrus-sasl 2.1.17 splits fully a qualified > > > usernam

Re: usernames with an "@" symbol

2004-02-09 Thread Igor Brezac
On Sun, 8 Feb 2004, Robin M. wrote: > On Sun, 8 Feb 2004, Igor Brezac wrote: > > > What does your saslauthd.conf look like? You probably need to set > > 'ldap_filter: [EMAIL PROTECTED]'. cyrus-sasl 2.1.17 splits fully a qualified > > usernam > > to the user and realm portion before it is passe

Re: usernames with an "@" symbol

2004-02-08 Thread Robin M.
On Sun, 8 Feb 2004, Igor Brezac wrote: > What does your saslauthd.conf look like? You probably need to set > 'ldap_filter: [EMAIL PROTECTED]'. cyrus-sasl 2.1.17 splits fully a qualified usernam > to the user and realm portion before it is passed to saslauthd. > my /etc/saslauthd.conf was ldap_s

Re: usernames with an "@" symbol

2004-02-08 Thread Igor Brezac
On Sun, 8 Feb 2004, Mike O'Rourke wrote: > >>>>>>>>>>>>>>> > >>> "Robin M." <[EMAIL PROTECTED]> 02/08/04 09:12PM >>> > Sorry if this made it two times > > Hi I am trying to get usernames with an

Re: usernames with an "@" symbol

2004-02-08 Thread Mike O'Rourke
>>>>>>>>>>>>>>> >>> "Robin M." <[EMAIL PROTECTED]> 02/08/04 09:12PM >>> Sorry if this made it two times Hi I am trying to get usernames with an @ symbol to work properly. My postfix, saslauthd, and ldap all wor

usernames with an "@" symbol

2004-02-08 Thread Robin M.
Sorry if this made it two times Hi I am trying to get usernames with an @ symbol to work properly. My postfix, saslauthd, and ldap all work properly. I used the Invoca rpms of the 2.2.3 release. In my /etc/imapd.conf configdirectory: /var/lib/imap partition-default: /var/spool/imap admins

Re: postfix 2.0.16 and cyrus w/ full e-mail usernames.

2004-02-07 Thread Edward Rudd
ring mail correctly to the Cyrus LMTP socket when > > cyrus IMAP has usernames in the form of [EMAIL PROTECTED] (a virtual map > > from [EMAIL PROTECTED] to [EMAIL PROTECTED]) But with 2.0.16 this no > > longer works, it tries to deliver mail to domain.com again.. and boun

Re: postfix 2.0.16 and cyrus w/ full e-mail usernames.

2004-02-07 Thread Cristian Mitrana
Edward Rudd wrote: I am currently testing an upgraded postfix from 1.1.12 to 2.0.16. and I had postfix delivering mail correctly to the Cyrus LMTP socket when cyrus IMAP has usernames in the form of [EMAIL PROTECTED] (a virtual map from [EMAIL PROTECTED] to [EMAIL PROTECTED]) But with 2.0.16 this

postfix 2.0.16 and cyrus w/ full e-mail usernames.

2004-02-07 Thread Edward Rudd
I am currently testing an upgraded postfix from 1.1.12 to 2.0.16. and I had postfix delivering mail correctly to the Cyrus LMTP socket when cyrus IMAP has usernames in the form of [EMAIL PROTECTED] (a virtual map from [EMAIL PROTECTED] to [EMAIL PROTECTED]) But with 2.0.16 this no longer works

virtual hosts usernames

2003-11-21 Thread Troex Nevelin
webmail to work. My question is can i use usernames like [EMAIL PROTECTED] and [EMAIL PROTECTED] to recive mail from different mailbox'es on machine with only one ip? -- born to create future Troex Nevelin ([EMAIL PROTECTED])

usernames containing @ (cyrus 2.1)

2003-10-23 Thread gregor . bruhin
Hi, I currently have to migrate an imail server to our cyrus server perhaps somebody had the same issues I have ... All users are using this style of usernames: [EMAIL PROTECTED] I tried to create a new mailbox with such a user it worked, authentification works also, mail routing also. But it

Force lowercase usernames via PAM/LDAP

2003-08-14 Thread Simon Matter
rrent software packages support some option to lowercase usernames but my problem was that authenticating against PAM->LDAP simply succeeds whatever case was used for the username. I have then looked for a way to force PAM to only authenticate lowercase usernames but unfortunately I didn't find a si

mapping of usernames after login

2003-02-16 Thread Karsten Römke
Hello! I have the following problem: We use cyrus running on a linux computer but the authentification to our network is done via a Win NT. -> We have usernames on the NT side and usernames on linux side. Not the same. - Our NT-Admin has done his tasks longer then me - so he uses usernames w

All numeric usernames?

2003-01-13 Thread Ted Cabeen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Is there any reason that cyrus doesn't allow all-numeric usernames? We have some legacy customers who have all numeric usernames, and I had to patch cyrus to allow usernames that are wholly nu

Re: cyradm - problem with dotted usernames?

2002-11-20 Thread Chris Hilts
> Lunar> cm user.administrator > Lunar> cm user.mail.admin > createmailbox: Permission denied The . is the separator. user.mail.admin is the 'admin' mailbox belonging to the 'mail' user. So you're probably trying to create a box for a user (mail) that doesn't exist yet. > Any workaround for thi

cyradm - problem with dotted usernames?

2002-11-20 Thread Gregory Chagnon
Hi- Does anyone know why I'm having a problem adding a username with a dot in it? Running cyradm I get: Lunar> cm user.administrator Lunar> cm user.mail.admin createmailbox: Permission denied Lunar> Any workaround for this? Thanks!! -Greg _

Re: usernames

2002-04-24 Thread simon
On Wed, 2002-04-24 at 19:41, Luc de Louw wrote: > Hi! > > Do you know if its possible to have cyrus users like user@domain ? > If not, any suggestions? Yes. use lmtp patch at www.surf.org.uk (there are reasons not to do it though) -- Simon

usernames

2002-04-24 Thread Luc de Louw
Hi! Do you know if its possible to have cyrus users like user@domain ? If not, any suggestions? Lots of End-users ask such questions. rgds Luc

Re: Usernames with dots in them

2002-04-18 Thread Ken Murchison
EMAIL PROTECTED]]On > > Behalf Of Adam Fox > > > Sent: 18 April 2002 03:45 > > > To: David Fuchs > > > Cc: info-cyrus > > > Subject: Re: Usernames with dots in them > > > > > > > > > What version of the IMAP server is that under? I&

RE: Usernames with dots in them

2002-04-18 Thread Nicolas Gauvrit
]> wrote: > Version 2.1.3, though I have heard tale of a patch > for 2.0.16! > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On > Behalf Of Adam Fox > > Sent: 18 April 2002 03:45 > > To: David Fuchs > >

RE: Usernames with dots in them

2002-04-17 Thread Russell Packer
Version 2.1.3, though I have heard tale of a patch for 2.0.16! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Fox > Sent: 18 April 2002 03:45 > To: David Fuchs > Cc: info-cyrus > Subject: Re: Usernames with dots in them

Re: Usernames with dots in them

2002-04-17 Thread Adam Fox
> allow you to use dots in usernames. Mailboxes will still look like > user.adam.fox in your listing, however Cyrus internally records these > dots as carots (^). > > -David Fuchs > > Adam Fox wrote: > >> Hi all, >> >> I've installed the cyrus IMAP

Usernames with dots in them

2002-04-17 Thread Adam Fox
Hi all, I've installed the cyrus IMAP server for the first time this morning, and it's running fine. It looks like it will do everything we want it to do, like not having to add unix users to have a mail user, and to be able to access mail via POP and IMAP. But there is always a snag when you

Re: numerical usernames, and which release?

2000-10-29 Thread cyrus-imapd
> I want to use numerical usernames, but imapd and pop3d doesn't recognise > them, however deliver does (and mailboxes with alfa's in it work fine). Is > it possible to use them? (Our students have all numbers, so it would be > nice to let their account name be their student

numerical usernames, and which release?

2000-10-29 Thread Paul Dekkers
Hi I want to use numerical usernames, but imapd and pop3d doesn't recognise them, however deliver does (and mailboxes with alfa's in it work fine). Is it possible to use them? (Our students have all numbers, so it would be nice to let their account name be their student-number...)