Quantcast
Channel: Multimediaforum
Viewing all articles
Browse latest Browse all 4603

Postfix - SMTP Problem

$
0
0
http://www.linux-club.de/viewtopic.p...747127#p747127

Guten Morgen Community !

Ich sitze hier vor einem frisch installierten Postfix und ärgere mich mit dem Problem herum, dass der SMTP Server von Postfix scheinbar nicht ordnungsgemäß funktioniert. Der Port ist offen, ich erhalte eine Rückmeldung vom System (Telnet), jedoch reagiert Postfix nicht auf meine Anfragen (es kommt kein 220 Service Ready).

System: Opensuse 11.3 64Bit.


Code:

den-mail:~ # telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Hier würde ich nun eine Antwort vom Postfix erwarten, es kommt jedoch nichts. Meine letzten Arbeiten mit Postfix war dies nie ein Problem. Der SMTP Server /Service lief sofort nach der Installation von Postfix. Hat wer von euch vielleicht eine Idee / einen Tipp für mich?

Code:

netstat -alnp
tcp        0      0 0.0.0.0:22              0.0.0.0:*              LISTEN      1790/sshd
tcp        2      0 0.0.0.0:25              0.0.0.0:*              LISTEN      3049/master
tcp      24      0 127.0.0.1:25            127.0.0.1:39849        ESTABLISHED -
tcp        0      0 192.168.15.19:22        192.168.16.31:51947    ESTABLISHED 13669/1
tcp        0    52 192.168.15.19:22        192.168.16.31:51885    ESTABLISHED 13606/0
tcp        0      0 127.0.0.1:39849        127.0.0.1:25            ESTABLISHED 13704/telnet
tcp        1      0 127.0.0.1:25            127.0.0.1:39848        CLOSE_WAIT  -
tcp        0      0 :::110                  :::*                    LISTEN      2943/couriertcpd

Und zu guter letzt:

Code:

postconf –n:
alias_maps =
biff = no
canonical_maps =
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter =
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
defer_transports =
delay_warning_time = 0h
disable_dns_lookups = no
disable_mime_output_conversion = no
html_directory = /usr/share/doc/packages/postfix-doc/html
inet_interfaces = all
inet_protocols = ipv4
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions =
message_size_limit = 0
message_strip_characters =
mydestination = $myhostname, localhost.$mydomain
myhostname = localhost
mynetworks_style = subnet
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES
relay_clientcerts =
relayhost =
relocated_maps =
sample_directory = /usr/share/doc/packages/postfix-doc/samples
sender_canonical_maps =
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_enforce_tls = no
smtp_sasl_auth_enable = no
smtp_sasl_password_maps =
smtp_sasl_security_options =
smtp_tls_CAfile =
smtp_tls_CApath =
smtp_tls_cert_file =
smtp_tls_key_file =
smtp_tls_session_cache_database =
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_recipient_restrictions =
smtpd_sasl_auth_enable = no
smtpd_sender_restrictions =
smtpd_tls_CAfile =
smtpd_tls_CApath =
smtpd_tls_ask_ccert = no
smtpd_tls_cert_file =
smtpd_tls_key_file =
smtpd_tls_received_header = no
smtpd_use_tls = no
strict_8bitmime = no
strict_rfc821_envelopes = no
transport_maps =
unknown_local_recipient_reject_code = 550
virtual_alias_domains =


Falls noch weitere Konfigurationsdetails benötigt werden von euch, dies bitte einfach kurz schreiben :)

Vielen Dank im Vorraus !

MfG,

edv-denecke

Viewing all articles
Browse latest Browse all 4603