wenn ich ueber Outlook mail versende gehts nicht, aber empfangen ja.
wenn ich eine mail von aussen bzw. Outlook an eine mail Adresse sende gehts auch nichts aber intern (web mailer) gehts !!!!
dass selbe wenn ich intern ueber webmail mail versende die gehts auch ?
im mail.log hab ich fast nur:
------
postfix/smtpd[11688]: warning: smtpd_peer_init: 66.198.41.9: address not listed for hostname smtp1.ste.net.sy
Jul 5 18:42:49 p15131936 postfix/smtpd[12064]: warning: Read failed in network_biopair_interop with errno=0: num_read=0, want_read=11
Jul 5 18:42:52 p15131936 postfix/smtpd[11979]: warning: Read failed in network_biopair_interop with errno=0: num_read=0, want_read=11
Jul 5 18:42:59 p15131936 postfix/smtpd[12189]: warning: Read failed in network_biopair_interop with errno=0: num_read=0, want_read=11.................
----
in mein main.cf steht:
------
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
default_privs = autoresponder
unknown_local_recipient_reject_code = 450
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
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
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
myorigin = $mydomain
myhostname = pxxxxx.pureserver.info
masquerade_domains = pxxxxx.pureserver.info
#mydomain = pxxxxx.pureserver.info
mydestination = $myhostname, $mydomain, localhost.$mydomain, http://www.$mydomain, mail.$mydomain, localhost
#relay_domains = $mydestination, hash:/usr/local/etc/postfix/relaydomains
defer_transports =
disable_dns_lookups = no
mailbox_command = /usr/bin/procmail
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_sasl_authenticated,permit_mynetworks,reject_unauth_destination,check_relay_domains, permit
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
#SMTPD Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
#TLS Support
smtpd_use_tls = yes
smtpd_tls_auth_only = no
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_CAfile = /etc/ssl/certs/p15131936.pureserver.info-sample-ca.crt
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_sasl_local_domain = $myhostname
tls_random_source = dev:/dev/urandom
smtp_skip_4xx_greeting = yes
ignore_mx_lookup_error = yes
smtp_connect_timeout = 300s
local_destination_concurrency_limit = 500
hopcount_limit = 500
------
in mein master.cg steht:
------
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
#smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes
-o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
#tlsmgr fifo - - n 300 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
#relay unix - - n - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
#localhost:10025 inet n - n - - smtpd -o content_filter=
#
# 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}
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
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=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
vscan unix - n n - 10 pipe
user=vscan argv=/usr/sbin/amavis ${sender} ${recipient}
procmail unix - n n - - pipe
flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}
relay unix - - n - - smtp
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
-----------
mein System:
SuSe Linux 9.1
Postfix 2.11
Confixx 3.1.2
webmin 1.28
mein DNS bzw. BIND 9. werd von Confixx verwaltet.
ich hab auch spamassasin und Amavis mit clamav installiert.
Kann Jemand bitte Helfen.
Danke sehr im vorraus