search for: account_pwd

Displaying 2 results from an estimated 2 matches for "account_pwd".

Did you mean: account_id
2015 Jul 07
1
HELP: wrinting dovecot-sql.conf to authenticate to an existing database
...can anyone help me with dovecot-sql.conf please ? I'm not a mysql expert and I'am trying to authenticate dovecot2 to an existing database. I have a database "egroupware" with table "egw_accounts". The field "account_lid" is the full email address and "account_pwd" is the password in Blowfish format. Here is my dovecot-sql.conf driver = mysql connect = host=localhost dbname=egroupware user=egroupware password=********* default_pass_scheme = BLF-CRYPT password_query = SELECT account_pwd AS password FROM egw_accounts WHERE account_lid = '%u'...
2005 Jul 27
0
net/smtp, TO and FROM fields
...o has a yahoo email account, the received message has blank To and From fields. How can I make To, From and Subject fields visible? Here''s the code: Net::SMTP::start(''smtp.mail.yahoo.com'', 25, ''yahoo.com'',''account_name'',''account_pwd'' , :login ) do |smtp| smtp.open_message_stream(''account_name-/E1597aS9LQAvxtiuMwx3w@public.gmane.org'', ''account_name@yahoo.com'' ) do |stream| stream.puts "some text" end end Thank you for your help, Eduard