search for: accountfil

Displaying 1 result from an estimated 1 matches for "accountfil".

Did you mean: accountfile
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
...FzZQ== I can authenticate via telnet with . authenticate plain using these passwords. If it's of any help to anyone, I put together a small script to produce them: #!/bin/bash # Copyright 2009 by John A. Sullivan III, SSI Services, LP # This script takes a file with a list of email accounts (accountfile) and # produces a file containing Zimbra PLAIN AUTHENTICATION passwords # (accountfile.pauth) in the current directory. # Thus, be sure you have read rights where you run this script. if [ -z "${1}" ];then echo "usage: $(basename ${0}) <accounts file name>"...