Hi Matt, On Tue, May 31, 2005 at 07:37:18AM -0500, Matt Walters wrote: > SMTP>> AUTH LOGIN > tls_do_write(bfffcd10, 12) > gnutls_record_send(SSL, bfffcd10, 12) > outbytes=12 > waiting for data on socket > Calling gnutls_record_recv(811e140, bfffd110, 4096) > read response data: size=18 > SMTP<< 334 VXNlcm5hbWU6 > search_open: lsearch "/etc/exim4/passwd.client" > cached open > search_find: file="/etc/exim4/passwd.client" > key="smtp.umn.edu" partial=-1 affix=NULL starflags=1 > LRU list: > :/etc/exim4/passwd.client > End > internal_search_find: file="/etc/exim4/passwd.client" > type=lsearch key="smtp.umn.edu" > cached data used for lookup of smtp.umn.edu > in /etc/exim4/passwd.client > lookup failed > trying to match * > internal_search_find: file="/etc/exim4/passwd.client" > type=lsearch key="*" > cached data used for lookup of * > in /etc/exim4/passwd.client > lookup failed > SMTP>> *
That looks to me that your client is not finding the authenication data for your smarthost in /etc/exim4/passwd.client. This might be a duplicate of #244724. Remedies are either using "*" as a host name, or to list all possible reverse host names for smtp.umn.edu, namely smtp-m.tc.umn.edu, smtp-c.tc.umn.edu, and smtp-w.tc.umn.edu in passwd.client, each of them in its dedicated line. Now, to explain the "it has worked until recently": Is it possible that the three IP addresses that smtp.umn.edu points to have been reverse resolving to smtp.umn.edu until recently, when the smtp-x host names have been introduced? Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

