rpm -e --nodeps sendmail
yum install postfix
/etc/postfix/post-install upgrade-package
vi /etc/postfix/main.cf
и вот что вышло:
]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = centos0.dmn.local
myhostname = centos0.dmn.local
mynetworks = 192.168.0.0/24, 127.0.0.1/8
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
#cat /etc/aliases
rt: "|/opt/rt3/bin/rt-mailgate --queue general --action correspond --url http://rt.dmn.local/"
проблема заключается в том, что postfix делает вид что стартует...
[root@CentOS0 ~]# service postfix start
Starting postfix: [ OK ]
[root@CentOS0 ~]# telnet localhost 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
Помогите провести траблшутинг проблемы.