
swaks
List of commands for swaks:
-
swaks:tldr:32a71 swaks: Deliver a standard test email, requiring CRAM-MD5 authentication as user `me@example.com`. An "X-Test" header will be added to the email body.$ swaks --to ${user@example-com} --from ${me@example-com} --auth ${CRAM-MD5} --auth-user ${me@example-com} --header-X-Test "${test_email}"try on your machineexplain this command
-
swaks:tldr:961f9 swaks: Deliver a standard test email to `user@example.com` on port 25 of `test-server.example.net`.$ swaks --to ${user@example-com} --server ${test-server-example-net}try on your machineexplain this command
-
swaks:tldr:dc845 swaks: Deliver a standard test email to `user@example.com` using the LMTP protocol via a UNIX domain socket file.$ swaks --to ${user@example-com} --socket ${-var-lda-sock} --protocol ${LMTP}try on your machineexplain this command
-
swaks:tldr:df249 swaks: Test a spam scanner using GTUBE in the body of an email, routed via the MX records for `example.com`.$ swaks --to ${user@example-com} --body ${path-to-gtube_file}try on your machineexplain this command