#------------------------------------------------------------------------------ # /etc/check.d/ssmtp.exp - eischk exp file for ssmtp # # Copyright (c) 2008-2010 Stefan Goldbach, stefan(at)altergraben(dot)de # Copyright (c) 2011-2023 The Eisfair Team, team(at)eisfair(dot)org # # Creation : 2009-04-02 sg # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ SSMTP_USER = '([-._[:lower:]0-9])+' : 'no valid user name, because only the following characters are allowed: a-z, 0-9, ., _ and -' SSMTP_PORT = '()|(RE:PORT)' : 'should be valid port number or empty' SSMTP_USETLS = 'no|starttls|tls' : 'should be "no", "starttls" or "tls"' SSMTP_AUTHMETHOD = 'plain|cram-md5' : 'should be "plain" or "cram-md5"'