2 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] determining interacti...
FromSent OnAttachments
Sarton O'BrienJan 19, 2005 7:16 pm 
Sam VarshavchikJan 19, 2005 7:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] determining interaction between authlib and expectActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 19, 2005 7:45:05 pm
List:net.sourceforge.lists.courier-sqwebmail

Sarton O'Brien writes:

Hi ... again,

I have everything functioning fine with the latest sqwebmail and authlib.

I have expect installed.

When I modify the expect script so that the old and new passwords are explicitly stated within the script and runit as a user, it works fine.

Attempting to change the password within sqwebmail always fails.

Is there anyway to determine what is actually happening when attempting to change the password within sqwebmail? Possibly a log or some kind of test utility?

authtest can send a change-password command to authlib.

You can put a shell script wrapper around expect that redirects stdout and stderr, then runs expect.

There's also a debug option for authlib itself that logs all commands it receives.