aboutsummaryrefslogtreecommitdiffstats
path: root/mail/messagewall
Commit message (Collapse)AuthorAgeFilesLines
* - Add more useful patchesvs2004-06-235-18/+588
| | | | | | | | - Use OPTIONS PR: ports/66173 Submitted by: Michael Ranner Approved by: maintainer timeout
* - Add patch obtained from author to work with Apple Mailpav2004-04-192-4/+15
| | | | | | | | - Portlint PR: ports/65682 Submitted by: Michael Ranner <mranner@inode.at> Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - Add WITH_ESMTP_SIZE_OPTION knobpav2004-02-292-0/+50
| | | | | | PR: ports/61490 Submitted by: Michael Ranner <mranner@inode.at> Approved by: maintainer
* Chase repocopies towards ports/dnsedwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* There is a problem with the interaction between MessageWall and Microsoftnork2003-04-063-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | Exchange server. The MS Exchange server gets upset that MessageWall sends the "250 2.0.0 h1Q0Qc907062 Message accepted for delivery" and the "\r\n" in different packets. The first patch works around this MS problem. See http://messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200302&threadid=nnoiaogojliciagmgpbk The other patch changes how MessageWall behaves when there are multiple recipients to a message. MessageWall accepts the first recipient, but defers the second with a temporary SMTP error. This can take some time for all recipients to get the message when the sending side has a long queue time. MessageWall does this since different recipients of a message can have different profiles. We, along with a number of sites, use a single profile for all inbound email. This patch, which must be enabled when the port is built with -DMESSAGEWALL_ALLOW_MULT_RCPT, allows multiple recipients, using the profile of the first recipient. See: http://www.messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200303&threadid=lcjcimckfmdphlhpjjhn PR: ports/50296 Submitted by: Douglas K. Rand <rand@meridian-enviro.com> Approved by: maintainer timeout (12 days)
* De-pkg-comment.knu2003-02-212-1/+1
|
* - update to 1.0.8petef2003-01-063-9/+15
| | | | | | | - reword pkg-descr PR: 46721 Submitted by: maintainer
* New Port mail/messagewalledwin2003-01-036-0/+100
SMTP Proxy with filtering PR: ports/43331 Submitted by: opr <opr@bsdaemon.be>