Bug 124967 - New port: mail/zms A specialized mail gateway system for using a user specified SMTP server via LDAP and proxying
Summary: New port: mail/zms A specialized mail gateway system for using a user spec...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 01:00 UTC by Zane C. Bowers-Hadley
Modified: 2008-09-06 02:30 UTC (History)
0 users

See Also:


Attachments
mail_zms.shar (2.91 KB, text/plain)
2008-06-25 01:00 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2008-06-25 01:00:06 UTC

A specialized mail gateway system for using a user specified SMTP server via LDAP and proxying

How-To-Repeat: 

1: unshar
2:
3: install and enjoy
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-07-19 12:50:52 UTC
State Changed
From-To: open->feedback

Hi, 

I think this port need a bit rework, 

- WWW is missing - COMMENT exceeds 70 characters limit 

You should check this port with portlint -AC Please look at the Porters 
Handbook for instructions.  Please followup this pr with a new patch. 

Thanks.
Comment 2 Zane C. Bowers-Hadley 2008-07-23 01:28:42 UTC
On Sat, 19 Jul 2008 11:51:15 GMT
miwi@FreeBSD.org wrote:

> Synopsis: New port: mail/zms    A specialized mail gateway system
> for using a user specified SMTP server via LDAP and proxying
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: miwi
> State-Changed-When: Sat Jul 19 11:50:52 UTC 2008
> State-Changed-Why: 
> Hi,
> 
> I think this port need a bit rework,
> 
> - WWW is missing - COMMENT exceeds 70 characters limit
> 
> You should check this port with portlint -AC Please look at the
> Porters Handbook for instructions.  Please followup this pr with a
> new patch.
> 
> Thanks.
> 
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=124967



--- pkg-descr.orig      2008-07-20 22:32:21.000000000 -0500
+++ pkg-descr   2008-07-22 19:25:17.000000000 -0500
@@ -1,2 +1,11 @@
 A specialized mail gateway system for using user a specified SMTP server and
-proxying.
\ No newline at end of file
+proxying.
+
+Three proxy modes are supported.
+-Unathenticated proxying mode in which case it just sits between the client and
+specified server.
+-Athenticated proxying mode, which is the same as above, but only for a
+authenticated connection.
+-Smart proxying mode in which it accepts will send the mail through a server
+specified in the user's config by matching the the sender using regexps to
+determine what server should be used.



--- Makefile.orig       2008-07-20 22:32:14.000000000 -0500
+++ Makefile    2008-07-20 22:35:53.000000000 -0500
@@ -13,7 +13,7 @@
 EXTRACT_ONLY=
 
 MAINTAINER=    vvelox@vvelox.net
-COMMENT=       A specialized mail gateway system for using a user specified SMTP server via LDAP and proxying
+COMMENT=       A specialized mail gateway system offering either proxying or forwarding.
 
 RUN_DEPENDS=   ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
                ${SITE_PERL}/Net/Server/Mail/ESMTP.pm:${PORTSDIR}/mail/p5-Net-Server-Mail \
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-05 22:19:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-06 02:21:57 UTC
amdmi3      2008-09-06 01:21:43 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/zms             Makefile distinfo pkg-descr pkg-message 
  Log:
  A specialized mail gateway system for using user a specified SMTP
  server and proxying.
  
  Three proxy modes are supported.
  - Unathenticated proxying mode in which case it just sits between
    the client and specified server.
  - Athenticated proxying mode, which is the same as above, but only
    for authenticated connection.
  - Smart proxying mode in which it accepts will send the mail through
    a server specified in the user's config by matching the the sender
    using regexps to determine what server should be used.
  
  PR:             124967
  Submitted by:   "Zane C.B." <vvelox at vvelox dot net>
  
  Revision  Changes    Path
  1.923     +1 -0      ports/mail/Makefile
  1.1       +48 -0     ports/mail/zms/Makefile (new)
  1.1       +3 -0      ports/mail/zms/distinfo (new)
  1.1       +11 -0     ports/mail/zms/pkg-descr (new)
  1.1       +3 -0      ports/mail/zms/pkg-message (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-06 02:22:01 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!