[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RaQ3] Accepting E-Mail outside domain



----- Original Message -----
> > How can I configure a RaQ3 to accept the second domains e-mail using a
User
> > account in the virtual site of the first domain?
>
> Login as root
>
> Then edit the files as required:
>
> pico -w /etc/sendmail.cw
> Go to the end of the file and type:
> domain.co.uk
> www.domain.co.uk
>
> pico -w /etc/virtusertable
> Go to the end of the file beneath the line that reads "# Put custom
> additions below" and type:
>
> @domain.co.uk    user1
> @www.domain.co.uk user1
>
> Then at the command prompt type:
> /usr/bin/makemap hash /etc/virtusertable < /etc/virtusertable
> /etc/rc.d/init.d/sendmail restart
>
> Now you should be set up so that user1@xxxxxxxxxx will get all the email
> for anyone@xxxxxxxxxxxx

Roger,

Thanks you are a star.  Had the web bit sorted but been a bit wary of diving
into the sendmail.cw file it all looked to easy to screw up.

Your step by step was keystroke perfect, should be added to the knowledge
base.

Regards,

Trevor.