masqmail
view src/libident/INSTALL @ 317:55b7bde95d37
reworked allowed and denied addrs for routes
The following refactorings had been made:
- allowed_mail_locals + allowed_return_paths -> allowed_senders
- not_allowed_mail_locals + not_allowed_return_paths -> denied_senders
- allowed_rcpt_domains -> allowed_recipients
- not_allowed_rcpt_domains -> denied_recipients
The new options allow more consistent and more flexible matching.
author | meillo@marmaro.de |
---|---|
date | Thu, 28 Apr 2011 09:55:06 +0200 |
parents | |
children |
line source
1 To build the libident library for a supported target, just type:
3 make <target>
5 where target can be one of:
7 sunos5, sunos4, svr4, bsd, linux, nextstep3.0 or nextstep3.1
9 For other systems you'll need to hack the Makefile (please do send
10 me any patches you make so I can include them into the next version!)
12 - Peter Eriksson <pen@lysator.liu.se>, 18 Oct 1994