summaryrefslogtreecommitdiff
path: root/mail/qmail/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Convert pkg-install from csh to sh, since it's the default on portsRenato Botelho2008-01-211-110/+80
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=205988
* - Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]Renato Botelho2007-12-262-0/+72
| | | | | | | | | | | | | - Add an rcNG startup example file to QMAIL_PREFIX/boot [2] - Bump PORTREVISION due to rcNG add (except for qmail-ldap) - Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3] PR: ports/118117 [1], ports/117422 [2], ports/118198 [3] Submitted by: Andrew Reilly <areilly@bigpond.net.au> [1] [3] Nick@van-laarhoven.org [2] Notes: svn path=/head/; revision=204580
* Revert last commit that added a rnCG example file, the script was totally outRenato Botelho2007-08-301-83/+0
| | | | | | | | | of defaults from Porters Handbook and was an error add it. Suggested by: many people Notes: svn path=/head/; revision=198536
* - Add a rcNG startup script to ${PREFIX}/bootRenato Botelho2007-07-281-0/+83
| | | | | | | | PR: ports/110109 Submitted by: kitsune <v.velox@vvelox.net> Notes: svn path=/head/; revision=196466
* - RBL2SMTPD patch was not logging URL referenceRenato Botelho2007-01-311-8/+17
| | | | | | | Reported by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Notes: svn path=/head/; revision=183792
* Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so usefulRenato Botelho2006-08-032-186/+0
| | | | | | | these days. Notes: svn path=/head/; revision=169572
* - Change spamcontrol's spf patch to log when deny an emailRenato Botelho2006-07-282-195/+0
| | | | | | | - Move auth patches from FILESDIR to MASTER_SITE_LOCAL Notes: svn path=/head/; revision=168984
* Fix auth patch for qmail-tlsRenato Botelho2006-07-281-1/+1
| | | | | | | Submitted by: Luiz Souza <luiz at visualconnect.com.br> by email Notes: svn path=/head/; revision=168963
* - Update to spamcontrol 2.4.15:Renato Botelho2006-06-301-4/+4
| | | | | | | | | 2.4.15 FIXED missing IP information in Received header. ADDED ucspi-ssl-0.70_ucspitls-0.4.patch_. CHNGD order of qmail-smtpd reject conditions. Notes: svn path=/head/; revision=166667
* Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvarRenato Botelho2006-06-081-0/+51
| | | | | | | | set by rblsmtpd when IP matched on a RBL list and deny email is user is not authenticated. Notes: svn path=/head/; revision=164861
* - One more fix for tls+auth patches, now I hope all are working fine.Renato Botelho2006-01-311-4/+4
| | | | | | | Submitted by: Manuel Mausz <manuel@mausz.at> Notes: svn path=/head/; revision=154887
* - qmail-tls is not working fine with auth, fix it printing STATTLS alone inRenato Botelho2006-01-311-6/+8
| | | | | | | | | | | 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] Notes: svn path=/head/; revision=154875
* - Revert last commit and back to use alias user, that is the default.Renato Botelho2006-01-302-4/+4
| | | | | | | - Fix mkaliasdir accordingly Notes: svn path=/head/; revision=154836
* - Fix username creation on pkg-install - s/alias/qalias/gRenato Botelho2006-01-301-2/+2
| | | | | | | Reported by: B. Cook <bcook@bsdwebsolutions.com> Notes: svn path=/head/; revision=154778
* - Remove mail/qmail-smtp_auth+tls since you can choose SMTP_AUTH_PATCH onRenato Botelho2005-12-121-23/+0
| | | | | | | qmail-tls port. Notes: svn path=/head/; revision=151005
* - Add SMTP Authentication on qmail-tls slave port, after that, i'll removeRenato Botelho2005-12-121-0/+88
| | | | | | | port mail/qmail-smtp_auth+tls, since it won't be necessary anymore Notes: svn path=/head/; revision=151000
* - Add patch to provide SMTP Authentication on main qmail port.Renato Botelho2005-12-121-0/+105
| | | | Notes: svn path=/head/; revision=150987
* - Fix patch-install.c, like qmail-ldapRenato Botelho2005-12-091-1/+1
| | | | Notes: svn path=/head/; revision=150737
* Fix qmail-tls and qmail-smtp_auth+tls pkg-message.Roman Bogorodskiy2005-07-042-14/+4
| | | | | | | | PR: 82970 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=138466
* - Update ldap patch to 20050401aPav Lucistnik2005-06-061-0/+3
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=136948
* Make pkg-install not to create wrong file in /var/qmail/alias.Roman Bogorodskiy2005-05-251-1/+1
| | | | | | | | PR: 81467 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=136124
* - Rewrite pkg-install using switch case for PRE-INSTALL and POST-INSTALLSergey Matveychuk2005-05-171-0/+114
| | | | | | | | | | | | | | parameters, and, use this parameters to call PKGINSTALL on Makefile. - Remove some redundant things from Makefile and use it only on pkg-install. - Move pkg-install to files/pkg-install.in because i'm using some %%MACROS%% on this. PR: ports/80911 Submitted by: maintainer Notes: svn path=/head/; revision=135452
* - Transfer all work to MASTER port and make slave ports easierSergey Matveychuk2005-05-1012-186/+162
| | | | | | | | | | | | | | | | | | | | | - Use only one pkg-plist and use PLIST_SUB - Use DOCSDIR intead of DOCDIR - OPTIONS'ify - Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need to create it. - Add $FreeBSD$ tag to pkg-plist and pkg-install - Fix error on enable-qmail script - Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on bsd.sites.mk - Add a new option to don't create rc.d/qmail.sh - Add rc.d/qmail.sh to pkg-plist when necessary PR: ports/80833 Submitted by: maintainer Thanks to: novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br> Notes: svn path=/head/; revision=134993
* o Pacify a lot of portlint WARN and FATAL messagesSergey Matveychuk2005-05-052-0/+101
| | | | | | | | | | | | | | | | | | | | | o Change ${PERL} to ${SED} or ${REINPLACE_CMD} o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers when the first return a code > 500 and < 599 o Install mkaliasdir script on ${PREFIX}/scripts directory o Remove targets to disable-qmail and enable-sendmail and put it on a shell script that is installed on /var/qmail/scripts. Change messages reflect this. o Organize better pkg-plist o Remove thereal-post-patch target and put all on post-post-patch target o Add [0-9] to CONFLICTS on qmail-ldap port o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port o Change qmail-spamcontrol to don't need more to apply patches mannualy PR: ports/79094 Submitted by: maintainer Notes: svn path=/head/; revision=134675
* o Add both hoststat and purgestat entries for qmail's mailer.confMario Sergio Fujikawa Ferreira2004-03-091-4/+6
| | | | | | | | | | mailwrapper sample configuration o Bump PORTREVISION Submitted by: Luca Morettoni <luca@morettoni.net> Notes: svn path=/head/; revision=103481
* 1) PORTREVISION bump due to [3] and [4]Mario Sergio Fujikawa Ferreira2003-12-101-0/+11
| | | | | | | | | | | | | | | | | | | | 2) distinfo - update checksum for outgoingip.patch: no major change in code 3) New patch files/patch-qmail-local.c - Erik Sjlund pointed out a bug in qmail-local at http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/10/msg00696.html - Precedence bug corrected by adding parentheses which affects .qmail files parsing code 4) Add qmail's sendmail emulation fix: "David Phillips noticed that sendmail's '-f' option sets a default From: header, and so should qmail's emulation." - Add distinfo checksum for the patch Submitted by: too many [2] Obtained from: http://www.qmail.org/ [3] [4] Notes: svn path=/head/; revision=95569
* 1) Fix bug introduced in Makefile rev 1.29: files/maildir notMario Sergio Fujikawa Ferreira2001-05-261-14/+3
| | | | | | | | | | | | | replacing @PREFIX@ with ${PREFIX} 2) Rewrite rc script patching to both handle more cases and fix (1). Mostly within thereal-post-patch target 3) Update files/maildir both due to (2) and to resemble the rc scripts supplied with the qmail distribution Prompted by: Thomas Sarlandie <sarfata@altern.org> Notes: svn path=/head/; revision=43069
* Add {start|stop} support to the initialization (rc.d style) scripts.Mario Sergio Fujikawa Ferreira2001-03-131-2/+14
| | | | | | | | Also, add a informational message if the user does not use the scripts correctly. Notes: svn path=/head/; revision=39716
* - Don't hardcode /usr/local.Steve Price2000-07-072-1/+14
| | | | | | | | | | - Also add a mailer.conf that allows sendmail to be replaced with qmail. PR: 19449 Submitted by: Mike Meyer <mwm@mired.org> and maintainer Notes: svn path=/head/; revision=30321
* Update MASTER_SITES and add a file explaining how to replaceChris Piazza2000-02-252-0/+59
| | | | | | | | | | sendmail on 4.0 (mailwrapper) PR: 16921 Submitted by: maintainer Notes: svn path=/head/; revision=26287
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21124
* Add a '&' to all bootfiles so they can be used directly asTim Vanderhoek1998-07-281-1/+1
| | | | | | | /usr/local/etc/rc.d/x.sh. Notes: svn path=/head/; revision=12175
* I think most of us are familiar with that particular program.Tim Vanderhoek1998-07-186-0/+411
Notes: svn path=/head/; revision=11951