Castagnet Adrien schrieb: > Hi tobi, > thank you for your reply. > In my main.cf > I uncommented a line mydestination, it's now like this : > mydestination = $myhostname, localhost.$mydomain, localhost > So then $myhostname must be your domain name (mydomain.local) or it wont work mydestination defines all the targets (domains or hosts) for which Postfix is the final station. Emails sent to mydestination will never be forwarded to an external server.
Just put your local domain name at the line with mydestination and don't forget to postfix reload. Then it should work as you want (at least it should as far as my understanding of Postfix is correct) :-) Cheers tobi