ich scheitere grade daran, auf debian postfix SMTP-Auth "beizubringen"
Status: postfix-tls libsasl2-modules sasl2-bin sind installiert.
SMTP-Auth will jedoch nicht :roll: Leider sind die Dokus / Howtos meist für SuSE und nicht für Debian... Somit treffen die meisten angaben leider nicht zu :(
Ich komme nicht weiter, hat jemand nen Tipp für mich?
mail.log
Code: Select all
NOQUEUE: reject: RCPT from dslb.pools.arcor-ip.net[xxx.xxx.xxx.xxx]: 554 <test@test.de>: Relay access denied; from=<meine_email@meinedomain.de> to=<test@test.de> proto=ESMTP helo=<pc>Code: Select all
postfix 2.1.5-9 A high-performance mail transport agent
postfix-tls 2.1.5-9 TLS and SASL support for PostfixCode: Select all
libsasl2 2.1.19-1.5 Authentication abstraction library
libsasl2-modul 2.1.19-1.5 Pluggable Authentication Modules for SASL
sasl2-bin 2.1.19-1.5 Programs for manipulating the SASL users dat
spamassassin 3.1.0a-2 Perl-based spam filter using text analysis
spamc 3.1.0a-2 Client for SpamAssassin spam filtering daemoCode: Select all
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = meinserver.de, 1234567.meinserver.de, localhost.meinserver.net, localhost
myhostname = 1234567.meinserver.de
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_tls_auth_only = noCode: Select all
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_etrn_restrictions=reject
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
relay unix - - - - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}