1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update pkg-descr

- Minor line endings fix in dma.rb

PR:	132457
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
Approved by:	miwi (mentor)
This commit is contained in:
Dennis Herrmann 2009-03-12 18:12:41 +00:00
parent 2015c82ba1
commit 784cc9156e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229956
2 changed files with 6 additions and 2 deletions

View File

@ -37,7 +37,7 @@ if ARGV.delete "-t"
msg = STDIN.read
head, cr, body = msg.split(/\n(\r?)\n/, 2)
head = head + "\n"
tmphead = head.gsub(/\n\s+/m, ' ')
tmphead = head.gsub(/\r?\n\s+/m, ' ')
rcpts = []
tmphead.gsub(/^(?:to|cc|bcc):\s.*$/i) do |match|
match.sub(/^[^:]+:\s*/, '').split(/\s*[,;]\s*/).each do |addr|

View File

@ -2,7 +2,11 @@ The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
designed for home and office use. It accepts mails from locally
installed Mail User Agents (MUA) and delivers the mails either
locally or to a remote destination. Remote delivery includes
several features like TLS/SSL support and SMTP authentication.
several features like TLS/SSL support and SMTP authentication,
but not MX record lookups. Therefore, dma is currently not
suitable for direct remote delivery. However, it works very
well for handling local mail plus secure mail submission to a
remote smarthost (e.g. for travelling mobile computers).
Since dma is not intended as a replacement for real, big MTAs
like sendmail(8) or postfix(1), it does not listen on port 25