Re: Virtual Hosts and Email

2001-01-31 Thread Mike Burger
You're quite welcome. On Wed, 31 Jan 2001, Ben Ocean wrote: > Thank you Michael Berger and Charles Galpin, got it! > BenO ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Virtual Hosts and Email

2001-01-31 Thread Ben Ocean
Thank you Michael Berger and Charles Galpin, got it! BenO ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Virtual Hosts and Email

2001-01-30 Thread Charles Galpin
No, not quite. You originally said you wanted to be able to support both [EMAIL PROTECTED] and [EMAIL PROTECTED] on the same box. The virtusertable allows you to accept mail for these two addresses (which are not necesarily real accounts) and send the mail to a *real* account. So you would have

Re: Virtual Hosts and Email

2001-01-30 Thread Michael Burger
On Tue, 30 Jan 2001 16:46:51 -0800, Ben Ocean wrote: > >>The virtusertable is a list of virtual addresses...something like the >>/etc/aliases (or is that /etc/mail/aliases) file. The first part of the >>line is the virtual address, the second is the address which should >>actually accept the mai

Re: Virtual Hosts and Email

2001-01-30 Thread Ben Ocean
>The virtusertable is a list of virtual addresses...something like the >/etc/aliases (or is that /etc/mail/aliases) file. The first part of the >line is the virtual address, the second is the address which should >actually accept the mail. > > > [EMAIL PROTECTED] [EMAIL PROTECTED] > > [EMAIL PR

Re: Virtual Hosts and Email

2001-01-30 Thread Mike Burger
On Tue, 30 Jan 2001, Ben Ocean wrote: > At 04:26 PM 1/30/2001 -0500, you wrote: > >Assuming you're running sendmail... > > > >Add entries in the file /etc/mail/virtusertable that look like: > > > >[EMAIL PROTECTED] [EMAIL PROTECTED] > >[EMAIL PROTECTED] [EMAIL PROTECTED] > > But if I run the

Re: Virtual Hosts and Email

2001-01-30 Thread Ben Ocean
At 04:26 PM 1/30/2001 -0500, you wrote: >Assuming you're running sendmail... > >Add entries in the file /etc/mail/virtusertable that look like: > >[EMAIL PROTECTED] [EMAIL PROTECTED] >[EMAIL PROTECTED] [EMAIL PROTECTED] But if I run the command: useradd -m -c "TheWebsons" sales isn't that goi

Re: Virtual Hosts and Email

2001-01-30 Thread Eric Wood
linuxconf. Easiest way to manage lots of vdomains. -eric wood - Original Message - From: "Ben Ocean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 3:52 PM Subject: Virtual Hosts and Email > Hi; > If I knew the appropriate term

Re: Virtual Hosts and Email

2001-01-30 Thread Mike Burger
Assuming you're running sendmail... Add entries in the file /etc/mail/virtusertable that look like: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] On Tue, 30 Jan 2001, Ben Ocean wrote: > Hi; > If I knew the appropriate term to search under, I wouldn't bother the l

Virtual Hosts and Email

2001-01-30 Thread Ben Ocean
Hi; If I knew the appropriate term to search under, I wouldn't bother the list. I need to configure email for my virtual hosts such that more than one of them can use the same name, such as: sales@... How do I do this? TIA, BenO ___ Redhat-list mai