Searched refs:smtp (Results 1 – 25 of 77) sorted by relevance
1234
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0104.ok | 1 pass in proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025 2 pass in proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025 3 pass in inet proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025 4 pass in inet proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025 5 pass in proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025 6 pass in inet6 proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025 7 pass in inet6 proto tcp from any to any port = smtp flags S/SA keep state divert-to 8025
|
H A D | pf0041.in | 8 anchor foo inet proto tcp from 10.1.2.3 port smtp to 10.2.3.4 port ssh
|
H A D | pf0041.ok | 8 anchor "foo" inet proto tcp from 10.1.2.3 port = smtp to 10.2.3.4 port = ssh
|
H A D | pf0084.ok | 2 pass in proto tcp from any to any port = smtp flags S/SA keep state (source-track global)
|
H A D | pf0001.ok | 4 pass in proto tcp from any to any port = smtp flags S/SA keep state
|
H A D | pf0040.ok | 20 pass out on lo0 proto tcp from any to any port = smtp flags S/SA keep state
|
/freebsd/contrib/sendmail/contrib/ |
H A D | AuthRealm.p0 | 28 - result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL, 30 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, 34 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn); 39 - result = sasl_server_new("smtp", hostname, NULL, NULL, NULL, 40 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, NULL,
|
H A D | bsdi.mc | 47 dnl # The uucp-dom mailer requires MAILER(smtp). For more info, see 81 dnl define(`SMART_HOST', `smtp:firewall.bar.com') 88 dnl define(`MAIL_HUB', `smtp:mailhub.bar.com') 94 dnl define(`LOCAL_RELAY', `smtp:mailgate.bar.com') 124 MAILER(smtp) 149 # R$+ <@ widgets.com.> $#smtp $@aol.com. $:widgetsinc<@aol.com.> 179 dnl # R$* < @ $* .$m. > $* $#smtp $@ $2.$m. $: $1 < @ $2.$m. > $3 187 dnl # define(`SMART_HOST', smtp:fire.wall.com) 189 dnl # R$* < @ $* . > $* $#smtp $@ $2. $: $1 < @ $2. > $3
|
/freebsd/contrib/sendmail/src/ |
H A D | srvrsmtp.c | 833 if (smtp.sm_nrcpts > 0) \ 836 smtp.sm_nrcpts = 0; \ 852 smtp.sm_gotmail = false; \ 861 if (smtp.sm_discard) \ 865 if (smtp.sm_quarmsg == NULL) \ 874 smtp.sm_quarmsg); \ 945 smtp(nullserver, d_flags, e) in smtp() function 975 SMTP_T smtp; local 1052 smtp.sm_nrcpts = 0; 1054 smtp.sm_milterize = (nullserver == NULL); [all …]
|
H A D | helpfile | 14 smtp This is sendmail version $v 15 smtp Topics: 16 smtp HELO EHLO MAIL RCPT DATA 17 smtp RSET NOOP QUIT HELP VRFY 18 smtp EXPN VERB ETRN DSN AUTH 19 smtp STARTTLS 20 smtp For more info use "HELP <topic>". 21 smtp To report bugs in the implementation see 22 smtp http://www.sendmail.org/email-addresses.html 23 smtp For local information send email to Postmaster at your site.
|
/freebsd/usr.sbin/blacklistd/ |
H A D | blacklistd.conf | 7 smtp stream * * * 3 24h
|
/freebsd/etc/mail/ |
H A D | mailertable.sample | 6 .bitnet smtp:relay.bit.net
|
/freebsd/share/examples/pf/ |
H A D | spamd | 7 rdr inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port spamd
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i4 | 6 block in proto tcp from any port = smtp to any port > 25
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | generic-mpeix.mc | 25 MAILER(smtp)dnl
|
H A D | generic-linux.mc | 27 MAILER(smtp)dnl
|
H A D | generic-osf1.mc | 27 MAILER(smtp)dnl
|
H A D | generic-bsd4.4.mc | 28 MAILER(smtp)dnl
|
H A D | generic-hpux10.mc | 27 MAILER(smtp)dnl
|
H A D | generic-hpux9.mc | 27 MAILER(smtp)dnl
|
H A D | generic-nextstep3.3.mc | 27 MAILER(smtp)dnl
|
H A D | generic-sunos4.1.mc | 27 MAILER(smtp)dnl
|
H A D | generic-ultrix4.mc | 27 MAILER(smtp)dnl
|
H A D | generic-solaris.mc | 29 MAILER(smtp)dnl
|
H A D | ucbarpa.mc | 28 MAILER(smtp)dnl
|
1234