Hi everyone,
Since a day or two i'm having a problem with retreiving mail from my ISP. I'm using 5.6U4. The script /etc/startmail doesn't do anything so the mail is not fetched. When i use /etc/fetchmail and the line is open, then the mail will be collected. I think there is a problem with the startmail script:
if /sbin/ifconfig | /bin/grep -q '^ppp'
then
/bin/su - qmailr -s /bin/bash -c \
"FETCHMAILHOME=/var/lock/fetchmail /etc/fetchmail"
else
/usr/bin/killall -USR1 diald
fi
I don't know what the problem is. This is happening since I've changed the dialup connection from a analog modem to a ISDN-connection. I'm using a multidrop-config.
Internet sharing works fine.
Greetings,
Nico