* Luca Cazzaniga <[EMAIL PROTECTED]>:
> hello, i've problem about incomplete address rewriting
> my test configuration file /etc/postfix/main.cf reported below
> 
> myhostname = pippo
> mydomain = topo-linea.it

That's wrong.
You need to use:
myhostname = pippo.topo-linea.it
mydomain = topo-linea.it

> myorigin = $myhostname.$mydomain

That's wrong. Use the default (myorigin = $myhostname) instead.

> mydestination = $myhostname.$mydomain, $myhostname, localhost.$mydomain, 
> localhost
You need to correct this as well.

> mynetworks = 127.0.0.0/8

> relayhost =
default
> append_at_myorigin = yes
default
> append_dot_mydomain = yes
default
     
> Another variables involved in rewriting get the default:
> 
> # postconf local_header_rewrite_clients
> local_header_rewrite_clients = permit_inet_interfaces
> # postconf remote_header_rewrite_domain
> remote_header_rewrite_domain =
> 
> i realize that a sender address without domain is rewrited appending the
> @mydomain instead @myorigin

No. A sender address without domain is gets @$myorigin
 
-- 
Ralf Hildebrandt ([EMAIL PROTECTED])          [EMAIL PROTECTED]
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
One of the main causes of the fall of the Roman Empire was that,
lacking zero, they had no way to indicate successful termination of
their C Programs. 

Reply via email to