search for: gmailpassword

Displaying 3 results from an estimated 3 matches for "gmailpassword".

Did you mean: vmailpassword
2011 Jul 16
1
dovecot 2.0.13 using LDAP and proxying IMAP4 and POP3 to gmail
...se LDAP for authentication As a prototype, I implemented #1 and #2 using passwd-files and after a few hours of try and error, I got it to work and was able to login with "username" and "password" and was proxied through to gmail with "username at gmail.com" and "gmailpassword". Totally awesome. Now I am stuck porting my working prototype from my laptop and passwd-files to my real lab environment and LDAP. I was able to get the authentication to work but that's about it. I can't get dovecot to do the proxying. I searched the mailing list archives and saw o...
2019 Aug 11
1
Gmail to Dovecot migration
...sing -a 'virtual/All' option does not seem to work because the gmail folder with that name does not exist, but -a '[Gmail]/All Mail' seem to work. I'm using the following command: sudo doveadm \ -o imapc_host=imap.gmail.com \ -o imapc_user=user at gmail.com \ -o imapc_password=gmailpassword \ -o imapc_features="rfc822.size gmail-migration" \ -o imapc_port=993 \ -o imapc_ssl=imaps \ -o ssl_client_ca_dir=/etc/ssl/certs \ -o imapc_ssl_verify=yes \ backup -a '[Gmail]/All Mail' -O '-$GmailHaveLabels' -R -u user at exmaple.com imapc: The problem is this command...
2010 Apr 01
0
Request format from jabber simple to openfire server
...quire ''xmpp4r/roster/iq/roster'' require ''xmpp4r/vcard'' require ''xmpp4r-simple'' include Jabber Jabber::debug = true jid = Jabber::JID::new("mygmailid") client = Jabber::Client::new(jid) client.connect client.auth("gmailpassword") Now i want to know how to use the above piece of code to send request to openfire server. by default the request sent using above code goes to port "5222" which belongs to google talk. I dont know how to specify the port number or frame the request that can be send to openfire s...