On 20/07/2008, Javier Gonzalez <[EMAIL PROTECTED]> wrote: > Hi, i'm using exim4 with a email client to send email. I have configurated > an account with a external server, is a mail.xxxx.com, at the beginning to > configure, I have a problem with the user and password, to the account > email, and I can't send any email, but the problema was mine, but now, > what I now the correct user and password, whenever I want to send a email > with mail -v [EMAIL PROTECTED], on the console I get this: > > R=smarthost T=remote_smtp_smarthost defer (-53): retry time not reached > for any host > > And I don't Know why it can be. > > Someone know why it could be? or something I could do to fix?
Exim has remembered an error delivering to xxx.com and your retry rules tell it not to try again yet. Run your queue with exim -qf to immediately retry all queued deliveries and reset the counters. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
