Ich weiss nicht warum,aber das senden von Mails weder local noch über mein E-Mail programm führen zum erfolg.
Ã?nderungen habe ich da keine durchgeführt und daher ist es mir ja ein rätsel. Das Empfangen geht nich nur das senden nicht mehr.
Hier mal meine konfigurationen:
postfixx > master.cf
xinetd.conf# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
smtp inet n - n - - smtpd
smtps inet n - n - - smtpd
-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
smtp unix - - n - - smtp
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.
# The Cyrus deliver program has changed incompatibly.
#
cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
/var/log/warnservice smtp
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/sendmail
server_args = -bs B7BIT
# server_args = -bs
}
Dazu muss ich sagen das mailsystem ja doch geht, wei empfangen geht janoch.
postfix -> main.cf smtp sektion:Jun 15 21:47:13 pxxx postfix/postqueue[26244]: fatal: Cannot flush mail queue - mail system is down
Jun 15 21:47:32 p1xxxx postfix/sendmail[6365]: fatal: stand-alone mode requires no recipient
Jun 15 21:50:10 p1xxxx postfix/sendmail[8146]: fatal: stand-alone mode requires no recipient
Jun 15 21:50:53 p1xxx postfix/master[17985]: fatal: bind INADDR_ANY port 25: Address already in use
Jun 15 21:51:55 p1xxxx postfix/postqueue[12965]: fatal: Cannot flush mail queue - mail system is down
Stimmen tut soweit alles denke ich mal#suseconfig:
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
inet_interfaces = all
masquerade_domains = meinedomain.de
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
strict_rfc821_envelopes = no
#smtpd_recipient_restrictions = permit_mynetworks,check_relay_domains
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
#SMTPD Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
Wenn ich eine mail senden will kommt folgende Meldung:
Habe hier schon im Forum gesucht, aber zu meinem Problem leider nix passendes gefunden, daher frage ich mal euch, woran es liegen kann.
*** Sending pending mail from account 'info@meinedomain.de' @ 15.06.2004 21:59 ***
Connecting to: 'smtp.meinedomain.de'
Error - sent data: ""
Receive error: "sendmail: fatal: stand-alone mode requires no recipient
" -> Successful
Logging into the SMTP server as: "home-yk0d63oaiu"
Disconnecting -> Successful
Failed to send one or more pending messages.
Sendrecv.c[215] Smtp.dll
recv() failed
WINSOCK Error: Error Number: 0
wenn ich ein netstat -a mache, dann kommt folgendes:
laut netstat ist smtp auch aktiv sowie auch pop3.netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:pop3 *:* LISTEN
tcp 0 0 *:12654 *:* LISTEN
tcp 0 0 *:www-http *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 *:https *:* LISTEN
ein ps aux |grep sendmail bringt mir nix zum vorschein. Normal stand da sonst immer das sendmail command mit drinnen.
Ich hoffe jemand kann mir da helfen.
Server 1&1 Rootserver L mit SuSe 8.1 und Confixx 3.0.2

