Re: [exim] auth fails, yet lookup succeeds

2006-10-10 Thread Rob Lingelbach
server_prompts = User Name : Password server_condition = \ ${if and {{eq{$1}{rob}}{eq{$2}{password}}}{yes}{no}} server_set_id = $1 On Oct 10, 2006, at 5:49 , Rob Lingelbach wrote: I'm using exim 4.41 on Fedora. Trying to use plaintext authentication with IMAP, passwords stored

Re: [exim] auth fails, yet lookup succeeds [FIXED]

2006-10-10 Thread Rob Lingelbach
You might like to play with exim -be to do some expansion tests to try to figure out what's happening. found the problem, thanks very much Philip. --Rob [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ##

[exim] second condition in plaintext AUTH

2006-08-24 Thread Rob Lingelbach
I've searched the archives and the FAQs and haven't found what works yet for my needs. what i need is a second login statement in the plain-text authentication section. existing code: #per http://mirror.olnevhost.net/pub/exim/exim-html-4.40/doc/html/spec_34.html fixed_login: driver =

[exim] exim 4.61 + spamassassin 3.1.1 spamd not writing headers

2006-05-10 Thread Rob Lingelbach
Spamd from spamassassin 3.1.1 doesn't write headers for exim to parse. Spamd debug shows it processes messages on port 783 and scores them. Running spamassassin -t spam_msg.txtspam.out writes headers fine. Where might I be going wrong? thanks in advance. Rob Rob Lingelbach[EMAIL

Re: [exim] authentication help needed 4.51

2006-04-30 Thread Rob Lingelbach
Tony Finch, wanted to thank you for your help, I found the problem, a missing accept authenticated = * line in my configure file. Running exim in foreground debug does wonders, along with spec.txt at your side. Rob -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ##

Re: [exim] authentication help needed 4.51

2006-04-29 Thread Rob Lingelbach
On Apr 28, 2006, at 9:22 , Tony Finch wrote: On Thu, 27 Apr 2006, Rob Lingelbach wrote: Thanks Tony. I wonder if you could send me your configure file so I could examine it for discrepancies with my own. Feel free to change pwds to something generic. The relevant parts are: LOGIN

Re: [exim] authentication help needed 4.51

2006-04-29 Thread Rob Lingelbach
Of course. The password file format is incidental. You can substitute any kind of lookup you want. great. plaintext password lookup works. What is weird now is that exim only asks for authentication if and only if I have the relay line in exim.conf for my host (I am on a static IP

[exim] authentication help needed 4.51

2006-04-27 Thread Rob Lingelbach
I've spent several days trying to get plaintext authentication to work with exim 4.51. If anyone would be interested in helping I would be most appreciative. attached is my configure file. -- Rob Lingelbach http://www.colorist.org/robhome.html [EMAIL PROTECTED] configure Description