Hallo,
habe nach der Anleitung von www.linux-tin.org mir postfix, cyrus und fetchmail eingerichtet. Alle Dienste funktionieren, selbst cyrus. Nur kann ich keine Mails mit Postfix senden, weder über telnet noch über KMail.
Wenn ich eine E-Mail senden will, kommt folgendes:
KMail gibt nen ähnlich Fehler aus. Außerdem reagiert der lokale Mail Server nicht auf mail.linux.lc, so wie es auch in der main.cf geschrieben steht. Könnte es ein DNS Problem sein? Wenn ja, wie behebe ich es?
Hier postconf -n:
Hoffe, das mir jemand helfen kann, der rest scheint dann soweit zu funktionieren
habe nach der Anleitung von www.linux-tin.org mir postfix, cyrus und fetchmail eingerichtet. Alle Dienste funktionieren, selbst cyrus. Nur kann ich keine Mails mit Postfix senden, weder über telnet noch über KMail.
Wenn ich eine E-Mail senden will, kommt folgendes:
Code:
450 Client host rejected: cannot find your hostname, [::1]
KMail gibt nen ähnlich Fehler aus. Außerdem reagiert der lokale Mail Server nicht auf mail.linux.lc, so wie es auch in der main.cf geschrieben steht. Könnte es ein DNS Problem sein? Wenn ja, wie behebe ich es?
Hier postconf -n:
Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
fallback_transport = cyrus
local_destination_concurrency_limit = 2
mail_owner = postfix
mailbox_command = /usr/lib/cyrus/bin/deliver
mailbox_transport = lmtp:unix:/file/name
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, $mydomain
mydomain = linux.lc
myhostname = mail.linux.lc
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
relayhost = smtp.mail.yahoo.de
sample_directory = /usr/share/doc/packages/postfix/samples
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtpd_banner = $myhostname ESMTP
smtpd_client_restrictions = reject_unknown_client, permit_mynetworks
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 450
Hoffe, das mir jemand helfen kann, der rest scheint dann soweit zu funktionieren