Hallo Zusammen,
ich habe heute die Installation wie im HowTo Beschrieben durchgeführt.
Ausser das ich dein paar rpm Pakete nicht dort wo sie im HowTo beschrieben sind, sondern bei RPM Find gefunden habe lief auch alles recht gut.
Web FTP POP3 funktioniert auch wunderbar auf der ersten eingerichteten Domain.
Leider bekomme ich aber den Postfix nicht ans laufen. Auch wenn ich diesen via /etc/init.d/postfix start starte nicht.
netstat -tap | grep smtp
hat die Ausgabe:
mail:~ #
iptables -L
Hat evtl. jemand eine Idee ?
ich habe heute die Installation wie im HowTo Beschrieben durchgeführt.
Ausser das ich dein paar rpm Pakete nicht dort wo sie im HowTo beschrieben sind, sondern bei RPM Find gefunden habe lief auch alles recht gut.
Web FTP POP3 funktioniert auch wunderbar auf der ersten eingerichteten Domain.
Leider bekomme ich aber den Postfix nicht ans laufen. Auch wenn ich diesen via /etc/init.d/postfix start starte nicht.
netstat -tap | grep smtp
hat die Ausgabe:
mail:~ #
iptables -L
Code:
mail:~ # iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
DROP tcp -- anywhere loopback/8
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
DROP all -- base-address.mcast.net/4 anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
DROP all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
Chain INT_IN (0 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere
DROP all -- anywhere anywhere
Chain INT_OUT (0 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain PAROLE (12 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain PUB_IN (4 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp echo-reply
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp echo-request
PAROLE tcp -- anywhere anywhere tcp dpt:mysql
PAROLE tcp -- anywhere anywhere tcp dpt:http-alt
PAROLE tcp -- anywhere anywhere tcp dpt:ftp-data
PAROLE tcp -- anywhere anywhere tcp dpt:ftp
PAROLE tcp -- anywhere anywhere tcp dpt:ssh
PAROLE tcp -- anywhere anywhere tcp dpt:smtp
PAROLE tcp -- anywhere anywhere tcp dpt:domain
PAROLE tcp -- anywhere anywhere tcp dpt:http
PAROLE tcp -- anywhere anywhere tcp dpt:pop3
PAROLE tcp -- anywhere anywhere tcp dpt:imap
PAROLE tcp -- anywhere anywhere tcp dpt:https
PAROLE tcp -- anywhere anywhere tcp dpt:ndmp
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:mysql
DROP icmp -- anywhere anywhere
DROP all -- anywhere anywhere
Chain PUB_OUT (4 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Hat evtl. jemand eine Idee ?