Re: user name length

2002-05-16 Thread Roger Abrahamsson
Jeremy C. Reed wrote: >On Thu, 16 May 2002, Glenn Hocking wrote: > > > >>sendmail and qpopper. >> >>so that [EMAIL PROTECTED] is a total different user than >>[EMAIL PROTECTED] >> >> > > > We have run courier imap/pop with mysql support and all beneath one unix account for all mailboxe

Re: user name length

2002-05-16 Thread Glenn Hocking
blem?I am also confused how it can reliably work with qpopper since severalPOP3 clients automatically get rid of the at-sign and domain. (I don'tthink standard qpopper can be configured to use an alternative characterand then replace it with an at-sign before doing a getpwnam(3).)As for user name

Re: user name length

2002-05-16 Thread Jeremy C. Reed
On Thu, 16 May 2002, Jeremy C. Reed wrote: > I have also used sendmail's virtusertable workaround for many years. I am > not sure how you could use full user@domain as the virtusertable alias > (right hand side) and sendmail would know that it was really a local > getpwent username (and not relay

Re: user name length

2002-05-16 Thread Jeremy C. Reed
k standard qpopper can be configured to use an alternative character and then replace it with an at-sign before doing a getpwnam(3).) As for user name length, I did several tests the past few years with Debian Linux (and some BSDs) with long user names. I have had usernames with over hundred ch

Re: user name length

2002-05-16 Thread Glenn Hocking
Hi Jeremy Sorry but I'm using standard sendmail and qpopper. The stickhost and virtusertable 'features' have been around for a while. I've been using this setup since 1996 with great success. Cheers Glenn Hocking Publish Media Pty Ltd http://www.sitegeneral.com/ Jeremy C. Reed wrote: [EMAI

Re: user name length

2002-05-16 Thread Jeremy C. Reed
On Thu, 16 May 2002, Glenn Hocking wrote: > sendmail and qpopper. > > so that [EMAIL PROTECTED] is a total different user than > [EMAIL PROTECTED] You must have some special customized sendmail and qpopper, because they do not support that in first place (unless maybe the email address is str

Re: user name length

2002-05-16 Thread Glenn Hocking
It's actually very easy to do virtual users with standard unix users, I use sendmail with feature 'stickyhost' and just use a virtusertable as follows [EMAIL PROTECTED]                    publish01 [EMAIL PROTECTED]                 publish01 [EMAIL PROTECTED]            client01 [E

Re: user name length

2002-05-16 Thread Emile van Bergen
On Fri, 17 May 2002, Glenn Hocking wrote: > Thanks > > However I have been running virtual email where user != email address > for some time. That's different; I mean POP3 user != unix user != email address. That is, you use *two* mappings tables, to also separate POP3 users from Unix users (m

Re: user name length

2002-05-16 Thread Glenn Hocking
Thanks However I have been running virtual email where user !=  email address for some time.  I have a new client that is currently using a setup of full email address including '@'  as the user name. I have modified my system to handle this with the 32 char limitation. Is there a way to ove

Re: user name length

2002-05-16 Thread Emile van Bergen
Hi, On Thu, 16 May 2002, Glenn Hocking wrote: > sendmail and qpopper. > > so that [EMAIL PROTECTED] is a total different user than > [EMAIL PROTECTED] The easiest way to do that is to move to a setup where pop3 users != unix users. The conceptual way to do this is to have all mboxes/maildirs

Re: user name length

2002-05-15 Thread Glenn Hocking
sendmail and qpopper. so that  [EMAIL PROTECTED] is a total different user than [EMAIL PROTECTED] I have a new client that wants to use their original email setups that use the full email address for pop3. Not sure what system the used to use (NT) but their usernames are as above. It all works

Re: user name length

2002-05-15 Thread Cameron Moore
* [EMAIL PROTECTED] (Glenn Hocking) [2002.05.16 22:39]: > It turns out the problem is user names that are over 32 characters. This > is why useradd worked sometimes. The escape '\@' was a red herring. I > will still use '\@' as it seems more correct but this does not fix my > problem. > > Can

user name length

2002-05-15 Thread Glenn Hocking
Hi again It turns out the problem is user names that are over 32 characters. This is why useradd worked sometimes. The escape '\@' was a red herring. I will still use '\@' as it seems more correct but this does not fix my problem. Can anybody tell me if the max user name is actually my proble