Forum Moderators: phranque

Message Too Old, No Replies

Sendmail

few queries

         

bsf

11:23 am on Oct 12, 2001 (gmt 0)



i have few quaries on live server running sendmail -
* how can i define smtp.mydomain.com so that i can use sendmail server to work with outlook or any other mail client.
* how can i have multiple domain mapped to the single sendmail server and define each a different smtp.mydomain.com names.
* if i need a DNS entry for both do i have to have my own DNS running or what is the other way.
thanks in advance.

grnidone

10:44 pm on Oct 12, 2001 (gmt 0)



Welcome to WmW, bsf.

In order to help, I need some clarification so I understand what you are asking.

Do you want to access email from any mail application?

Do you want to use one sendmail server for multiple domains?

How much control do you have over your DNS?

Ask your ISP how much they will do for your DNS, example: MX records

bsf

5:38 am on Oct 15, 2001 (gmt 0)



yes i want to be able to access the mails from any mail application.

yes i have multiple domain on my server and for all of them i want to use sendmail.

the server is fully under my control.

netcommr

3:32 am on Oct 25, 2001 (gmt 0)

10+ Year Member




You first must make sure you are using FEATURE('virtusertable')

Then you need to edit the 'virtusertable' file to map the addresses. Each entry on its own line.

For a catchall for 'somedomain' add

@somedomain username

this will put all the mail coming to 'somedomain' into the 'username' mail folder

then use outlook to connect to your server

incoming mail server = somedomain
outgoing server = somedomain
username = username
password = accounts_password

---

you can also map specific addresses, such as

you@somedomain domain-you

or forward them to another address

@somedomain you@anotherdomain