--- xmail-1.25.orig/SMTPSvr.h 2009-03-18 11:15:12.000000000 +0300 +++ xmail-1.25.orig/SMTPSvr.h 2009-03-18 11:16:19.000000000 +0300 @@ -23,9 +23,9 @@ #ifndef _SMTPSVR_H #define _SMTPSVR_H -#define SMTP_SERVER_NAME "[" APP_NAME_VERSION_STR " ESMTP Server]" +#define SMTP_SERVER_NAME "[ESMTP Server " APP_VERSION_STR "]" #define STD_SMTP_PORT 25 -#define SMTPS_SERVER_NAME "[" APP_NAME_VERSION_STR " ESMTPS Server]" +#define SMTPS_SERVER_NAME "[ESMTPS Server " APP_VERSION_STR "]" #define STD_SMTPS_PORT 465 #define SMTP_LISTEN_SIZE 64