I'm fighting against a similar Problem. Following your instructions:
Originally posted by neo
View Post
Code:
hyperion:/etc/postfix # telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 mail.my-oxserver.mydyndomain.org ESMTP Postfix MAIL FROM: Firstname.lastname@my-oxserver.mydyndomain.org 250 2.1.0 Ok PCPT: Firstname1.lastname1@myotherdomain.com 221 2.7.0 Error: I can break rules, too. Goodbye. Connection closed by foreign host.
I am using myotherdoamin.com as an additional domain configured in the Admin-Gui. Retrieving Mails with fetchmail is working okay, but sending gives the following error:
Code:
Jan 16 13:26:39 hyperion postfix/smtpd[26757]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 : Recipient address rejected: User unknown in virtual alias table; from= to= proto=ESMTP helo= Jan 16 13:26:39 hyperion postfix/smtpd[26757]: disconnect from localhost[127.0.0.1]
Is there a workaround to send mails to users@myotherdomain.com wich are not hosted at my ox-server. I have the possibility to use my Strato-Rootserver as a relay-host with a static IP.
My Idea was to create a transport_map like
Code:
#transport myotherdomain.com :ox-relay.myvalid-ip.server.com
I am not yet that much of a postfix-teaser as anjin might be now in between.
susist
Leave a comment: