Commit graph

23 commits

Author SHA1 Message Date
Dima Panov
8ca6393dd4 - Allow custom config file in rc script for both stable/devel ports
- While here, create makemap symlink only with TABLE_DB enabled

Reported by:	myself (for adamw)
Reviewed by:	adamw
Approved by:	miwi (mentor, implicit)
2016-05-27 07:02:55 +00:00
Bernard Spil
dfeed7d39e mail/opensmtpd: Update to 5.9.2
- Update to 5.9.2p1
  - Remove usernamelen patch (default 255+1)
  - Fix renamed configure args
  - Add symlink for makemap (now included in smtpctl)
  - Align versioning with other OpenBSD projects
  - Add _smtpq group
  - Add UPDATING entry for existing installs
  - Update pkg-message for existing installs

Reviewed by:	adamw, mat
Approved by:	adamw, maintainer (implicit)
Differential Revision: D6421
2016-05-26 07:15:16 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Pietro Cerutti
3b30673276 mail/opensmtpd: restore patch to install .sample config file
Notified by:	adamw@
MFH:			2016Q1
2016-02-02 20:45:04 +00:00
Pietro Cerutti
86a82d2576 mail/opensmtpd: update to 5.7.3p2
Details at https://github.com/OpenSMTPD/OpenSMTPD/issues/650

While at it, remove a stale patch that isn't applicable anymore. Upstream
implements this logic already, and the patch doesn't actually patch anything.

PR:				206816
Submitted by:	sa.inbox@gmail.com
Approved by:	portmgr@
2016-02-02 15:36:11 +00:00
Mathieu Arnold
320514f1dd It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion.  Set fbsd:nokeywords to a couple of patches.

With hat:	portmgr
Sponsored by:	Absolight
2015-09-16 13:03:45 +00:00
Ashish SHUKLA
3697e41fd7 - Fix typos in the patch committed in r394424
Reported by:	adamw
2015-08-16 23:25:19 +00:00
Ashish SHUKLA
5fa1298b54 - Add a patch to handle long usernames during SMTP authentication,
e.g. often username exceeds the limit when it contains @host.name
  part.

Reported by:	gahr (via private email)
Obtained from:	Philipp Takacs <philipp@bureaucracy.de> (via IRC)
2015-08-16 21:54:15 +00:00
Ashish SHUKLA
ac029ae52d - Update to 5.4.5p1
- Remove OPTIONS for the features unsupported upstream: SQLITE, MYSQL,
  LDAP, PGSQL, and REDIS
- Add workaround to prevent unnecessary dependency on autotools, due
  to problem with tarball
- Add note to UPDATING about the removal of OPTIONS
2015-04-27 02:42:22 +00:00
Ashish SHUKLA
1bef36aa0c - Add OPTION to only update mailer.conf(5) on demand
- Update COMMENT so it complies with guidelines in Porter's
  Handbook

PR:		198375
Submitted by:	adamw
2015-03-29 05:17:43 +00:00
Ashish SHUKLA
94e74ae9d0 - Update rc.d script to add a configtest command to test configuration
before starting/restarting service.

PR:		197587
Submitted by:	elbarto at megadrive.org
2015-02-13 11:52:22 +00:00
Ashish SHUKLA
835bf893ef OpenSMTPD port updates
mail/opensmtpd:
 - Update to 5.4.4p1
 - Add LIBASRDEVEL option to depend on dns/libasr-devel
 - Use OpenSSL from ports, should help with migration to LibreSSL
 - Explicitly provide path to OpenSSL[1]

mail/opensmtpd-devel:
 - Update to 201502012312
 - Add LIBASR option to depend on dns/libasr
 - Remove MYSQL, PGSQL, LDAP, and REDIS options as they're removed
   upstream
 - Add a note for above to UPDATING
 - Explicitly provide path to OpenSSL[1]
 - Add a diff to fix build failure on FreeBSD[2]

Reported by:	TJ <tj at mrsk.me> (via private email)
Submitted by:	Herbert J. Skuhra <herbert at oslo.ath.cx> (via list)
2015-02-07 19:04:15 +00:00
Ashish SHUKLA
ab8dff2e80 - Fix rc.d script so it can distinguish between smtpd processes
running between host and jail

Submitted by:	Creaky <whatexercise at gmail.com> (via private email)
2014-08-31 04:13:16 +00:00
Ashish SHUKLA
9fc1398a77 - Make rc.d script send signals only to the parent daemon process to
fix a race condition.

Submitted by:	naddy (via private email)
2014-06-04 00:30:49 +00:00
Ashish SHUKLA
62ad3ae9b5 - Fix typo in rc scripts
Reported by:	feld
2013-12-17 09:41:43 +00:00
Ashish SHUKLA
658e2bab52 - Update to 5.4.1p1
- Update LICENSE information
- Add OPTIONS for SQLITE, MYSQL, PGSQL, and LDAP
- Add STAGE support
- Add a note to UPDATING about change in configuration

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/1146
2013-12-07 17:14:12 +00:00
Ade Lovett
0d7b7f5e50 Hack around fallout from recent update to automake-1.14 2013-07-23 21:39:06 +00:00
Ashish SHUKLA
a4d282716f - Update to 5.3.3p1
- Remove unneeded dependency on databases/sqlite3
- Use a cleaner way to pass configuration directory[1]

PR:		ports/179364[1]
Submitted by:	Emmanuel Vadot <elbarto at bocal.org>[1]
Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/630
2013-06-07 03:39:31 +00:00
Ashish SHUKLA
5bfc5e9062 - Update to 5.3p1
- Bump PORTEPOCH
- Add additional USERS for privilege separation
- Add instructions for fixing permissions in pkg-message
- Add a note about privilege separation to UPDATING file

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/446
2013-03-27 14:58:56 +00:00
Ashish SHUKLA
e32b141f64 - Update to latest snapshot 201212222206
- Add dependency on databases/sqlite3
- Remove ABI version from LIB_DEPENDS
- Document the configuration change in UPDATING
2013-01-02 13:25:05 +00:00
Ashish SHUKLA
d02f8eb009 - Update to latest snapshot 201207311144
- Fix rc.d script

PR:		ports/170577
Submitted by:	Artis Caune <Artis.Caune at gmail.com>
2012-08-15 07:26:24 +00:00
Ashish SHUKLA
de087b4e0e - Update to latest snapshot 201206161848
- Remove a patch, accepted by upstream
2012-06-16 22:34:10 +00:00
Ashish SHUKLA
b9f45c5106 OpenSMTPD is a FREE implementation of the server-side SMTP protocol as
defined by RFC 5321, with some additional standard extensions. It
allows ordinary machines to exchange e-mails with other systems
speaking the SMTP protocol.

WWW:	http://www.OpenSMTPD.org/
2012-05-14 13:12:32 +00:00