On Sat, Jan 19, 2013 at 03:58:11PM -0200, Marcelo Laia wrote:
> On 19/01/13 at 06:53pm, Martin Stenberg wrote:
> > 
> > try doing this:
> > 
> > cp $(which msmtpq) $(which msmtpq).bak; sed 's/debian\.org/8.8.8.8/g' -i 
> > $(which msmtpq)
> > 
> 
> marcelo@marcelo:~$ which msmtpq
> /home/marcelo/bin/scripts/msmtpq
> marcelo@marcelo:~$ cp $(which msmtpq) $(which msmtpq).bak; sed
> 's/debian\.org/8.8.8.8/g' -i $(which msmtpq)
> marcelo@marcelo:~$ which msmtpq
> /home/marcelo/bin/scripts/msmtpq
> marcelo@marcelo:~$ which msmtpq.bak
> /home/marcelo/bin/scripts/msmtpq.bak
> marcelo@marcelo:~$ msmtpq -r
>   mail [ 2013-01-11-13.40.19 ] from queue ; couldn't be sent - host
>   not connected
>   mail [ 2013-01-11-16.19.03 ] from queue ; couldn't be sent - host
>   not connected
>   mail [ 2013-01-13-12.32.51 ] from queue ; couldn't be sent - host
>   not connected
>   mail [ 2013-01-13-13.01.26 ] from queue ; couldn't be sent - host
>   not connected
> marcelo@marcelo:~$ 
> 
> Hummmm!

What happens if you ping debian.org or 8.8.8.8 directly from your
terminal?

    ping -qnc1 -w2 8.8.8.8; echo $?

/martin

Attachment: pgpRxRIXxr0fB.pgp
Description: PGP signature

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
msmtp-users mailing list
msmtp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msmtp-users

Reply via email to