summaryrefslogtreecommitdiffstats
path: root/roles/basessh/files/postfix/transports.gateway
blob: 8d28ff188c6a12b471307a179452e2a0a8344321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# TRANSPORT(5)                                                      TRANSPORT(5)                                                                           
#                                                                                                                                                          
# NAME                                                                                                                                                     
#        transport - Postfix transport table format                                                                                                        
#                                                                                                                                                          
# SYNOPSIS                                                                                                                                                 
#        postmap /etc/postfix/transport                                                                                                                    
#                                                                                                                                                          
#        postmap -q "string" /etc/postfix/transport                                                                                                        
#                                                                                                                                                          
#        postmap -q - /etc/postfix/transport <inputfile                                                                                                    
#                                                                                                                                                          
#
# EXAMPLES
#        In  order to deliver internal mail directly, while using a
#        mail relay for all other mail, specify a  null  entry  for
#        internal  destinations  (do not change the delivery trans-
#        port or the nexthop information) and  specify  a  wildcard
#        for all other destinations.
#
#             my.domain    :
#             .my.domain   :
#             *         smtp:outbound-relay.my.domain
#             example.com      :[gateway.example.com]
#             .example.com     :[gateway.example.com]
#        In the above example, the [] suppress  MX  lookups.   This
#        prevents  mail  routing loops when your machine is primary
#        MX host for example.com.

fedora.redhat.com :
redhat.com smtp:[ext-mx.corp.redhat.com]
.redhat.com smtp:[ext-mx.corp.redhat.com]
ceylon-lang.org smtp:[ext-mx.corp.redhat.com]