與MD的功能對應問題
MD中有一個功能是服務器通過指定的其它服務器來投遞郵件,在merak中對應的功能是如何配置的? 是Mdaemon可以将发不出去的邮件投递到其他SMTP服务器吗? 是。這個功能在merak中是那些項? 左侧菜单-〉Mail service-> smtp Service选择Use relay server:
勾上Deliver messages via relay server when direct delivery fails
这个应该是和mdaemon类似的发出出去的邮件走下一个smtp服务器一样的功能。
另外,还有一个超强的每个域名的重定向功能 (Mdaemon不知道是否可以这么做)
在上面同样位置的Routing选择卡中,自定义任意域名的SMTP路由,可以加上SMTP认证登录信息。
Example:
aol.com=%%alias%%@aol.com;;relay.isp.com
This causes that all messages for somebody@aol.com will be sent directly to relay.isp.com server instead of using standard DNS lookup for aol.com
company.com=%%alias%%@company.com;1;user:pwd@relay.isp.com
This causes that all messages for existing local user in company.com domain will be sent through relay.isp.com mail server with SMTP authentification (user:pwd) will be sent routed through relay.isp.com server
company.com=%%alias%%@company.com;;username%domain.com:passwd@relay.isp.com
This causes that all messages for somebody@company.com will be sent directly through relay.isp.com server instead of using standard DNS lookup for company.com with SMTP authentication against full email address (username%domain:password@relayserver).
localdomain.com=%%current_recipient%%;;customer-server.com
This causes that all messages for any_alias@localdomain.com will be redirected to customer-server.com, the recipient will be the primary alias of the original recipient's account 感謝!研究一下。
页:
[1]
