search for: p587

Displaying 2 results from an estimated 2 matches for "p587".

Did you mean: 587
2014 Nov 04
6
automated smtp server check
I would like to set up a cron job to automatically check whether my mailserver and webserver are up, and tell me if they're not. This script tells me if my webserver is up: #!/bin/bash wget -q --tries=10 --timeout=20 --spider http://melvilletheatre.com if [[ $? -eq 0 ]]; then echo "Online" else echo "Offline" fi How can I do the something similar with my
2019 Oct 09
4
Password issue
...ser=<myuser at covisp.net>, xx.xx.xx.xx, PLAIN, TLS Postfix logs "Client host rejected: Access denied? but as I said, other accounts can submit and there?s nothing special in the submission service in master.cf. Passwords are all copied/pasted so identical in both IMAP (p993) and SMTP (p587) settings. Settings for the SMTP server are identical to the other accounts using the same server. I don?t know how to login to IMAP via the openssl command line interface, but this is what happens when I login to the submission port. ? % openssl s_client -connect mail.covisp.net:587 -starttls sm...