chiark / gitweb /
exim-config
10 years agospam.m4: Don't filter messages intended for postmaster.
Mark Wooding [Sat, 25 Jan 2014 19:59:43 +0000 (19:59 +0000)]
spam.m4: Don't filter messages intended for post

10 years agoauth.m4: Ensure that `not_smtp_start' is properly terminated.
Mark Wooding [Sat, 25 Jan 2014 19:57:53 +0000 (19:57 +0000)]
auth.m4: Ensure that `not_smtp_start' is properly terminated.

ACLs default to `deny' if you don't say anything.  It doesn't actually
matter in this case, since the result of `acl_not_smtp_start' is
ignored, but it's the principle of the thing.

10 years agolists.m4: Need separate local-part and address lists for `user_extaddr'.
Mark Wooding [Sat, 25 Jan 2014 19:53:01 +0000 (19:53 +0000)]
lists.m4: Need separate local-part and address lists for `user_extaddr'.

Since named lists of different types live in separate namespaces, we
have to duplicate.  This is a little annoying.

10 years agospam.m4: Fix report generation to cope with negative scores.
Mark Wooding [Sat, 25 Jan 2014 15:02:25 +0000 (15:02 +0000)]
spam.m4: Fix report generation to cope with negative scores.

Oops!

10 years agospam.m4: Fiddle with blank lines.
Mark Wooding [Sat, 25 Jan 2014 14:33:06 +0000 (14:33 +0000)]
spam.m4: Fiddle with blank lines.

Remove a spurious one; put another in.

10 years agobase.m4: Fiddle with permissions settings for local delivery transports.
Mark Wooding [Sat, 25 Jan 2014 14:21:16 +0000 (14:21 +0000)]
base.m4: Fiddle with permissions settings for local delivery transports.

10 years agobase.m4: Allow `adm' users to administrate the server.
Mark Wooding [Sat, 25 Jan 2014 14:20:51 +0000 (14:20 +0000)]
base.m4: Allow `adm' users to administrate the server.

10 years agovhost.m4: Don't crash if `domains.conf' doesn't exist.
Mark Wooding [Sat, 25 Jan 2014 13:48:19 +0000 (13:48 +0000)]
vhost.m4: Don't crash if `domains.conf' doesn't exist.

10 years agoMakefile: Verify configurations before installing them.
Mark Wooding [Sat, 25 Jan 2014 13:36:05 +0000 (13:36 +0000)]
Makefile: Verify configurations before installing them.

Since we can't always verify them at the origin, this seems like an
important way of avoiding screwing things up badly.

10 years agoMakefile: Remove old debugging rule.
Mark Wooding [Sat, 25 Jan 2014 13:34:05 +0000 (13:34 +0000)]
Makefile: Remove old debugging rule.

Shouldn't have been committed in the first place.

10 years agoexchange.m4: Reluctantly accept local senders from remote clients.
Mark Wooding [Fri, 10 Jan 2014 11:28:46 +0000 (11:28 +0000)]
exchange.m4: Reluctantly accept local senders from remote clients.

10 years agospam.m4: Apply Exim's header validation to incoming messages.
Mark Wooding [Fri, 10 Jan 2014 11:27:26 +0000 (11:27 +0000)]
spam.m4: Apply Exim's header validation to incoming messages.

10 years agobase.m4: Add some commentary to the `connect-tail' ACL portion.
Mark Wooding [Fri, 10 Jan 2014 11:27:07 +0000 (11:27 +0000)]
base.m4: Add some commentary to the `connect-tail' ACL portion.

10 years agoMakefile: Improve commentary.
Mark Wooding [Fri, 10 Jan 2014 11:26:27 +0000 (11:26 +0000)]
Makefile: Improve commentary.

10 years agoMakefile: Better `install' targets, with hostnames only.
Mark Wooding [Sun, 29 Dec 2013 20:02:14 +0000 (20:02 +0000)]
Makefile: Better `install' targets, with hostnames only.

Including the config mode just makes the user interface awful.

10 years agoInitial commit.
Mark Wooding [Sun, 29 Dec 2013 19:39:09 +0000 (19:39 +0000)]
Initial commit.