Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262898 | Differences between
and this patch

Collapse All | Expand All

(-)xmail-1.25.orig/SMTPSvr.h (-2 / +2 lines)
Lines 23-31 Link Here
23
#ifndef _SMTPSVR_H
23
#ifndef _SMTPSVR_H
24
#define _SMTPSVR_H
24
#define _SMTPSVR_H
25
25
26
#define SMTP_SERVER_NAME           "[" APP_NAME_VERSION_STR " ESMTP Server]"
26
#define SMTP_SERVER_NAME           "[ESMTP Server " APP_VERSION_STR "]"
27
#define STD_SMTP_PORT               25
27
#define STD_SMTP_PORT               25
28
#define SMTPS_SERVER_NAME          "[" APP_NAME_VERSION_STR " ESMTPS Server]"
28
#define SMTPS_SERVER_NAME           "[ESMTPS Server " APP_VERSION_STR "]"
29
#define STD_SMTPS_PORT              465
29
#define STD_SMTPS_PORT              465
30
#define SMTP_LISTEN_SIZE            64
30
#define SMTP_LISTEN_SIZE            64
31
31

Return to bug 262898