smoerk wrote: >On Wed, 09 Jan 2002 14:19:15 +0100, Benjamin Constant wrote: > >>I think you can not use the @ sign in virtual adresses for portability >>purposes (some client mua are not able to work with account@domain for >>the login field) >> > >but i think this is not a problem with courier, but with some user >clients. i made the test with a telnet client... > Does it work ? (The log in the message shows me the opposite)
>>It also means that you can not have more than one alias for all the >>domain you are hosting -> e.g. test@somedomain can not exists if >>test@anotherdomain exists... >> > >are you sure? > Yes i'm sure cause (i find it in the documentation and after some research in the distribution scripts) makeuserdb makes a concat of all the file (if you work with more than one of course) into on single file (userdb.dat) >>What you should try todo if you want aliases trough multiple domains is >>to use a virtusertable with you smtp server to redirect aliases to >>distinct courier users ; ) >> >>Rewrite your virtual accounts and try to log without the @ sign ! >> > >??? > What i want to mean here (sorry my english is maybe not good enough) is that : You can receive mail for multiple aliases if you are doing virtual domain hosting cause the virtusertable scheme allow such things (i am more thinking a bout sendmail but other mta should be able to do that too) e.g. : field1 field2 [EMAIL PROTECTED] webmaster1 [EMAIL PROTECTED] webmaster2 [EMAIL PROTECTED] webmaster3 This allow the mta to deliver the message to distinct account (that are virtual on your system) requesting maildrop to deliver the virtual user corresponding to the field2 [EMAIL PROTECTED] will use webmaster1 to check his mail... >>smoerk wrote: >> >>>>i had success with virtual userdb users and pop3. delivery works >>>> >>> ~~~~~~~~ >>> >>>sorry i wanted to write: >>> >>>i had no success... :) >>> >>> >>>>without a problem, but i cannot fetch mails with pop3. i don't know >>>>what i should do now, i read the manpages an html docs, but cannot find >>>>a solution. is there a searchable mailing list archive? >>>> >>>> >>>>/etc/courier/pop3d: >>>>[...] >>>>authmodulelist="authuserdb authpam" >>>>[...] >>>> >>>> >>>># userdb -show [EMAIL PROTECTED] >>>>home=/home/myuser/User/test >>>>systempw=sNgzmR5zPca3I >>>>gid=1021 >>>>uid=1021 >>>> I don't see any imappw or poppw field for user test ? You must set a password for pop authentication and another one (that can be the same) for imap authentication (the userdb system can be use for other purposes than mail, that's why you find a home and a systempw field) You must have a look at userdb man pages ! >>>> >>>> >>>> >>>># telnet localhost pop3 >>>>Trying 127.0.0.1... >>>>Connected to localhost. >>>>Escape character is '^]'. >>>>+OK Hello there. >>>>user [EMAIL PROTECTED] >>>>+OK Password required. >>>>pass mypass >>>>[here it waits 5 seconds] >>>>-ERR Login failed. >>>> >>>> >>>> >>>> >>>>_______________________________________________ >>>>courier-users mailing list >>>>[EMAIL PROTECTED] >>>>Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users >>>> >>> >>> >>>_______________________________________________ >>>courier-users mailing list >>>[EMAIL PROTECTED] >>>Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users >>> >> >>-- >>Benjamin Constant >>http://www.OpenTech.be >> >><< The beauty of an open system is that innovative people will find ways >>to improve the system that the original creators never anticipated... >> >> >>Mark Frauenfelder >> >> >> >> >>_______________________________________________ >>courier-users mailing list >>[EMAIL PROTECTED] >>Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users >> > > > > > > > >_______________________________________________ >courier-users mailing list >[EMAIL PROTECTED] >Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > -- Benjamin Constant http://www.OpenTech.be << The beauty of an open system is that innovative people will find ways to improve the system that the original creators never anticipated... >> Mark Frauenfelder _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
