kofiguruje postfixa z opisu
Postfix - Dovecot - Debian
Autor: vikus
Link: http://www.4shared.c...ebian_v130.html
zawartosc mojego pliku main.cf
alfa:/# cat /etc/postfix/main.cf
command_directory = /usr/sbin mail_owner = postfix mydomain = inferno.homelinux.org myhostname = alfa myorigin = /etc/mailname alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases mydestination = $mydomain, $myhostname, localhost, localhost.localdomain, mynetworks = 127.0.0.0/8 inet_interfaces = all inet_protocols = ipv4 home_mailbox = Maildir/ mail_spool_directory = /home/ smtpd_banner = ESMTP on $myhostname ! mailbox_size_limit = 0 recipient_delimiter = + biff = no append_dot_mydomain = no relayhost = alfa:/#
alfa:/# postfix check alfa:/# newaliases alfa:/# /etc/init.d/postfix restart Stopping Postfix Mail Transport Agent: postfix. Starting Postfix Mail Transport Agent: postfix. alfa:/# telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 ESMTP on alfa ! 421 4.4.2 alfa Error: timeout exceeded Connection closed by foreign host. alfa:/#