• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] relay access denied mal wieder

Status
Für weitere Antworten geschlossen.
hi,

ich weiss es gibt hier schon einige threads zu dem thema, bekommst aber leider nicht gebacken.

hab ein suse 10.0 server mit postfix, cyrus etc

geht soweit alles bis auf den versand...

log

Code:
Feb  7 19:07:05 linux postfix/smtpd[8056]: connect from unknown[192.168.5.20]
Feb  7 19:07:05 linux postfix/smtpd[8056]: NOQUEUE: reject: RCPT from unknown[192.168.5.20]: 554 <xxxxxxxx@xxxxxxx>: Relay access denied; from=<xxxx@xxxxxxxxx> to=<xxxxxxxxx@xxxxxxxx> proto=ESMTP helo=<laptopchris>
Feb  7 19:07:08 linux postfix/smtpd[8056]: disconnect from unknown[192.168.5.20]
Feb  7 19:10:28 linux postfix/anvil[8058]: statistics: max connection rate 1/60s for (smtp:192.168.5.20) at Feb  7 19:07:05
Feb  7 19:10:28 linux postfix/anvil[8058]: statistics: max connection count 1 for (smtp:192.168.5.20) at Feb  7 19:07:05
Feb  7 19:10:28 linux postfix/anvil[8058]: statistics: max cache size 1 at Feb  7 19:07:05

main.cf

Code:
linux:/etc/postfix # cat main.cf | grep -v "^#" | grep -v ^$
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
$mydomain = hermann.rid
proxy_interfaces = 192.168.5.4
unknown_local_recipient_reject_code = 450
mynetworks_style = subnet
mynetworks = 192.168.5.0/28, 127.0.0.0/8

mailbox_command = /usr/lib/cyrus/bin/deliver
mailbox_transport = cyrus

smtpd_banner = $myhostname ESMTP
debug_peer_level = 2
debugger_command =
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
         xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
html_directory = /usr/share/doc/packages/postfix/html
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = linux.hermann.rid
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname,localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost = post.strato.de
mailbox_command =
mailbox_transport = cyrus
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtp_sasl_auth_enable = yes
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
content_filter = smtp:[127.0.0.1]:10024

vielleicht hat jemand ne idee?
 
ist das email dreamteam im urlaub?

:roll:

ich habe die datei /usr/lib/sasl2/smtpd.conf nicht, kann es daran liegen?
 
Status
Für weitere Antworten geschlossen.
Oben