Posta elektronikoan erabilzen diren protokolo nagusiak:
SMTP: bidaltzeko protokoloa
POP: jasotzekoa
Bezeroak:
Ariketa: Thunderbird posta bezeroa erabiliz, kontu bat konfiguratu eta posta bidali/jaso.
Ariketa2: Enigmail erabiliz Posta modu seguruan bidali/jaso.
Zerbitzariaren instalazioa:
https://help.ubuntu.com/9.10/serverguide/C/email-services.html
Abiapuntua: DNSa duen makina bat (edo DNSa dagoen sare bat). Bertan NX motako mail.openpremia.eus erregistroa duena. Hau konfiguratzeko pausoak:
http://rimuhosting.com/support/bindviawebmin.jsp
/etc/bind/openpremia.eus.hosts.
$ttl 38400 openpremia.eus. IN SOA zerbitzaria.openpremia.eus. admin.openpremia.eus. ( 1259750185 10800 3600 604800 38400 ) openpremia.eus. IN NS zerbitzaria.openpremia.eus. openpremia.eus. IN A 10.14.4.253 zerbitzaria.openpremia.eus. IN A 10.14.4.253 mail.openpremia.eus. IN A 10.14.4.253 openpremia.eus. IN MX 1 mail.openpremia.eus.
SMTP:
# apt-get install postfix# dpkg-reconfigure postfix Erantzunak:
- Internet Site
- mail.openpremia.eus
- zubiri
- openpremia.eus, mail.openpremia.eus, localhost.localdomain, localhost
- No
- 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0/24 10.14.4.0/22
- 0
- +
- all
Ondoren postontzia konfiguratu:
# postconf -e 'home_mailbox = Maildir/'
Konfigurazio fitxategia:
vim /etc/postfix/main.cf
Berrasieratzeko:
/etc/init.d/postfix restart
Log-ak ikusteko (erroreak, …):
/var/log/mail.err
POP:
Dovecot
https://help.ubuntu.com/9.10/serverguide/C/dovecot-server.html
# apt-get install dovecot-imapd dovecot-pop3d
Ondoren konfiguratu:
/etc/dovecot/dovecot.conf:protocols = pop3 pop3s imap imapsmail_location = maildir:~/Maildir disable_plaintext_auth = no #SSL konfiguratu gabe dugulako!! arriskutsua da!!
Berrasieratu:
# /etc/init.d/dovecot restart
Erabiltzaileak sortu:
# adduser erabiltzailea
Obekuntza: Segurtasuna: TLS, Ldap, … konfiguratzea.
Dokumentazioa:
https://help.ubuntu.com/community/MailServer
https://help.ubuntu.com/8.04/serverguide/C/email-services.html
http://www.howtoforge.com/the-perfect-spamsnake-ubuntu-8.04
http://www.howtoforge.com/postfix-virtual-hosting-with-ldap-and-dovecot-on-ubuntu8.04
https://help.ubuntu.com/9.10/serverguide/C/email-services.html