fastforward handles qmail forwarding according to a cdb database. It can
create forwarding databases from a sendmail-style /etc/aliases or from
user-oriented virtual-domain tables.
Submitted by: Camiel Dobbelaar <cd@sentia.nl>
It is meant as a replacement for the entire sendmail-binmail system on
typical Internet-connected UNIX hosts.
Submitted by: Camiel Dobbelaar <cd@sentia.nl>
- replace usage of perl with sed
- remove pre-configure and place the contents of it (config.sh) in the
files dir and copy it into WRKSRC as part of the pre-configure target
- ${CP} -> cp
* Version 2.12 is no longer available on the primary or mirror sites
o The configuration file format has changed. For those upgrading,
please see the documentation and consider using the upgrade script to
help automate the config files change. This upgrade script is built as
part of the source, but *not* installed - as it should only be needed
once.
o The X11 eximon program will be built with this port/package - this
assumes that X is installed. Would someone with more ports
experience consider helping me here and writing the right kind of
Makefile check to see if files/eximon.conf should be copied to the
build directories.
o Perl support is included as standard as is support for additional
mail delivery formats. These are not the default in vanilla exim 3.12
o Finally, another plea for help. This port does not make as usuable
package, as I could not get support for the creation of a config file
working. I intend to look at this further, but as the old version was
completely useless, I felt it was better to get this in the tree
sooner rather than later.
MAKE_EBONES -> WITH_KERBEROS. Add ssl support via WITH_SSL.
Still to merge some changes brad@ sent me.
Note: if ssl is enabled, it'll compile, but ssl will not be
actually included. Patches sent again to author, sigh, sigh.
Don't even think in enabling inet6 yet.
This patch resolves several really old defects that were resolved
or discovered in the last couple weeks.
- Address rewriting would panic on a lone \ at the end of a line
where an address was expected. Reported by Jason Hoos.
- The local delivery agent would deliver to the user instead of
the .forward file when the .forward file was already visited
via some non-recursive path. Patch by Patrik Rak.
- Postfix now attempts to deliver all addresses in the expansion
of an alias or .forward file, even when some addresses must be
deferred. Problem reported by Andrew McNamara and others.