Difference between revisions of "NUC Email"
From wikidb
(→References) |
(→References) |
||
Line 5: | Line 5: | ||
== References == | == References == | ||
− | [https://help.ubuntu.com/community/MailServer Ubuntu Mail Server] | + | * [https://help.ubuntu.com/community/MailServer Ubuntu Mail Server] |
− | [https://help.ubuntu.com/community/Dovecot Dovecot] | + | * [https://help.ubuntu.com/community/Dovecot Dovecot] |
== Postfix == | == Postfix == |
Revision as of 20:27, 17 May 2015
Contents
Back
References
Postfix
Install
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"
Dovecot
sudo apt-get install dovecot-imapd dovecot-pop3d
created a self signed certificate for SSL/TLS
local host name rainier