cy_ttcm
2nd September 2009, 06:19
I saw Falko Timme write the article [Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 5.3 x86_64)].
I want to ask you a question.
Established in mysql, transport table role is that I can pass another public network IP forwarding mail?
How to set up public network IP which computer?
thanks
The transport table is optional, it is for advanced users. It allows to forward mails for single users, whole domains or all mails to another server. For example,
domain transport
example.com smtp:[1.2.3.4]
would forward all emails for example.com via the smtp protocol to the server with the IP address 1.2.3.4 (the square brackets [] mean "do not make a lookup of the MX DNS record" (which makes sense for IP addresses...). If you use a fully qualified domain name (FQDN) instead you would not use the square
I want to ask you a question.
Established in mysql, transport table role is that I can pass another public network IP forwarding mail?
How to set up public network IP which computer?
thanks
The transport table is optional, it is for advanced users. It allows to forward mails for single users, whole domains or all mails to another server. For example,
domain transport
example.com smtp:[1.2.3.4]
would forward all emails for example.com via the smtp protocol to the server with the IP address 1.2.3.4 (the square brackets [] mean "do not make a lookup of the MX DNS record" (which makes sense for IP addresses...). If you use a fully qualified domain name (FQDN) instead you would not use the square