From 2cabbf89f9f696a4786476a4eda7a59a1c16d486 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 00:41:50 +0000 Subject: Remove port/service dualism and make everything a service. svn path=/trunk/; revision=4219 --- etrn.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etrn.c') diff --git a/etrn.c b/etrn.c index 31a28705..eb953008 100644 --- a/etrn.c +++ b/etrn.c @@ -122,13 +122,8 @@ static int etrn_logout(int sock, struct query *ctl) static const struct method etrn = { "ETRN", /* ESMTP ETRN extension */ -#ifdef INET6_ENABLE "smtp", /* standard SMTP port */ "smtps", /* ssl SMTP port */ -#else /* INET6_ENABLE */ - 25, /* standard SMTP port */ - 465, /* ssl SMTP port */ -#endif /* INET6_ENABLE */ FALSE, /* this is not a tagged protocol */ FALSE, /* this does not use a message delimiter */ etrn_ok, /* parse command response */ -- cgit v1.2.3