[GH-ISSUE #1704] forward a email-address to a other server? #1343

Closed
opened 2026-02-27 11:16:37 +03:00 by kerem · 2 comments
Owner

Originally created by @cremesk on GitHub (Mar 21, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1704

Impacted versions

  • Modoboa: 1.3.1
  • installer used: Yes
  • Webserver: Nginx

Hello,
Question.. how can i forward a email-address to a other server?
news@domain.com (mailman email on modoboa) -> to mailman-server ?

/etc/postfix/main.cf

mynetworks = 127.0.0.0/8 remote.postfix.ip.address
transport_maps = hash:/etc/postfix/transport

/etc/postfix/transport

news@domain.com smtp:[remote.postfix.ip.address]

and

postmap /etc/postfix/transport
service postfix restart

is that all i need?

Thank You so much

Originally created by @cremesk on GitHub (Mar 21, 2019). Original GitHub issue: https://github.com/modoboa/modoboa/issues/1704 # Impacted versions * Modoboa: 1.3.1 * installer used: Yes * Webserver: Nginx Hello, Question.. how can i forward a email-address to a other server? news@domain.com (mailman email on modoboa) -> to mailman-server ? /etc/postfix/main.cf ``` mynetworks = 127.0.0.0/8 remote.postfix.ip.address transport_maps = hash:/etc/postfix/transport ``` /etc/postfix/transport ``` news@domain.com smtp:[remote.postfix.ip.address] ``` **and** ``` postmap /etc/postfix/transport service postfix restart ``` is that all i need? Thank You so much
kerem closed this issue 2026-02-27 11:16:37 +03:00
Author
Owner

@tonioo commented on GitHub (Mar 25, 2019):

@cremesk Yes, it is a good way to route an email address to another server.

<!-- gh-comment-id:476240634 --> @tonioo commented on GitHub (Mar 25, 2019): @cremesk Yes, it is a good way to route an email address to another server.
Author
Owner

@cremesk commented on GitHub (Mar 25, 2019):

Thank you. I have test it this weekend. Works fine!

<!-- gh-comment-id:476255352 --> @cremesk commented on GitHub (Mar 25, 2019): Thank you. I have test it this weekend. Works fine!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1343
No description provided.