similar to: Long delay checking mail with POP w/plain auth

Displaying 20 results from an estimated 900 matches similar to: "Long delay checking mail with POP w/plain auth"

2009 Jul 05
2
AUTH PLAIN error with Thunderbird and Dovecot 1.2
Hi, a few days ago I started to get some complaints about authentication delays from Thunderbird POP3 users. After some debugging it turned out that the problem was introduced somewhere between 1.2rc3 and 1.2rc7 (1.2.0 is still affected). A session with Thunderbird 2.0.0.22 against 1.2rc3 looks like this: <<< +OK Dovecot ready. >>> CAPA <<< +OK <<< CAPA
1997 Nov 29
0
NOT WANTED - SAMBA digest 1508
NOT WANTED On Sun, 30 Nov 1997 samba@samba.anu.edu.au wrote: > SAMBA Digest 1508 > > For information on unsubscribing see http://samba.anu.edu.au/listproc > Topics covered in this issue include: > > 1) How do I use multiple NT password servers > by jurgessj@b1b.ok.boeing.com (John E. Jurgess ) > 2) Re: How do I use multiple NT password servers > by Luke
2006 Nov 25
2
1.4 svn voicemail bug / crash
I cannot access my voicemail and get the following warning in my console: [Nov 25 10:26:43] WARNING[5628]: app.c:935 ast_lock_path: Failed to lock path '/var/spool/asterisk/voicemail/default/8900/Old': File exists I have also noticed that Asterisk will crash several minutes later after this warning message. I am using the latest SVN 1.4 branch of Asterisk (Revision 48007) and
2007 Jul 05
1
secure pop for outside pop inside
Hi all, I've a server with dovecot running in secure pop mode. For connections from the outside world, I don't want to enable pop. However, this machine is also the host for a vserver. In this vserver I have a webserver running the WebGUI Content Management System. One can add content via email. For this the cms has to be able to check a pop emailbox. The cms doesn't support secure
2007 Oct 25
1
Plain Text Stories: Part III
> Step 3: Let her open the box ? no, that?s not it ? I''m ashamed to admit it, but I actually laughed out loud. (And, erm, the step groups are cool, too.) Thanks, David!
2007 Dec 19
3
Using autotest + rspec for plain ruby (not rails)
autotest (zentest 3.5.0) + rspec 1.1.1 ask for "spec_autotest.rb", nowhere to be found... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071219/d560dfed/attachment.html
2006 Jul 11
0
ActiveMailer HTML + Plain Text + Attachment?
How do you do this? Tried all the examples on the wiki, and unfortunately the trac is not accessible right now to check the trouble tickets. No matter what I do the mime structure seems to be incorrect. It seems that adding an attachment to a html+plaintext message is not possible using the standard methods. I have seen some old posting on the mailing list about overriding the deliver method
2001 Jul 04
4
ext3 patch for 2.4.6 (plain or ac1)
Does the ext3 patch applies on top of the newly released 2.4.6 kernel (and/or the 2.4.6-ac1 variant) ? I want to upgrade to the new kernel and wanted to know before I run into problems if there are any known problems and if it's better to wait for an 'official' release. Thanks. Stelian. -- Stelian Pop <stelian.pop@fr.alcove.com> |---------------- Free Software Engineer
2006 Jan 28
0
How to get email body in plain/text
Hi, all. I have a very simple Mailer class class AliasMailer < ActionMailer::Base def receive(email) puts email.body end end And I have problem here with TMail::Mail object that I received via receive() function. I am trying to get body of the mail but I have following text Hello\r\n\r\n--\r\n\r\n\r\nHello<br clear=\"all\"><br>-- <br>h for mail that have
2005 Dec 29
2
Access rails logger from plain class
How can I "get" the rails logger from a plain class, that is a class that does not inherit from a rails class? I have tried using RAILS_DEFAULT_LOGGER (see below) but it''s nil class MyClass logger = RAILS_DEFAULT_LOGGER def myMethod logger.debug("stuff...") end end -- Posted via http://www.ruby-forum.com/.
2007 Feb 07
1
PLAIN-MD5 password scheme with salt?
Hello! I'm storing passwords as MD5 hashes in a MySQL database and have specified "default_pass_scheme = PLAIN-MD5" in dovecot-sql.conf. Can Dovecot append or prepend a salt to a password before hashing them? Because without salt the plaintext passwords can be restored from the MD5 hashes using rainbow tables. Greetings Steffen Weber
2011 Sep 05
0
Stemming functions only work on the last word of plain text documents
Hello, I want to use the SnowballStemmer on a collection of plain text documents. However, when I apply it to my corpus using the tm_map function it only stems the last word of each document (The problem is the for wordStem and stemDocument does not work at all).  An example: > path <- c("c:\path\to\directory")       # collection of plain text documents > corp <-
2009 Mar 27
0
ActionMailer multipart: html, plain and attachment?
Has anyone gotten emails to work where you specify the HTML and the plain text alternatives, but also include an attachment? Reason I''m asking: I''m sending out event notices, styled as HTML but with a plain text alternative. I also want to attach the .ics file. For some reason, I can''t get this to work. If I explicitly put in "multipart/mixed" (to support the
2003 Aug 04
0
perlrsync (was plain source -> encrypted destination: rsync + gpg)
Hi, I have achieved a reasonable preprocessing of files before pushing them to the remote server (for instance, compressing or encrypting the files) using perlrsync (in the source) and rsync (destination). I tried patching the rsync sources, but it's obviously non-trivial and I am obviously not a capable C coder. When I found perlrsync and could see that it's wire-compatible with
2006 Dec 04
1
Xen 3.0.3 troubles with a plain old ide disk.
Hi folks, After using 3.0.3 at work for awhile I decided to upgrade my 3.0.2 install at home to 3.0.3; however, I ran into issues with my IDE disk not being discovered. The full log can be seen here: http://www.techmonkeys.org/xen.txt I think this is the part most people will care about: Red Hat nash version 4.2.1.8 starting Mounted /proc filesystem Mounting sysfs Creating /dev Starting udev
2009 Jun 22
1
CRAM-MD5 authentication but plain-md5 password storage.
Hi all, Got a question on configuring dovecot, I'm still new at this so I might be doing this all wrong. I want dovecot to authenticate the mail client using CRAM-MD5 so I've setup the config in dovecot.conf: auth default { mechanisms = cram-md5 passdb sql { # Path for SQL configuration file, see doc/dovecot-sql-example.conf args = /etc/dovecot/dovecot-sql.conf
2007 Apr 05
0
TM convert Newsgroup to plain text
Hi, Anyone tried to do stemming for emails (mbox format) using the Text Mining (tm) package in R. According to the documentation the text document collection has to be converted to text and there is no method to convert Newsgroup (email) to plain text. Thanks, Saeed
2007 Mar 09
1
Can't hear any sound (This time in plain text)
Hey, I am a new to asterisk and softphones. Ihave recently installed and configured linux and 2 xlite clients all in linux fedora core 6. I have also made a dial plan for the two users. But when i dial from one xlite client to another i can hear the ring tone but when i answer the call i can not hear any sound. I have checked my microphone and its working fine. Please could anyone help me on
2009 Oct 06
0
Re: Printing plain text directly without dialogues
Have you tried cups? (cups.rubyforge.org). UNIX only, unfortunately, but it''s a bit easier to get up & running with it. m0wf -- Posted via http://www.ruby-forum.com/.
2011 Jun 27
0
Devise Invitable mailer -- how to force text/plain e-mail?
I am using Rails 3.09 and the latest Devise and Devise Invitable. I am able to make Devise send confirmation messages as text/plain just by adding a view properly named to the views/devise/mailer folder. Invitable keeps its views in views/users/invitations/mailer, but changing the name of the file (and the contents) does not seem to affect this at all. Instead, the view is being loaded