Hallo, seit dem Wochenende hab ich es geschafft f�r mich endg�ltig von SuSE zu debian (woody) umzusteigen.
Hab soweit eigentlich alles eingerichtet. Einziges Problem: Ich finde die fetchids Datei f�r den fetchmaildaemon nicht. Ich habe den fetchmail 5.9.11 D�mon. Installiert ist fetchmail-ssl 5.9.11-5, fetchmail-common 5.9.11-5 und fetchmailconf 5.9.11-5. Ich benutze den D�mon als Nutzer fetchmail. In /etc/default/fetchmail ist keine besondere fetchids-Datei bestimmt. In der fetchmailrc (in /etc/) ist bei 2 Pop-Servern keep definiert. Fetchmail ber�cksichtigt auch das und holt keine bereits gelesenen Dateien ab. Das ganze ist auch in /var/log/syslog entsprechend dokumentiert. Bei einem Debug-Run (/etc/init.d/fetchmail debug-run) gibt auch aus das die fetchids-Datei geschrieben worden ist. Ein updatedb und locate fetchids ergibt leider keine Meldung. Laut debug-run: > RUNUSER is fetchmail > /etc/init.d/fetchmail: OPTIONS would be --daemon 300 --syslog -f \ > /etc/fetchmailrc -i /var/mail/.fetchmail-UIDL-cache Laut man fetchmail wird mit -i eine andere fetchids-Datei als Standard angegeben. Danach also /var/mail/.fetchmail-UIDL-cache. Diese Datei gibt es jedoch nicht. Wo liegen also meine versteckten fetchids? Ich m�chte n�mlich meine alte .fetchids von SuSE mit �bernehmen. Tschaui Daniel Schmeck Datei /etc/default/fetchmail: # Defaults for fetchmail initscript # sourced by /etc/init.d/fetchmail # installed at /etc/default/fetchmail by the maintainer scripts # $Id: init.defaults,v 1.8 2001/06/18 04:33:42 hmh Exp $ # # This is a POSIX shell fragment # # Master system-wide fetchmail switch. The initscript will not run if it # is not # set to true. STOP THE SERVICE BEFORE DISABLING IT! # # Unless you have the fetchmail user properly setup on your system or # will set # RUNASROOT below to true, you'd better use dpkg-reconfigure to change # this. # # [automatically edited by postinst, do not change line format or set it # to # anything but false or true ] SERVICE=true # System-wide fetchmail conffile. The initscripts are triggered by the # presence # of this file. CONFFILE=/etc/fetchmailrc # Default options. These take precedence over anything configured by # CONFFILE # above, so if you like to have any of them specified in CONFFILE, # remove them # from the line below. OPTIONS="--daemon 300 --syslog" # Whether to run the systemwide fetchmail daemon as root (can deliver to # a MDA # and create BSMTP files as root); or as user fetchmail (much safer, and # works # just as well as long as you deliver to SMTP or to a non-cretin # /sbin/sendmail # MTA, such as postfix). # # RUN /etc/init.d/fetchmail stop BEFORE YOU CHANGE "RUNASROOT" # # set to "true" if you want to run fetchmail as root (and risk remote # root # exploits), or to "false" otherwise. # # [automatically edited by postinst, do not change line format or set it # to # anything but false or true ] RUNASROOT=false -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

