QBA wrote:
> 
> On Sun, Sep 17, 2000 at 11:19:26AM +0200, Ludvig Omholt wrote:
> > Just edit the file /etc/ppp/ip-up.local with your favorite editor (as
> > root). If the file doesn't exist I think it should be safe to add it.
> > This is the line I use on my home machine:
> >
> > # Try to deliver queued mail
> > /usr/bin/killall -ALRM qmail-send
> >
> > Hope this helps.
> >
> > /Ludde
> 
> I added this command to my ip-up.local file but it doesn't work.
> Could you send me your all ip-up script, maybe I have something
> wrong there.

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.

ip-up.local:
---8<---
#!/bin/bash

# Try to deliver queued mail
/usr/bin/killall -ALRM qmail-send
---8<---

/Ludde

-- 
  _   _ _ __  __  ___
 | | | | |  \|  \| __| Ludvig Omholt .................. http://ludde.net
 | |_| | | D | D | _|  070-310 08 71 ................... [EMAIL PROTECTED]
 |___|___|__/|__/|___| ++++++++ linux kernel 2.2.17 on an i686 +++++++++

Reply via email to