diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |