Searched refs:relayhost (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | test64.ref | 1 relayhost = relay-from-main.cf
|
H A D | test65.ref | 1 relayhost = relay-from-cmd-line
|
H A D | Makefile.in | 877 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -c. relayhost >test64.tmp 2>&1 888 …$(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -c. -o relayhost=relay-from-cmd-line relayhost >t…
|
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
H A D | trivial-rewrite.h | 65 char **relayhost; /* for relay and default transport */ member
|
H A D | resolve.c | 616 } else if (*RES_PARAM_VALUE(rp->relayhost)) in resolve_addr() 617 vstring_strcpy(nexthop, RES_PARAM_VALUE(rp->relayhost)); in resolve_addr()
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-3.5 | 28 Major changes - multiple relayhost in SMTP 35 The list form can be specified in relayhost, transport_maps, 40 relayhost = foo.example, bar.example
|
H A D | COMPATIBILITY | 63 smarthost yes (specify relayhost in main.cf)
|
H A D | RELEASE_NOTES | 85 For example, with "use_srv_lookup = submission" and "relayhost =
|
H A D | RELEASE_NOTES-2.10 | 266 override the next-hop destination with transport_maps, relayhost,
|
H A D | RELEASE_NOTES-2.3 | 145 overrides the global relayhost setting, but otherwise has identical 431 in regexp: or pcre: transport tables or per-sender relayhost tables. 755 per-sender relayhost tables.
|
H A D | INSTALL | 1044 If you're behind a firewall, you should set up a relayhost. If you can, specify 1052 relayhost = $mydomain 1053 relayhost = [mail.$mydomain]
|
H A D | RELEASE_NOTES-1.0 | 244 You can now specify multiple SMTP destinations in the relayhost 260 one destination, unlike relayhost and fallback-relay which take
|
H A D | RELEASE_NOTES-2.0 | 240 a dramatic difference when sending mailing list mail via a relayhost. 732 [Incompat 20020917] The relayhost setting now behaves as documented,
|
H A D | RELEASE_NOTES-1.1 | 585 You can now specify multiple SMTP destinations in the relayhost 601 one destination, unlike relayhost and fallback-relay which take
|
H A D | HISTORY | 282 Robustness: several testers by accident configured relayhost 4132 Robustness: if relayhost is specified but the host does 4135 that same non-existent relayhost). Problem reported by 4368 in the relayhost or fallback_relay configuration parameters. 6346 overrides relayhost when the table specifies explicit 7508 relayhost settings. Making the code simpler also made it 11442 a sender-dependent override for the relayhost parameter 11876 or sender-dependent relayhost maps. 11882 Bugfix: per-sender relayhost maps were not locked for shared 13844 sender-dependent relayhost maps. Parameter name: [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/conf/ |
H A D | main.cf | 337 # The relayhost parameter specifies the default host to send mail to 339 # no relayhost is given, mail is routed directly to the destination. 350 #relayhost = $mydomain 351 #relayhost = [gateway.my.domain] 352 #relayhost = [mailserver.isp.tld] 353 #relayhost = uucphost 354 #relayhost = [an.ip.add.ress]
|
H A D | transport | 41 # relayhost, or from the recipient domain. 48 # sender_dependent_relayhost_maps, relayhost, or from
|
/netbsd-src/external/ibm-public/postfix/dist/README_FILES/ |
H A D | RELEASE_NOTES | 85 For example, with "use_srv_lookup = submission" and "relayhost =
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop | 49 relayhost
|
H A D | postconf.proto | 408 %PARAM address_verify_relayhost $relayhost 411 Overrides the relayhost parameter setting for address verification 1327 $sender_dependent_relayhost_maps, $relayhost, or from the recipient 3849 %PARAM relayhost 3883 relayhost = $mydomain 3884 relayhost = [gateway.example.com] 3885 relayhost = mail1.example:587, mail2.example:587 3886 relayhost = [an.ip.add.ress] 8462 $relay_transport, $sender_dependent_relayhost_maps, $relayhost, or 10322 table, the relayhost parameter, or the relay_transport parameter. [all …]
|