Keine Email-Ansicht im Posteingang bei Mozilla 1.4

Frank Lohmann F-.Lohmann at t-online.de
Wed Oct 15 17:14:43 CEST 2003


Frank Lohmann schrieb:

 > Ich versuche meine Emails herunterzuladen mit Mozilla 1.4 (Mail &
 > Newsgroups) - bekomme aber immer wieder die Nachricht unten in der
 > Verlaufszeile das keine neuen Nachrichten vorhanden sind.
 >
 > Jetzt habe ich zufällig eine Datei gefunden wo meine ganzen Mails
 > gespeichert sind
 >
 > file:/var/mail/benutzername
 >
 > und diese Datei wird jedesmal bei Einwahl ins Internet aktuallisiert -
 > ohne auf Abruf zu klicken.

Da wird mit Sicherheit ein fetchmail bei Dir aktiv. Wählst Du Dich via
Modem oder ISDN ein? Wenn ja, schau' doch mal nach /etc/ppp/ip-up.
Vielleicht ist dort ja der Aufruf "versteckt"!

Gruß

Burkhard



=> Datei ip-up

# SuSE Firewall script: If you installed and configured your firewall
	# in /etc/sysconfig/SuSEfirewall2 it will be started here:
	#
	start_firewall

	#
	# You may choose to use a default firewall script, configured for
	# the standard dialup user(install package ipchains):
	#
	#test -x /etc/ppp/inet_chains.local && /etc/ppp/inet_chains.local "$@"

	# maybe you want to start mail services:
	# set follow variables in /etc/sysconfig/sendmail
	#    SENDMAIL_TYPE="yes"
	#    SENDMAIL_SMARTHOST="<ISP-mailserver>"
	#    SENDMAIL_ARGS="-bd -om"
	#    SENDMAIL_EXPENSIVE="yes"
	#    SENDMAIL_NOCANONIFY="yes"
	#/usr/bin/fetchmail -a -v >>/var/log/fetchmail 2>&1 &
	#/usr/sbin/sendmail -q &

	# As an alternative to the commands above, you can use a seperate script,
	# /etc/ppp/poll.tcpip. The default scripts as shipped is able to set the
	# system clock using ntpdate (see the XNTPD_INITIAL_NTPDATE setting in
	# /etc/sysconfig/xntp). It supports fetchmail with a system-wide
	# /etc/fetchmailrc and can use UUCP to fetch mail over TCP/IP, provided
	# that UUCP is configured properly. Last not least it also calls sendmail
	# to send any queued mail.
	if test -z "$IPPARAM" -o -n "${IPPARAM##*no_poll_tcpip*}" ; then
	    /etc/ppp/poll.tcpip | logger -p security.notice -t poll.tcpip > 
/dev/null &
	fi

	# call ip-up.local if it exists and is executable:
	if test -x /etc/ppp/ip-up.local ; then
	    /etc/ppp/ip-up.local "$@" | logger -p security.notice -t 
ip-up.local > /dev/null &
	fi
	if [ -d /etc/ppp/ip-up.d ]; then
		for SCRIPT in /etc/ppp/ip-up.d/*; do
			[ -d $SCRIPT -o ! -x $SCRIPT ] && continue;
			# ignore backup files and leftovers from rpm
			case $SCRIPT in
			    *.rpmsave|*.rpmnew|*rpmorig|*~) continue ;;
			esac
			$SCRIPT "$@" | logger -p security.notice -t $SCRIPT > /dev/null &
		done
	fi
	;;
     ip-down)



kann es den sein, daß dort etwas überflüssiges drinsteht?
Ich werde daraus jedenfals nicht schlau geschweigeden 
witerkommen.Vielleicht kannst Du mir dabei helfen.

Gruß

Frank




More information about the Linux mailing list