709b FreshPorts -- mail/proxsmtp
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
proxsmtp 1.10 mail on this many watch lists=1 search for ports that depend on this port
Flexible SMTP filter which can act also as transparent proxy

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 May 2005 14:43:03
Also Listed In: security
License: BSD


ProxSMTP is a flexible tool that allows you to reject, change or log
email based on arbitrary critera. It accepts SMTP connections and
forwards the SMTP commands and responses to another SMTP server. You
need to be able to write the filtering scripts that integrate it with
your particular needs.

Author:	Nielsen <nielsen at memberwebs.com>
WWW: http://thewalter.net/stef/software/proxsmtp/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/proxsmtp/ && make install clean
To add the package: pkg_add -r proxsmtp


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://thewalter.net/stef/software/proxsmtp/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
28 Mar 2013 16:29:01
Original commit files touched by this commit  1.10
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
17 Dec 2012 03:30:33
Original commit files touched by this commit  1.10
araujo search for other commits by this committer
- Update to 1.10.

PR:		ports/174173
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
04 Dec 2012 04:25:38
Original commit files touched by this commit  1.8
tabthorpe search for other commits by this committer
- Reassign to the heap at maintainer's request

Feature safe:	yes
05 Aug 2012 23:19:40
Original commit files touched by this commit  1.8
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.8
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
03 Jul 2011 13:53:52
Original commit files touched by this commit  1.8
ohauer search for other commits by this committer
- remove MD5
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.8
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
13 Sep 2009 03:35:48
Original commit files touched by this commit  1.8
lippe search for other commits by this committer
- Update to 1.8.

PR:             ports/138328
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    maintainer timeout (2 weeks)
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.7
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Jul 2007 22:20:33
Original commit files touched by this commit  1.7
beech search for other commits by this committer
- Update to 1.7
- Add config file create

PR:             ports/114638
Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
Approved by:    Dario Freni <saturnero@gufi.org> (maintainer),
                sat (mentor)
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.6
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
11 Jan 2007 09:51:31
Original commit files touched by this commit  1.6
miwi search for other commits by this committer
- Update to 1.6

PR:             ports/107765
Submitted by:   miwi
Approved by:    maintainer
31 Oct 2006 03:19:50
Original commit files touched by this commit  1.5
mnag search for other commits by this committer
- Update to 1.5

PR:             104892
Approved by:    maintainer
17 Feb 2006 16:51:55
Original commit files touched by this commit  1.3_1
mnag search for other commits by this committer
- Fix typo in COMMENT [1]
- Remove unnecessary sig_stop=-KILL in rc.d script
- Bump PORTREVISION

PR:             93480
Submitted by:   mnag, thierry [1]
Approved by:    maintainer
16 Feb 2006 19:14:24
Original commit files touched by this commit  1.3
mnag search for other commits by this committer
- Update to 1.3
- Pass PTHREAD_{LIBS,CFLAGS} via CONFIGURE_ARGS instead of REINPLACE_CMD.
configure support it.
- PORTDOCS does not need of defined(NOPORTDOCS) check
- Reorganize rc.d script

PR:             93439
Submitted by:   mnag
Approved by:    maintainer
22 Jan 2006 12:50:54
Original commit files touched by this commit  1.2.1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
04 May 2005 14:42:03
Original commit files touched by this commit  1.2.1
pav search for other commits by this committer
ProxSMTP is a flexible tool that allows you to reject, change or log
email based on arbitrary critera. It accepts SMTP connections and
forwards the SMTP commands and responses to another SMTP server. You
need to be able to write the filtering scripts that integrate it with
your particular needs.

PR:             ports/80596
Submitted by:   Dario Freni <saturnero@gufi.org>

Number of commits found: 17

2843
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24514
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 291
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours5
new 7 days31
new fortnight72
new month204

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0