aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ssmtp
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typo which prevent to build ssmtp MD5 authclement2005-04-051-1/+1
| | | | Reported by: bsdcrank at squbes dot com
* - Update to 2.61clement2004-10-142-5/+5
|
* - Update to ssmtp_2.60.12.clement2004-08-082-3/+3
| | | | This release fixes most of auth smtp known bugs
* - Update to 2.6.9clement2004-05-202-4/+12
| | | | - Add WITHOUT_IPV6 and WITH_MD5AUTH knobs
* - Add WITH_LOGFILE knob (additional logging over and above syslog)clement2004-05-171-0/+4
|
* update to 2.60.8eik2004-05-132-4/+3
| | | | | | PR: 66585 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: clement
* WITH_USERPREFS is now the default.clement2004-02-261-5/+3
| | | | Define WITHOUT_USERPREFS to disable user preferences.
* - SIZEify distinfoclement2004-02-081-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* - Update my email addressclement2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* - Add WITH_USERPREFS knob: a user can set his own reverse alias,sergei2003-11-093-4/+53
| | | | | | | | | e.g.: % echo "nospam@cotds.org" > ~/.ssmtprc - Bump PORTREVISION PR: 59063 Submitted by: maintainer
* - update to 2.60.4naddy2003-10-023-6/+8
| | | | | | | | - use proper OpenSSL hooks - take maintainership PR: 57450 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Switch to MASTER_SITE_DEBIAN_POOLkris2003-08-041-2/+1
| | | | | PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru>
* - Use MASTER_SITE_DEBIANleeym2003-04-142-58/+16
| | | | | | | - Portlint PR: 50925 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* update of mail/ssmtp to 2.50.9edwin2003-04-1411-132/+145
| | | | | | | update of mail/ssmtp to 2.60.3 PR: ports/40344 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* change the 'IGNORE' statement to reflect that this port incorrectlybillf2002-12-051-1/+1
| | | | | | | configures the hostname used in SMTP communication at compile-time instead of install-time. Approved by: portmgr (kkenn)
* BROKEN -> IGNORE to prevent package buildkris2002-10-131-1/+1
|
* Debian FTP site has been reorganized, update MASTER_SITES accordingly.naddy2002-08-161-2/+2
| | | | | PR: 41568 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Mark BROKEN:brian2002-05-181-0/+2
| | | | pkg_add cannot create /etc/ssmtp/smmtp.conf
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-4/+4
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* fixed repair targert to build a valid /etc/mail/mailer.confdinoex2001-10-031-5/+5
| | | | | PR: 30748 Submitted by: anarcat@anarcat.dyndns.org
* Adding ssmtp version 2.38.steve2001-02-267-0/+154
A sendmail alternative for small routers (only for outgoing mail). PR: 24263 Submitted by: Tomasz Paszkowski <ns88@k.pl>