Difference between revisions of "NUC Email"
From wikidb
(→Postfix) |
|||
Line 16: | Line 16: | ||
* Internet Site (SMTP) | * Internet Site (SMTP) | ||
* mail name is zdome.net | * mail name is zdome.net | ||
+ | |||
+ | === Test === | ||
+ | |||
+ | epp@rainier:~$ telnet localhost 25 | ||
+ | Trying 127.0.0.1... | ||
+ | Connected to localhost. | ||
+ | Escape character is '^]'. | ||
+ | 220 rainier ESMTP Sendmail 8.14.4/8.14.4/Debian-4.1ubuntu1; Tue, 12 May 2015 16:30:54 -0700; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1] | ||
+ | ehlo localhost | ||
+ | 250-rainier Hello localhost [127.0.0.1], pleased to meet you | ||
+ | 250-ENHANCEDSTATUSCODES | ||
+ | 250-PIPELINING | ||
+ | 250-EXPN | ||
+ | 250-VERB | ||
+ | 250-8BITMIME | ||
+ | 250-SIZE | ||
+ | 250-DSN | ||
+ | 250-ETRN | ||
+ | 250-AUTH DIGEST-MD5 CRAM-MD5 | ||
+ | 250-DELIVERBY | ||
+ | 250 HELP | ||
+ | quit | ||
+ | 221 2.0.0 rainier closing connection | ||
+ | Connection closed by foreign host. | ||
+ | |||
+ | I don't see "250-STARTTLS" |
Revision as of 15:36, 12 May 2015
Contents
Back
References
Postfix
sudo apt-get install postfix
select
- Internet Site (SMTP)
- mail name is zdome.net
Test
epp@rainier:~$ telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 rainier ESMTP Sendmail 8.14.4/8.14.4/Debian-4.1ubuntu1; Tue, 12 May 2015 16:30:54 -0700; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1] ehlo localhost 250-rainier Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-EXPN 250-VERB 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 250-DELIVERBY 250 HELP quit 221 2.0.0 rainier closing connection Connection closed by foreign host.
I don't see "250-STARTTLS"