ich habe gerade einen neuen Server mit Suse 9.3 und Confixx 3.1.2 aufgesetzt.
Zuerst konnte ich gar keine Mails versenden. Dann habe ich hier im Forum geschaut und es wurde der Tip gegeben, in /etc/pam.d zu schauen ob dort eine Datei /smtp ist. Da diese nicht vorhanden war, habe ich wie beschrieben die Datei /pop3 nach /pam.d/smtp kopiert.
Seitdem klappt der Mailversand auch EINGESCHRÃ?NKT.
Ich kann nicht an Adressen außerhalb meiner Domain senden. Also z.B nicht nach Arcor oder web.de etc.
Beim versenden einer Mail an Arcor erhalte ich folgenden log Eintrag:
Code: Select all
Jan 28 10:55:54 XXX postfix/smtpd[17530]: connect from port-83-236-57-38.dynamic.qsc.de[83.236.57.38]
Jan 28 10:55:57 XXX postfix/smtpd[17530]: CDCEFAC5E: client=port-83-236-57-38.dynamic.qsc.de[83.236.57.38], sasl_method
=LOGIN, sasl_username=kunde1p1@XXX
Jan 28 10:55:57 XXX postfix/cleanup[17534]: CDCEFAC5E: message-id=<43DB3FB5.000003.05136@LAPTOP>
Jan 28 10:55:57 XXX postfix/qmgr[10200]: CDCEFAC5E: from=<test@TEST.de>, size=3160, nrcpt=1 (queue active)
Jan 28 10:55:57 XXX postfix/smtpd[17530]: disconnect from port-83-236-57-38.dynamic.qsc.de[83.236.57.38]
Jan 28 10:56:27 XXX postfix/smtp[17535]: connect to arcor.de[151.189.21.100]: Connection timed out (port 25)
Jan 28 10:56:27 XXX postfix/smtp[17535]: CDCEFAC5E: to=<TEST@arcor.de>, relay=none, delay=30, status=deferred
(connect to arcor.de[151.189.21.100]: Connection timed out)Ich habe die gleiche Config auf einem anderen Server und dort läuft es. Sogar ohne die Ã?nderungen in /pam.d
Kann mir da jemand nen Tip geben?
Hier mal meine main.cf:
Code: Select all
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, hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
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 = SERVERHOST
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = yes
relayhost =
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
mailbox_transport =
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 = no
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
# SASL
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = XXX
broken_sasl_auth_clients = yes
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###Vielen Dank schon mal.
Gruß