On Sun, Sep 17, 2000 at 07:41:24PM +0200, Ludvig Omholt wrote:
> 
> Hmmm... I don't have anything else in there... It just looks as follows.
> You might want to check if it is executable though. In my /etc/ppp/ip-up
> file which calls ip-up.local there is a check [ -x /etc/ppp/ip-up.local
> ] to see that the script exists and is executable before it is run.

There is something like this in my ip-up file:
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local $*
So I think that it should work. My ip-up.local file looks exactly the same
as yours. Maybe the problem is in the permissions of these two files
(and ownership too). I don't have any idea. Please, help me with this.

QBA
> 
> ip-up.local:
> ---8<---
> #!/bin/bash
> 
> # Try to deliver queued mail
> /usr/bin/killall -ALRM qmail-send
> ---8<---
> 
> /Ludde
> 

Reply via email to