Commit graph

112 commits

Author SHA1 Message Date
Renato Botelho
5edb36bcbf Prevent BIG_TODO and EXT_TODO patches to be installed together, they cannot
coexist

Reported by:	Carlos A. Talhati <cat at iqsc.usp.br>
2006-08-10 12:51:19 +00:00
Renato Botelho
8178bf3c69 Fix outgoingip.patch-spamcontrol MASTER_SITE_SUBDIR 2006-08-03 21:39:12 +00:00
Renato Botelho
a86d546e46 Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so useful
these days.
2006-08-03 19:02:18 +00:00
Renato Botelho
0a8407fc36 Add OUTGOINGIP patch to qmail-spamcontrol and qmail-tls slaveports 2006-08-01 23:38:10 +00:00
Renato Botelho
3d655dcd60 - Change spamcontrol's spf patch to log when deny an email
- Move auth patches from FILESDIR to MASTER_SITE_LOCAL
2006-07-28 18:21:59 +00:00
Renato Botelho
5316677351 Add SPF checker to qmail-spamcontrol port 2006-07-28 10:50:40 +00:00
Renato Botelho
1438e33cae Add ext_todo patch, and external high performance todo manager. 2006-07-27 19:20:22 +00:00
Renato Botelho
804ff75f0a Back out last commit and remove DomainKeys support. I'm going to add it as a
separate port.
2006-07-18 18:52:18 +00:00
Renato Botelho
9ec3aa980a Add DomainKeys implementation to qmail-spamcontrol and qmail-mysql 2006-07-17 22:35:49 +00:00
Renato Botelho
5595186206 Add dns patch to read answers > 512 bytes to qmail-spamcontrol 2006-07-17 18:42:06 +00:00
Renato Botelho
fe512af95c Add maildirquota++.patch support for qmail-spamcontrol 2006-07-17 18:27:59 +00:00
Renato Botelho
6f8f2b2946 Add big-concurrency patch to qmail-spamcontrol 2006-07-17 13:36:37 +00:00
Renato Botelho
3406239dfa Make localtime-date-patch available for qmail-spamcontrol and qmail-ldap 2006-07-05 12:12:09 +00:00
Renato Botelho
32447622f7 Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvar
set by rblsmtpd when IP matched on a RBL list and deny email is user is not
authenticated.
2006-06-08 23:47:10 +00:00
Renato Botelho
ba930d27f0 Add qmail-mfrules.8, forgotten when i updated qmail-spamcontrol to 2414 2006-06-08 17:45:44 +00:00
Renato Botelho
5e5767703e - Update qmail-spamcontrol to 2.4.14, finally with STARTTLS support
Full ChangeLog at:
	http://www.fehcom.de/qmail/spamcontrol.html
2006-05-29 13:32:06 +00:00
Renato Botelho
f0129b9366 Fix MASTER_SITES for spf patch
Reported by:	Giovanni <jumpyboy at infinito.it>
2006-05-13 14:41:06 +00:00
Renato Botelho
cb9bef090a More cleanups on Makefile, mostly related with DOCS install 2006-03-24 16:28:36 +00:00
Renato Botelho
3b84c52d01 - Use PORTDOCS facility and clean a bit Makefile and pkg-plist 2006-03-24 13:31:52 +00:00
Renato Botelho
2918168aa1 - Add qmail-smtpd-auth-0.31.tar.gz to my area on MASTER_SITE_LOCAL, file
seems to be unfetchable.

Noticed by:	Vyacheslav Sotnikov <bsdforfree@rambler.ru>
2006-02-13 14:40:15 +00:00
Renato Botelho
18e84bed8b Add TARPIT patch by Chris Johnson <dcj-qmaildoc@palomine.net>
What's tarpitting? It's the practice of inserting a small sleep in an SMTP
session for each RCPT TO after some set number of RCPT TOs. The idea is to
thwart spammers who would hand your SMTP server a single message with a long
list of RCPT TOs. If a spammer were to attempt to use your server to relay a
message with, say, 10,000 recipients, and you inserted a five-second delay for
each recipient after the fiftieth, the spammer would be "tarpitted" and would
likely assume that his connection had stalled and give up.

Asked by:	Joao Ricardo Mendes Pecanha <joao@redepegasus.com.br>
2006-02-09 09:58:27 +00:00
Renato Botelho
9532564178 - Add SPF patch on qmail-tls slaveport [1]
- Indent if's and for's on qmail's Makefils

Thanks to:	Manuel Mausz <manuel@mausz.at> [1]
2006-02-03 09:16:56 +00:00
Renato Botelho
227a16c31a Add qmail-smtpd-auth-close3.patch when SMTP_AUTH_PATCH is selected.
This is useful to fix a minor bug that occours after a failed authentication
if you have morercpthosts configured.
2006-01-31 14:41:11 +00:00
Renato Botelho
f0ccca2ea5 - qmail-tls is not working fine with auth, fix it printing STATTLS alone in
one line on EHLO command [1]
- Add ECHO_CMD to SUB_LIST, it's necessary to boot files

PR:		ports/92574 [1]
Submitted by:	Cristiano Deana <cris@gufi.org> [1]
2006-01-31 09:38:25 +00:00
Kirill Ponomarev
01c588a635 - Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
2006-01-21 17:37:14 +00:00
Renato Botelho
1c36a87df5 - s/cram-md5/cram_md5/ to fix the spamcontrol option WITH_AUTHCRAM
Noticed by:	Jan-Erik Moon <jan@1kdigital.com>
2006-01-16 12:17:28 +00:00
Renato Botelho
abe3fc08c9 - Permit DISTFILES var be overwritted by slave ports
Noticed by:	Wendell Martins Borges <wendell@ramenzoni.com.br>
2005-12-13 17:38:26 +00:00
Renato Botelho
348c16341b - Use last version of qmail-tls patch that fix build problem
- Remove smtp_auth+tls lines forgotten on distinfo
2005-12-12 16:50:40 +00:00
Renato Botelho
1f0edbb3c7 - Remove mail/qmail-smtp_auth+tls since you can choose SMTP_AUTH_PATCH on
qmail-tls port.
2005-12-12 15:17:23 +00:00
Renato Botelho
6aa04113c2 - Add SMTP Authentication on qmail-tls slave port, after that, i'll remove
port mail/qmail-smtp_auth+tls, since it won't be necessary anymore
2005-12-12 14:36:13 +00:00
Renato Botelho
1887dc5e18 - Add patch to provide SMTP Authentication on main qmail port. 2005-12-12 13:44:34 +00:00
Renato Botelho
f5f149a034 - Use correct patch when try to compile qmail-smtp_auth+tls with outgoingip
patch selected

Noticed by:	oliver
2005-11-30 12:26:33 +00:00
Renato Botelho
c2525d2ea6 - Author of qmail-tls patch fixes last problem and create a new tarball, so,
use it and remove the REINPLACE_CMD that was used to fix the problem.
2005-10-31 16:38:18 +00:00
Renato Botelho
72958c0541 - Remove redeclaration of strerror(), that was breaking the port.
Reported by:	oliver
2005-10-28 09:57:30 +00:00
Renato Botelho
01510677a8 Rodrigo Graeff <delphus@delphus.org> merged qmtpc and outgoingip
patches, so, remove BROKEN when both is selected.

Thanks Rodrigo!!
2005-09-27 11:38:48 +00:00
Renato Botelho
e4b249f53d - Add one more OPTION to qmail-smtp_auth+tls slave port, to apply a
custom version of maxrcpt patch made by Ederson Chimbida <chimbida@gmail.com>
2005-09-01 16:56:56 +00:00
Renato Botelho
05f8beb009 Add qmail-vida to CONFLICTS 2005-08-30 14:45:23 +00:00
Renato Botelho
a56d6fef21 - Add a changed version of starttls-smtp-auth patch that applies cleanly
if outgoing-ip patch is applied.

Submitted by:	Wouter de Geus <benv@junerules.com>
2005-08-29 10:15:18 +00:00
Renato Botelho
96acf7e735 - Change PATCH_SITES var using correct labels, I forgot it on last commit.
Approved by:	portmgr (marcus)
2005-08-25 17:32:37 +00:00
Renato Botelho
62c1036b5a - Make smtp_auth_tls fetchable again
- Transfer patches backups from lioux to my local-distfiles dir

Approved by:	portmgr (linimon)
2005-08-24 17:35:09 +00:00
Renato Botelho
1541d04673 Update spamcontrol patch to 2316
Approved by:	flz (mentor)
2005-07-13 19:28:45 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Roman Bogorodskiy
ca15d525a2 - Fix RCDLINK option
- Fix qmail-ldap plist
- Fix checking WITH(OUT)_ vars before include bsd.port.pre.mk

PR:		82983
Submitted by:	Renato Botelho (maintainer)
2005-07-04 18:02:00 +00:00
Florent Thoumie
a269d3e9e3 - Add lots of OPTIONS.
- Fix USE_OPENSSL.

PR:		ports/82698
Submitted by:	maintainer
2005-06-28 15:40:25 +00:00
Roman Bogorodskiy
6f10850be7 Fix qmail-tls patch name to create TLS.readme.
PR:		82343
Submitted by:	Renato Botelho (maintainer)
2005-06-17 04:36:09 +00:00
Pav Lucistnik
fab158e1f3 - Update ldap patch to 20050401a
- Add sysutils/daemontools to RUN_DEPENDS because the new patch works
  just with it
- Change pkg-message to reflect qmail.schema file installation
- Change pkg-descr to reflect new features

PR:		ports/81966
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-06 21:50:00 +00:00
Florent Thoumie
de14006c65 - Update TLS patch to 20021228.
PR:		ports/81768
Submitted by:	maintainer
2005-06-01 22:22:46 +00:00
Roman Bogorodskiy
93d5428f29 Fix URL of smtp_auth+tls patch.
PR:		81769
Submitted by:	Renato Botelho (maintainer)
2005-06-01 16:09:49 +00:00
Florent Thoumie
165b7a397f - Add SPF checker patch.
PR:		ports/81731
Submitted by:	maintainer
2005-05-31 20:31:38 +00:00
Sergey Matveychuk
a8971230e4 - Add maildirquota (Maildir++) support to qmail.
- Add block-executables support to qmail.
- Add discard-double-bounces patch to qmail.

PR:		ports/60440
Submitted by:	ale
Reworked by:	maintainer
2005-05-17 17:35:10 +00:00