Lines Matching full:foo*

167 	define(`SMART_HOST', `smart.foo.com')
172 # See FEATURE(`foo') above
174 it will not do what you expect, because the FEATURE(`foo') will be
758 MASQUERADE_DOMAIN(`foo.org')
761 then *foo.org and *bar.com are converted to masq.com. Without
762 this feature, only foo.org and bar.com are masqueraded.
810 old+*@foo.org new+%1@example.com
811 gen+*@foo.org %1@example.com
825 info@foo.com foo-info
831 then mail addressed to info@foo.com will be sent to the
832 address foo-info, mail addressed to info@bar.com will be
842 @foo.org %1@example.com
844 meaning someone@foo.org will be sent to someone@example.com.
849 old+*@foo.org new+%2@example.com
850 gen+*@foo.org %2@example.com
851 +*@foo.org %1%3@example.com
852 X++@foo.org Z%3@example.com
858 detail, "*" matches also empty details, e.g., user+@foo.org
859 matches +*@foo.org but not ++@foo.org. This can be used
862 All the host names on the left hand side (foo.com, bar.com,
1002 For example, if you specify ``foo.com'', then mail to or
1003 from foo.com, abc.foo.com, or a.very.deep.domain.foo.com
1010 is, if an MX record for host foo.com points to your site,
1011 you will accept and relay mail addressed to foo.com. See
1081 host foo.mydomain.com, or guest@bar.mydomain.com.
1499 if you have the address foo!bar!baz (and you are not sending to foo),
1501 this address. However, if you map foo to foo.host.name first, it
3109 only the root of the host name (such as "foo"); gethostbyname is
3110 supposed to return the FQDN ("foo.bar.com"). In some (fairly rare)
3316 $w.Foo.COM, where Foo.COM is your
3746 this. For example, if "FTP.Foo.ORG"
3747 is a CNAME for "Cruft.Foo.ORG", then
3749 "FTP" will return "FTP.Foo.ORG"; if
3750 clear it returns "Cruft.FOO.ORG". N.B.