[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fetchmail



Joaquín Pérez dijo:
> Hola estoy empezando con Linux y tengo varias dudas la primera es que utilizo
> fetchmail (al menos eso estoy intentando) y me gustaría lanzarlo no como
> demonio y de tal forma que me saque mensajes por un terminal de lo que estas
> haciendo, se que con la opción -v lanza mensajes a stderr pero no se como
> verlos en el terminal.

~-root#>cat /etc/ppp/ip-up.d/00fetchmail
#!/bin/sh
logger -i " Starting Fetchmail"
/usr/bin/fetchmail -d 30 -L /dev/tty12 -f /root/.fetchmailrc &

Lo que te hace falta es -L /dev/tty12 

-- 
  If you don't spend energy getting what you want, you'll have to spend it
  dealing with what you get.                                     - Unknown
 
  Proudly running Debian GNU/Linux Sid (Kernel 2.4.2) on this Dell Laptop 



Reply to: