Steven,

I just did what you are talking about about a week ago.

edit the postfix config file:  /etc/postfix/main.cf

make sure you uncomment the lines:

  mydomain=domain.name

and replace "domain.name" with your company or organization's domain,

Then uncomment the line,

  mydestination = $myhostname, localhost.$mydomain, $mydomain,

but don't replace anything on it,  they are defined above.

I also had to configure the line:

   myhostname = mail.domain.name

because my ISP had the MX record  configured to go to a machine, with hostname
"mail"

run the command:

   /etc/rc.d/init.d/postfix restart

hope this helps

Ron




Steven Boothe wrote:

> Greetings fellow listees, can anyone help or point me in the right direction?
>
> I'm trying to setup an e-mail server to replace our current one (sendmail on
> NT). The box I am running is:
>
> Mandrake 7.2 w/ postfix
> 2.2.15-4mdksecure #1 SMP Wed May 10 14:16:48 CEST 2000 i686 unknown
>
> I've got it all working to receive mail if I type into the mail header:
> "[EMAIL PROTECTED]", but I am having trouble getting it to recieve mail if
> I type in "[EMAIL PROTECTED]".... ?
>
> DNS is being handled on a seperate server, and I have changed the obvious
> values for the MX record and CNAME entry to reflect the value of the new
> host. But as I mentioned, I can send mail from a remote client to
> host.domain.com (and pick it up via POP3), but it won't work if I send it to
> "[EMAIL PROTECTED]"??? Is this a POP3 issue or an SMTP/MTA issue?
>
> Please any comments of how or where to look would be sorely appreciated.
>
> Steven

--
--------------------------------------------------------------------
Ron Wolf                                     Die Hard Linux Advocate
[EMAIL PROTECTED]
http://www.wolfamily.net



Reply via email to