similar to: Spool Email - Time out error

Displaying 20 results from an estimated 100000 matches similar to: "Spool Email - Time out error"

2007 Dec 11
0
beanstalkd 0.5
I''m happy to announce the release of beanstalkd 0.5. This is the very first public release. In the future I''ll confine release announcements to the beanstalk mailing list. WHAT IS BEANSTALKD? ------------------- Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume
2007 Dec 14
0
async-observer rails plugin
I''m pleased to announce the existence of async-observer. This is the very first public release. In the future I''ll confine announcements to the beanstalk-talk mailing list. WHAT IS ASYNC OBSERVER? ----------------------- Async Observer is a Rails plugin that provides deep integration with Beanstalk. beanstalkd is a fast, distributed, in-memory work-queue service. Its
2007 Jul 29
0
Reading an email from an mbox file and resending to a different address without modification
Greetings, I''m trying to emulate the "Redirect" function of some email clients but am not having much success. I am sending messages with ActionMailer templates just fine so I''m pretty sure my environment is set up correctly and that my mail server is accepting the messages to relay. I am reading messages out of an mbox file and parsing them into RMail objects with
2007 Mar 03
3
configure actionmailer to recieve email on localhost?
hi, is there a way i can configure my localhost to receive email using smtp? i can out emails fine but now would like to test/get-to-know how to handle incoming emails. if on my localhost:3000, do i do anything like below? ActionMailer::Base.server_settings = { :address=>''smtp.yourserver.com'', # default: localhost :port=>''25'',
2007 Aug 27
0
Sending from multiple email addresses using POP
Hi, I have an app with many users who need to send and receive emails. My client does not want to have a local smtp server (if he can avoid it :). I can receive emails on a per user basis using Net::pop. What has me stumped is how to send email from different email accounts(but same domain) When I try to send if the FROM: does not match the smtp login account the mail server does not send it.
2008 Jul 24
0
Errno::EBADF Send an Email in Rails using GMail
Hi, would someone please help me. I have been desperatley trying to fnd out for the last two days why the following code is not working. Any ideas. I''m running Instant Rails 1.4 / Rails version 1.2.5 / Ruby version 1.8.5 (i386-mswin32) / RubyGems version 1.1.1 / Action Mailer version 1.3.5 / Windows XP. Here is a description of my emailing application: in
2007 Jun 10
1
SMTP settings for sending email?
I know there have been several posts about sending emails via ActionMailer, so I''m not trying to add to them. I understand the process of sending emails on the RoR side of things, but I have no real knowledge of SMTP settings. When I configure my "environment.rb" file, I don''t know what information to input. I understand the port number, user_name, password, and
2014 May 24
1
socket /var/spool/postfix/private/auth not created
I'm on Ubuntu 13.10 and followed these instructions http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL to configure Dovecot for Postfix. No matter what I try, the listener is not created. <http://dovecot.2317879.n4.nabble.com/file/n48182/32.png> dovecot -n does not show the listener (I guess that's why its not created) This is the extract from the
2002 Aug 01
0
FIXED - Print jobs hang in Samba, don't go to UNIX spool er
OK, it's working now. I waited until the production lines were undergoing a shift change and brought down all of Samba, then restarted it. Printing now works just fine. I still don't know what caused the problem, I never saw any error messages in the [sn]mbd or client logs, even with the log level turned turned up to 2. Thanks very much for the time and trouble you took to think about
2007 Oct 01
2
Dovecot do not retrieve mail from spool directory (pop3)
Hello, I have Dovecot 1.0.beta8 on FC5.[root at topaz orlowscy.com] # dovecot -n log_path: /var/log/dovecot protocols: pop3 login_dir: /var/run/dovecot/login login_executable: /usr/libexec/dovecot/pop3-login default_mail_env: mbox:/tmp:INBOX:/var/spool/vmail/%d/%n:INDEX=MEMORY mail_executable: /usr/libexec/dovecot/pop3 mail_plugin_dir: /usr/lib/dovecot/pop3 auth default: verbose: yes passdb:
2012 Jan 03
1
AWS Elastic Beanstalk & Puppet
Anyone have experience and willing to share for Beanstalk? e.g. How does Puppet fit in when we mainly use AWS Elastic Beanstalk? Seems most features are provided by Beanstalk. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email
2007 Mar 05
2
Any capistrano email recipes?
I''d like to set up capistrano to send an email whenever we do a deployment. Just start an SMTP session with localhost and shoot off the email. I have all the code to do that actually, I just don''t know how to run some Ruby code on the deployment server. Anyone know how to do that, or do you have an email recipe? Pat --~--~---------~--~----~------------~-------~--~----~ You
2003 Sep 28
2
Outgoing call spool
I've been playing with the outgoing call spooling feature a bit lately and it all works as it should with the exception of one irritation. I'm mostly using SIP to talk to the phones and using G.723.1 I copy the call file into the spool/outgoing directory and the originating phone rings. I pick it up and the remote phone rings. However there is dead silence from the originating
2009 Mar 17
1
ActionMailer works for gmail/yahoo, but not for other email addresses...HELP!
I have a rails app that can send emails to gmail, yahoo accounts. But when it comes to more obscure accounts like email-VB3JyQctZj/QT0dZR+AlfA@public.gmane.org or email-yvl6RSr0Ftk@public.gmane.org, the mail never arrives even though the log shows that the email was sent. Any ideas why this may be happening? I have sent an email directly through the same web server through the command line
1999 Sep 09
0
print: spool filename not the doc filename
I use [Epson Stylus] path = /var/spool/samba comment = Epson Stylus Photo 750 - PC DO printer name = epson browseable = yes printable = yes public = yes writable = no create mode = 0700 printer driver = EPSON Stylus Photo 750 Printing is ok from win9x. I have filename problems... Suppose I print the file "mydoc.doc": as soon as I print a file, when it still is in /var/spool/samba, I
2006 Feb 28
0
Sending email in functional test times out
I''m writing a functional test to see if an email was generated from a particular action. The action of course sends an email at some point..but the test says it times out. config.action_mailer.delivery_method is set to :test in config/environments/test.rb, not sure why it would be ignoring that. If I take out my email config from environment.rb, the test runs fine. Here''s the
2007 May 04
1
Moving new email from the mail spool to the inbox
We are considering switching from the Washington UW IMAP server to Dovecot for performance reasons, but we make use of the feature in the UW server that automatically moves new email from the mail spool to the IMAP INBOX. Has anyone implemented this in Dovecot, or considered implementing it ? We have a large number of users, so cannot easily change the way that we deliver email. -- Adrian
2012 Mar 01
1
Concurrent dovecot instances on same spool?
Hi all, While reading the "Multiple locations, 2 servers - planning questions..." thread, it just hit me that I was planning to do something that seems to be a bit hazardous... I am setting up an high-availability server set, which consists of two (or more) servers with common disk space, all set behind redundant hardware load balancers. At first, there will be two servers and disk
2014 Jun 16
0
connection to director (lmtp) time out
Hi all, I'm running two directors with lmtp proxy as relay transport for my mail exchangers. relay_transport = lmtp:inet:dovecot-directors.example.net dovecot-directors.example.net resolves to 172.17.1.3 and 172.17.1.4 Now, .3 is down and Postfix tries to deliver it to .4 but this connection gets a timeout: (delivery temporarily suspended: connect to 172.17.1.4[172.17.1.4]:24: Connection
2006 Nov 26
0
send email using Actionmailer => error 500 gets rendered :/
I''m experiencing the strangest problem with actionmailer. The following code reults in a 500 server error. --- UserMailer.deliver_register [some arguments] render :partial => "validate_email" , :status => 200 --- The strange thing is, Actionmailer sends the email just fine. But instead of rendering the partial, a 500 error is being returned. I''ve also tried to