From wilson at claborn.net Fri Feb 22 17:05:16 2002 From: wilson at claborn.net (JW) Date: Tue Dec 20 11:33:47 2005 Subject: Would someone with CVS commit access please add this? Message-ID: <5.1.0.14.0.20020221181733.029b4350@mail.servicemail123.com> Hello, I've been using the following bit of code successfully for a year now, to add support for using a colon as a field separator. I'd like for it to be committed to the CVS tree so that I won't have to keep patching it by hand. Would someone please commit it to CVS? I don't know how to make a patch, if someone cares to tell me how I'll send it along. Thanks. >Subject: Re: Petition for support of colon as a username field separator >Hi, > >There are two places in main.c where you see the following code: > >#ifdef NONIPVIRTUALS > tmpvname = strchr(username, '%'); > if (tmpvname == NULL) > tmpvname = strchr(username, '@'); > if (tmpvname != NULL) > *tmpvname = 0; >#endif > >You can change this for: > >#ifdef NONIPVIRTUALS > tmpvname = strchr(username, ':'); > if (tmpvname == NULL) > tmpvname = strchr(username, '%'); > if (tmpvname == NULL) > tmpvname = strchr(username, '@'); > if (tmpvname != NULL) > *tmpvname = 0; >#endif > >It's clear that the config file option is the "clean" way to do it, but it >will require more thorough study to do... > >In the meantime, you can make it work just like this, I guess. > >El 11 Jul 2001, a las 13:13, Jonathan Wilson escribi?: > >> Hello, >> >> As I said in one of my previous posts, I'm trying to switch from Gnu-pop3d to >> SolidPOP. It's very important that I not have mess with the existing mail >> system if at all possible. Everything's been going fine until just now what I >> hit a bad snag: because of the problem with netscape not accepting "@" in >> usernames, we already have all of our clients using ":". I just found out that >> solid pop doesn't accept : as a field separator. >> >> Please, is there anyway that you could add support for ":" to be using in >> place of "@" (for example my username would be jw:mail2.servicemail123.com >> instead of jw%servicemail123.com or jw@servicemail123.com)? >> >> We really cannot ask all our clients to change their usernames, they would not >> understand what was happening, and would probably not be happy about it. >> >> I'd be willing to make the change myself, but I'm not a C programmer. I >> already had one look at the source code, grepping for @ and %, but I didn't >> see anything I could do. >> >> Is there a list of acceptable characters somewhere? If some one could simply >> tell me what file to look in I'd be happy to give it a shot. >> >> Perhaps this could even be added as some sort of option in the Global section >> of the config file? >> >> >> VirtUserChars "@#%:" >> >> >> A quick reply, even if all you can say is "yes, we can do this" or "no, we >> can't" would be /really/ appreciated. >> >> Thanks! >> >> ---------------------------------------------------- >> Jonathan Wilson >> System Administrator >> >> Cedar Creek Software http://www.cedarcreeksoftware.com >> Central Texas IT http://www.centraltexasit.com >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: solidpop3d-list-unsubscribe@lists.pld.org.pl >> For additional commands, e-mail: solidpop3d-list-help@lists.pld.org.pl >> > > >-- >Mariano Absatz - El Baby >mailto:baby@baby.com.ar >http://www.baby.com.ar/ > PGP KEYS: http://www.baby.com.ar/datos/personales.html#claves_pgp > |\ _ > _\\/'> Powered by Pegasus Mail > /|__) http://www.pmail.com > ) )\ >----------------------------------------------------------- >Microwave: Signal from a friendly micro... > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: solidpop3d-list-unsubscribe@lists.pld.org.pl >For additional commands, e-mail: solidpop3d-list-help@lists.pld.org.pl ---------------------------------------------------- Jonathan Wilson System Administrator Cedar Creek Software http://www.cedarcreeksoftware.com From jw at centraltexasit.com Sat Feb 23 19:32:44 2002 From: jw at centraltexasit.com (JW) Date: Tue Dec 20 11:33:47 2005 Subject: One more try: Can anyone give me a hand with TLS? Message-ID: <5.1.0.14.0.20020223123201.040cbe40@mail.servicemail123.com> Hey, I sent this yesterday but it appears that it never made it to the list. Please excuse the duplicates. Hello, I am setting up another pop3 server and finding TLS rather interesting, I'm considering implementing it this time. However, I don't know anything about TLS and can't seem to find much information on it. If anyone has an idea what is required to use it, I would greatly appreciate hearing from you, either on list or off, as you prefer. Thanks! ---------------------------------------------------- Jonathan Wilson System Administrator Cedar Creek Software http://www.cedarcreeksoftware.com