From: Juergen E. <fli...@te...> - 2015-01-25 21:03:09
|
Hello Gene, > 1) Is it possible to configure fetchmail to send an error notice to > the user immediately if an ssl error has occurred? you can use the 'postconnect "/path/send-fingerprint-email.sh"' command to execute a script after a connection to an email server is taken down.. If you add it to the last checked account it runs only once for every poll cycle ;-) > 2) How else could I configure fetchmail to simply not check the fingerprint? If you do not want Fetchmail to check the fingerprint for an account, just remove the 'sslfingerprint ...' line for that account. Regards Juergen |