Hi,
Ich setzte gerade meinen Server neu auf und siehe da, ein neues Probelm (habe das schon zirka 10 mal gemacht und jedes mal ein anderes Problem "entdeckt" *seufz*).
Das Problem: Ich kann zwar auf den SMTP-Server per localhost (telnet localhost 25) zugreifen, nicht aber über das LAN-Interface (telnet 192.168.0.2 25). Da kommt dann ein "Connection refused".
Die Installation ist standard (yum install postfix) und mein main.cf schaut so aus:
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
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = juro.at
myhostname = honk.juro.at
mynetworks = 127.0.0.0/8, 192.168.0.0/24
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES
sample_directory = /usr/share/doc/postfix-2.2.2/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
Kann mir da jemand weiterhelfen (Google konnte es nicht

)?
lg
juro