On Wed, Aug 27, 2003 at 10:17:16PM +0200, M. Emal Alekozai wrote:
> Exim 3.35 Dialup Konfiguration => Mails verschicken

Funktioniert bei mir seit �ber 2 Jahren mit queue_only_file in Verbindung
mit /etc/ppp/ip-up.d/01queue und /etc/ppp/ip-down.d/01queue. 

In /etc/exim/exim.conf hab ich

queue_only_file = remote/var/state/misc/offline

eingetragen und in /etc/ppp/ip-up.d/01queue steht dann folgendens

#!/bin/sh

# Flush exim queue
rm -f /var/state/misc/offline
touch /var/state/misc/online

Ein cat /etc/ppp/ip-down.d/01queue ergibt dann logischerweise

#!/bin/sh

# Flush exim queue
touch /var/state/misc/offline
rm -f /var/state/misc/online


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an