> I've got the vlogin 3.3 and compatibility 1.2 plugins downloaded and then > installed using ./conf.pl > > I've copied the ../plugins/vlogin/data/config.php.sample to > ./plugins/vlogin/data/config.php > > I'm now a bit stumped - I've opened up the config.php file in my editor > and > now not sure what to do. > > Again, what I'm trying to do is have all users go to > http://maindomain.com/webmail/ to start Squirrelmail, then enter in their > user credentials for example local user called user1 would enter in: > [EMAIL PROTECTED] and their pw in the Squirrelmail logon screen. >
What it seems that you want to do here is to host virtual domains with sendmail. I'm not sure that this is easily accomplished. You are better off trying postfix or qmail. Now, if all you want is to accept mail for different domains, and have them delivered to local mailboxes, this is much easier. In other words, you: 1.) configure sendmail to accept mail for domain1.com, domain2.com, and domain3.com. 2.) create a local unix user named joe. 3.) Now, all mail recieved for [EMAIL PROTECTED], [EMAIL PROTECTED], and [EMAIL PROTECTED] will be delivered to the same mailbox. > Then, when they send emails from Squirrelmail, the email recipient will > see > the sender as [EMAIL PROTECTED] vs. what is currently happening which is > recipients see: [EMAIL PROTECTED] > This can easily be accomplished by creating identies in squirrelmail. This can be found under Options >> Personal Information >> Edit Advanced Identities. Creating more than one identity will produce a dropdown list on the compose page in the From: fiels, where you can choose the identity. I hope this helps. I don't quite understand if you want to do a full blown virtual domain setup, or just change the from address. If it's the former, you will need to configure your MTA and IMAP server first. -- Matt M. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
