Keine Email-Ansicht im Posteingang bei Mozilla 1.4

Burkhard Obergöker burkhard.obergoeker at uni-bielefeld.de
Thu Oct 16 08:10:43 CEST 2003


Frank Lohmann schrieb:

Es gibt hier 4 Stellen:

> => 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 &
Hier ^ wäre die erste, die aber bereits als Kommentar ("#") deaktiviert ist.

>     #/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 &

Hier ^ ist die zweite. Gibt's bei Dir eine "/etc/ppp/poll.tcpip"? wenn 
ja, schau' doch mal, ob sie einen fetchmail-Aufruf enthält.

>     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 &

Und hier ^ nochmal dasselbe mit der Datei "/etc/ppp/ip-up.local"

>     fi


Das, was jetzt folgt ist ähnlich dem "init.d"-Verzeichnis: alles in dem 
Verzeichnis "/etc/ppp/ip-up.d" liegt (sofern kein Verzeichnis und 
ausführbar) wird mit dem mitgelieferten Parametern gestartet. Vielleicht 
gibt's da ja auch einen fetchmail

>     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
>     ;;

So, wenn Dir das alles zu kompliziert ist, dann schmeiß' den fetchmail 
einfach aus dem System, sofern Du ihn nicht brauchst. ("rpm -e 
fetchmail" oder so ähnlich)

Du kannst natürlich den fetchmail zum Mailempfang weiter benutzen, und 
entweder den mutt als MUA verwenden, oder aber den Mozilla so 
einstellen, dass der "localhost" als Mailserver verwendet. Voraussetzung 
natürlich, Du hast einen pop- oder imap-Server installiert.

Gruß

Burkhard



-- 
Burkhard Obergöker                               Universität Bielefeld
Dipl. Ing. (FH)                                  Universitätsstr. 25
Tel. 0521/106-4160                               Fax. 0521/106-6464
burkhard.obergoeker at uni-bielefeld.de             33615 Bielefeld




More information about the Linux mailing list