On 4/9/2013 3:46 AM, Indiana Jones wrote:
> Hi,
> Thank you for your input!
> 
> I need Postfix to receive all messages sent to all users of mhm.lv
> and deliver them locally to the 
> mail users of the same domain!

If these users are local system accounts, add the domain to
mydestination.
http://www.postfix.org/BASIC_CONFIGURATION_README.html
http://www.postfix.org/ADDRESS_CLASS_README.html
or possibly:
http://www.postfix.org/VIRTUAL_README.html

> 
> I have these particular configurations in my
> /usr/local/etc/postfix/main.cf
> 
> mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
>        mail.$mydomain, www.$mydomain, ftp.$mydomain
>  
> relay_domains = $mydestination

You probably want the above parameter set empty, like this:
relay_domains =


>  
> relayhost = $mydomain

If all your mail should be delivered through a smarthost, usually
you set the above with "[ ]" brackets, like this:
relayhost = [smtp.example.com]



> 
> Please be so kind as to specifically advise as what I should do, for
> I am brand new to Postfix :)!

Documentation is here:
http://www.postfix.org/documentation.html



  -- Noel Jones

Reply via email to