Hallo!
Auch auf die Gefahr hin, dass diese Frage "schon oft" gestellt wurde, muss ich noch einmal ein neues Thema eröffnen, da ich keine Antwort gefunden habe.
Mein Problem: Ich habe einen frischen Rootie mit SuSE 9.3 (Postfix 2.2.1) bekommen. Dort alles erforderliche für Confixx 3.1. installiert. Funktioniert auch alles soweit, nur kann ich keine Mails versenden.
postconf -n:
alias_maps = hash:/etc/aliases
biff = no
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command = /usr/bin/procmail
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 = root
message_size_limit = 10240000
mydestination = $myhostname, localhost.$mydomain
myhostname = XXXXXXXXX.de
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost =
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
Logfile:
Dec 22 11:26:35 XXXXk postfix/smtpd[9502]: warning: hnv9-d9bac222.pool.XXXXXXXXXX]: SASL LOGIN authentication failed
Dec 22 11:26:35 XXXXk postfix/smtpd[9502]: NOQUEUE: reject: RCPT from hnvXXXXXXXXXXXX]: 554 <XXXX@XXXX.de>: Relay access denied; from=<XXXXXXXX@XXXXXXX.com> to=<XXXXX@XXXXXX.de> proto=ESMTP helo=<XXXX>
Dec 22 11:26:36 on2k postfix/smtpd[9502]: disconnect from hnv9-d9bac222.XXXX.XXXXXXX
saslauthd läuft....
Woran kann es liegen?
LG
LUKE
Relay access denied + confixx 3.1
Re: Relay access denied + confixx 3.1
Code: Select all
Dec 22 11:26:35 XXXXk postfix/smtpd[9502]: warning: hnv9-d9bac222.pool.XXXXXXXXXX]: SASL LOGIN authentication failed Code: Select all
smtpd_sender_restrictions = hash:/etc/postfix/accessRe: Relay access denied + confixx 3.1
Hallo!
Existiert die Datei mit dem User?[/quote]
Ja, die existiert, aber dort ist alles auskommentiert.
Sollte die nicht eher auf die confixx_virtualUsers.db zeigen?
Sorry, wenn ich frage, aber ich habe mich bisher nicht mit Postfix auseinander gesetzt, da ja "eigentlich" die nötigen Einstellungen von Confixx vorgenommen werden.
Benutzername und Kennwort stimmen.
Code: Select all
smtpd_sender_restrictions = hash:/etc/postfix/accessJa, die existiert, aber dort ist alles auskommentiert.
Sollte die nicht eher auf die confixx_virtualUsers.db zeigen?
Sorry, wenn ich frage, aber ich habe mich bisher nicht mit Postfix auseinander gesetzt, da ja "eigentlich" die nötigen Einstellungen von Confixx vorgenommen werden.
Benutzername und Kennwort stimmen.
-
antondollmaier
- Posts: 485
- Joined: 2004-03-30 10:06
Re: Relay access denied + confixx 3.1
/var/log/syslog bzw messages auf fehler des saslauthd starten, hier mal dazu suchen .. kam schon oft ;)
Re: Relay access denied + confixx 3.1
Ja, hätte ich auch selber drauf kommen können... :roll:antondollmaier wrote:/var/log/syslog bzw messages auf fehler des saslauthd starten, hier mal dazu suchen .. kam schon oft ;)
Dec 22 10:23:32 PAM-warn[3518]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[ns1p5] ruser=[<unknown>] rhost=[<unknown>]
Dec 22 10:23:32 saslauthd[3518]: DEBUG: auth_pam: pam_authenticate failed: Authentication failure
Dec 22 10:23:32 saslauthd[3518]: do_auth : auth failure: [user=ns1p5] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
<unknown> Okay... Nur wo werden die Daten dann eingegeben?
Edit:
Habe jetzt mal nach diesem Post http://www.rootforum.org/forum/viewtopi ... p+terminal einen Versuch gestartet... und geht.
@antondollmaier
Dank Deinem Hinweis konnte ich hier auch eine ganz andere Suche starten
DANKE!
LG
LUKE
-
antondollmaier
- Posts: 485
- Joined: 2004-03-30 10:06
Re: Relay access denied + confixx 3.1
na denn ... weiterhin viel erfolg :Dluke0810 wrote:Dank Deinem Hinweis konnte ich hier auch eine ganz andere Suche starten
DANKE!