From 09283e8ffa39e2cb5c14b587c6bf540ac01e3c78 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 1998 22:16:19 +0000 Subject: Deckare default ports for the INET6 world. svn path=/trunk/; revision=2193 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetchmail.h b/fetchmail.h index d40f25da..64aee240 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -17,8 +17,10 @@ #define P_ETRN 9 #if INET6 +#define SMTP_PORT "smtp" #define KPOP_PORT "kpop" #else /* INET6 */ +#define SMTP_PORT 25 #define KPOP_PORT 1109 #endif /* INET6 */ -- cgit v1.2.3