[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
Hilfe- & News-Center Das Forum der LUG Flensburg e.V. 2004-08-23T08:05:37+01:00 https://forum.lugfl.de/feed.php?f=16&t=776 2004-08-23T08:05:37+01:00 2004-08-23T08:05:37+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2925#p2925 <![CDATA[Startscript]]>
Für mehrere User kann man auch dieses Script nutzen:

---schnippel---

sleep 2
for d in /home/*
do
if [ -e $d/.fetchmailrc ]; then
echo $d | cut -d "/" -f3 | read u
echo fetchmail for `echo $d|cut -d"/" -f3` > /dev/tty9
su `echo $d|cut -d"/" -f3` -c fetchmail > /dev/null &
sleep 2
fi;
done

---schnappel---

Das ganze in die crontab, dann holt er für jeden User, der in /home ein eigenes Verzeichnis hat die Post ab. Muss nur noch die entsprechende .fetchmailrc im Userverzeichnis liegen - fertig..

Mike

Statistik: Verfasst von Mike — Mo Aug 23, 2004 8:05


]]>
2004-08-23T07:44:23+01:00 2004-08-23T07:44:23+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2924#p2924 <![CDATA[Startscript]]> Statistik: Verfasst von Hotspotter — Mo Aug 23, 2004 7:44


]]>
2004-08-23T07:16:34+01:00 2004-08-23T07:16:34+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2922#p2922 <![CDATA[Startscript]]> Statistik: Verfasst von bernd — Mo Aug 23, 2004 7:16


]]>
2004-08-22T16:35:03+01:00 2004-08-22T16:35:03+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2920#p2920 <![CDATA[Startscript]]> Statistik: Verfasst von Balumir — So Aug 22, 2004 16:35


]]>
2004-08-22T09:20:36+01:00 2004-08-22T09:20:36+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2918#p2918 <![CDATA[Startscript]]> Statistik: Verfasst von bernd — So Aug 22, 2004 9:20


]]>
2004-08-21T15:32:47+01:00 2004-08-21T15:32:47+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2917#p2917 <![CDATA[Startscript]]> Statistik: Verfasst von Balumir — Sa Aug 21, 2004 15:32


]]>
2004-08-16T22:19:00+01:00 2004-08-16T22:19:00+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2915#p2915 <![CDATA[Startscript]]> Statistik: Verfasst von bernd — Mo Aug 16, 2004 22:19


]]>
2004-08-16T21:01:26+01:00 2004-08-16T21:01:26+01:00 https://forum.lugfl.de/viewtopic.php?t=776&p=2914#p2914 <![CDATA[Startscript]]> Statistik: Verfasst von matop — Mo Aug 16, 2004 21:01


]]>