| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /usr/share/doc/swaks-20170101.0/ |
| Current File : //usr/share/doc/swaks-20170101.0/README |
------------------------------
INSTALL
------------------------------
Swaks is designed to be a self contained script. It should run on any system
that has Perl installed, although its capabilites may be limited by which
modules are installed.
To get a view of what swaks can and cannot do on a given system, run:
swaks --support
swaks will evaluate the installed perl modules and inform you of any
missing functionality, and how to get that functionality. Example output:
=== AUTH CRAM-MD5 supported
=== AUTH CRAM-SHA1 supported
*** AUTH DIGEST-MD5 not available: requires Authen::SASL
*** AUTH NTLM not available: requires Authen::NTLM
=== Basic AUTH supported
=== Date Manipulation supported
=== High Resolution Timing supported
=== Local Hostname Detection supported
=== MX Routing supported
=== Pipe Transport supported
=== Socket Transport supported
=== TLS supported
------------------------------
Documentation
------------------------------
Check the following files
README
This file. Contains install notes, references to other
files, and major changes for this release
doc/Changes.txt
All changes to swaks
doc/ref.txt
The text version of the --help output
doc/recipes.txt
Hints, tips, tricks that don't fit in the reference
------------------------------
Communication
------------------------------
The main swaks website is currently http://jetmore.org/john/code/swaks/
Ways to stay up to date on new releases:
Homepage: http://jetmore.org/john/code/swaks/
Online Docs: http://jetmore.org/john/code/swaks/latest/doc/ref.txt
http://jetmore.org/john/code/swaks/faq.html
Announce List: send mail to updates-swaks@jetmore.net
Project RSS: http://jetmore.org/john/blog/c/swaks/feed/
Google+: https://plus.google.com/u/0/110270727761256449657
Twitter: http://www.twitter.com/SwaksSMTP
------------------------------
Change Summary
------------------------------
v20170101.0
New Features:
* Added Per-Recipient Data Response (PRDR) support
(see https://tools.ietf.org/html/draft-hall-prdr-00).
* Added PROXY protocol support
(see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt).
* Added --drop-after and --drop-after-send options.
* Added %MESSAGEID% expansion token.
* Added %SWAKS_VERSION% expansion token.
Notable Changes:
* Default DATA template now includes a Message-Id: header.
Notable Bugs Fixed:
* Fixed incorrect range on XCLIENT rfc1891/xtext encoding.