Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago开发者_开发问答.
Improve this questionis it possible to use postfix with subethasmtp so that postfix can deliver emails to subethasmtp and it handle those emails ?
Usually you would use transport_maps to route certain mails or whole domains to subethasmtp.
transport_maps = hash:etc/postfix/transport
containing stuff like:
mydomain.com    smtp:[ipaddress]:port
where subethasmtp must be listening on ipaddress and port.
                                        
                                        
                                        
                                        
                                        
                                        
                                        
                                        
 加载中,请稍侯......
      
精彩评论