exim4:test_sending_emails
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exim4:test_sending_emails [2016/11/07 11:28] – peter | exim4:test_sending_emails [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 54: | Line 54: | ||
</ | </ | ||
+ | |||
+ | ===== Using swaks ===== | ||
+ | |||
+ | <code bash> | ||
+ | apt-get install swaks libnet-ssleay-perl | ||
+ | </ | ||
+ | |||
+ | Test the connection: | ||
+ | |||
+ | <code bash> | ||
+ | swaks -a -tls -q HELO -s localhost -au your_user -ap '<>' | ||
+ | </ | ||
+ | |||
+ | Result | ||
+ | |||
+ | < | ||
+ | === Trying localhost: | ||
+ | === Connected to localhost. | ||
+ | < | ||
+ | -> EHLO debianwb | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | -> STARTTLS | ||
+ | < | ||
+ | === TLS started w/ cipher DHE-RSA-AES256-SHA | ||
+ | ~> EHLO debianwb | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | ~> QUIT | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | Note that above we are sending an empty password while testing with the swaks tool. | ||
exim4/test_sending_emails.1478518092.txt.gz · Last modified: 2020/07/15 09:30 (external edit)