[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] raq3 and smtp support, heeeelllppp...
- Subject: Re: [cobalt-users] raq3 and smtp support, heeeelllppp...
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Dec 5 14:34:10 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I am just about to get mad.. My clients want to use my
> raq3 smtp server but all these pop check-before-smtp
> stuff and such.. do nothing for me to solve my problem
> with Outlook..
> Does anybody know how to setup raq3 and outlook so
> that we can use smtp.
> I reallllyyyy appreciate any help..
> iarit@xxxxxxxxx
>
You have to have your clients set up their outlook
to use smtp.domain.com and pop.domain.com
And,
Create an MX record in each zone for the following
pop 86400 IN MX 10 domain.tld.
smtp 86400 IN MX 10 domain.tld.
sorry, I don't use the GUI but the zone file
/etc/named/pri.domain.tld
should look something like above. It's a good idea to give
each domain a pop and smtp record, so if you ever move them
or decide to use separate pop, smtp servers, it's easy!
When you change a zone file (if doing manual)
execute "ndc reload domain.tld"
Gerald