* Viktor Rosenfeld <[EMAIL PROTECTED]> writes:

> So I thought of placing a script with `fetchmail -d 300` into
> the /etc/ppp/ip-up.d directory and a script with `fetchmail -q`
> into the /etc/ppp/ip-down.d directory.  The problem is that
> those scripts are executed as root,

su - -c "fetchmail -d 300" <username>

Reply via email to