Transport mapping dont work for multidomains

Bugs in eFa 4
Post Reply
Jimmyd
Posts: 3
Joined: 19 Mar 2020 11:05

Transport mapping dont work for multidomains

Post by Jimmyd »

Hi
have installed EFA 4
and I have 3 mailserver in my network, problem is that its only one email server that gets email from one domain
when sending to other domains that are in the Transport mapping, the sender get mail back
efa04.localdomain give this error:
<jimmy@visombrygger.se>: Recipient address rejected: undeliverable address: No user at this address

I know that when we set upp all in the install menu I did enter one mailserver ipaddress (thats the one that works in transport mapping),
but do I have to add the other two ipaddresses for the servers, and where do I do this ??
Thanks
please replay on this
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Transport mapping dont work for multidomains

Post by shawniverson »

You indeed need to add them.

Code: Select all

sudo eFa-Configure 
Jimmyd
Posts: 3
Joined: 19 Mar 2020 11:05

Re: Transport mapping dont work for multidomains

Post by Jimmyd »

Hi shawniverson
Sorry for late replay, still dont got Transport Mapping to work
Im not god in linux, is there other way to set transport mapping for multidomains ?
I know where to set in postfix server at Transport Mapping
Is there any file that can be edit inside webmin to get this to work
Thanks for fast replay "again" :D
Regards
Jimmy
Zwabber
Posts: 69
Joined: 14 Feb 2016 21:26

Re: Transport mapping dont work for multidomains

Post by Zwabber »

In webmin go to;
- Servers
- Postfix mail server
- Transport mapping

Edit files in webmin;
- Servers
- Postfix mail server
- Edit config files and select "transport"
- Scroll to bottom and set the configuration like this;
blabla.net smtp:[192.168.1.14]
bliepbliep.com smtp:[192.168.1.14]
noknok.com smtp:[192.168.1.14]
Jimmyd
Posts: 3
Joined: 19 Mar 2020 11:05

Re: Transport mapping dont work for multidomains

Post by Jimmyd »

hi, this is set in postfix server under transport mapping
Click on any mapping to edit its properties: What format should I use
Name Maps to...
logonet.se smtp:[192.168.10.10]

Name Maps to...
visombrygger.se smtp:[192.168.10.40]

Here is the transport file
# TRANSPORT(5)

# Logonet
logonet.se smtp:[192.168.10.10]
# visombrygger.se
visombrygger.se smtp:[192.168.10.40]
Post Reply