diff options
author | garga <garga@FreeBSD.org> | 2007-05-25 19:52:33 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-05-25 19:52:33 +0800 |
commit | d38b3a04658a3f95ad59e643bad9d16414efb72d (patch) | |
tree | e9cd68ae3e2c8e6109bb834dc5b9c6613a7ca48c /mail/qmail/Makefile | |
parent | a8a4879fc1f1371eaff73b2cdfe0d5bdd8d33c12 (diff) | |
download | freebsd-ports-gnome-d38b3a04658a3f95ad59e643bad9d16414efb72d.tar.gz freebsd-ports-gnome-d38b3a04658a3f95ad59e643bad9d16414efb72d.tar.zst freebsd-ports-gnome-d38b3a04658a3f95ad59e643bad9d16414efb72d.zip |
- Update spamcontrol to 2.4.18
- Some cosmetic changes
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index ea34d11ef8b4..7304607680ac 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -177,10 +177,10 @@ OPTIONS+= RELAYMAILFROM "Open relay based on mailfrom" off \ VERP "VERP addresses for recipients" on \ MOREIPME "Add control files (more|not)ipme" off \ BIGTODO "Bruce Guenter's BigToDo patch" off \ - SMTPEXTFORK "Allow qmail-smtpd fork external progs" off + SMTPEXTFORK "Allow qmail-smtpd fork external progs" off .endif -OPTIONS+= QEXTRA "enable QUEUE_EXTRA e-mail copy feature" off +OPTIONS+= QEXTRA "enable QUEUE_EXTRA copy feature" off .if !defined(SLAVE_LDAP) OPTIONS+= RCDLINK "create rc.d/qmail.sh" on |