-
Notifications
You must be signed in to change notification settings - Fork 179
Q1402
I have a dial-up machine, and I use the queue_smtp_domains
option so
that remote mail only goes out when I do a queue run. However, any email
I send with an address
[anything@aol.com](mailto:anything@aol.com)
is returned within about 15 minutes saying retry time exceeded, and
all addresses are affected.
You should be using queue_domains
rather than queue_smtp_domains
.
With the latter, Exim is trying to route the addresses, which involves a
DNS lookup. This is presumably timing out, causing a retry time to be
set for the domain, and somehow a valid lookup never happened before the
maximum retry time (default of 4 days) passed. Hence the bounce. The
fact that it is aol.com is probably not relevant. You should probably
also be using -qq to do your queue run rather than -q.
- When I'm not connected to the Internet, how can I arrange for mail to
- I have a dial-up machine, and I use the
queue_smtp_domains
option so - How should Exim be configured when it is acting as a temporary storage
- I have
queue_domains
orqueue_smtp_domains
set, and use -qf to - I have an ISDN connection and would like a way of running the queue
- When I dial up to collect mail from my ISP, only the first 10 messages
- RFC 1985 specifies that the SMTP command
ETRN host.domain
causes all - If email has been deferred to a member on a local mailing list
- I would like to have a separate queue per domain for hosts which dial in