Displaying 20 results from an estimated 50000 matches similar to: "receiving email in production"
2007 Dec 06
1
Fetcher Daemon Questions - receive???
I''m starting to play with Slantwise.com''s Fetcher to process emails via
a Ruby script.
Here''s the basic code lifted from their plugin:
[code]
class MailFetcherDaemon < Daemon::Base
@config = YAML.load_file("#{RAILS_ROOT}/config/mail.yml")
@config = @config[RAILS_ENV].to_options
@sleep_time = @config.delete(:sleep_time) || 10
def self.start
2009 May 23
1
Traffic Analyzer
Hi Guys,
My Server at Mosso has more than doubled in bandwidth over the last
week. Mosso recommended getting an analyzer tool to tell me why.
What can you guys recommend, easy to install and informative?
Thanks!
-Jason
2011 Jan 15
4
Best practices for email delivery in production
In pre Rails 3 world I was using ar_sendmail to queue up emails. Then
I would setup a cron job every few minutes to deliver the emails. But
that doesn''t work perfectly in Rails 3. What is the best way to
deliver emails in production environment in Rails 3?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2006 Sep 27
0
dovecot checkpassword passdb and vmailmgr
hello
some times ago I posted some patches to workaround vmailmgr
not fitting into dovecot's passdb-checkpassword authentication
module.
Yesterday I spent some spare time for carrying out a cleaner
solution for this problem.
Check out these patches. If you're not interested in merging them,
I will make them available at the same page I used for the former
solution [
2009 Mar 03
6
Rails 2.2.2 - Mysql::Error: MySQL server has gone away
My app consists of receiving emails with image attachments from its
users so I have been employing the MMS2R gem and Fetcher. Every 60
seconds the app goes to the email server to fetch emails.
Under Rails 2.1.1 things worked fine - when I received an email, the
email was fetched, parsed and saved to the database.
However I needed to upgrade to Rails 2.2.2 for unrelated reasons and now
I get the
2012 Aug 08
5
Error Bundler
Any body can help me!
i try create a new project, at the end i had message
error bundler.
root@xxx:/home/xxx# rails new depot_b
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
create
2009 Jul 31
6
Background daemon
It''s sending e-mail every hour, but I changed to sleep for a day, but
keep send the e-mail by hour. I don''t know what to do to send daily.
Could somebody help me?
thanks
############
# mailer.rb
###############
#!/usr/bin/env ruby
# You might want to change this
ENV["RAILS_ENV"] ||= "production"
require File.dirname(__FILE__) +
2009 Apr 20
2
Dovecot -> Gmail (via POP Mail Fetcher)
I'm trying to move my entire email store from my Dovecot installation (which
I normally access via IMAP) into Gmail using Gmail's Mail Fetcher (which
functions over POP); and I'm running into two problems:
1. Gmail only imported 78 out of 1000+ mails in my inbox, which I'm taking
to mean that Dovecot is reporting only those 78 as new. How can I get
Dovecot to send all mail over as
2006 May 10
4
action mailer not really sending emails
I am trying to get the action mailer to send out emails from my server
(windows 2003). I configured it to the local smtp server and when I try
sending to email boxes that are on the local domain, the emails go
through. However, when I try sending emails to my gmail account, they
won''t get through. It gives me no errors. As far as I can tell there are
no firewalls on our server that
2015 Mar 13
0
Apparent bug in logwatch's reporting of number of email by sendmail
> On 13 Mar 2015, at 18:13, ken <gebser at mousecar.com> wrote:
>
>> On 03/13/2015 01:06 PM, Blake Hudson wrote:
>> ken wrote on 3/13/2015 11:36 AM:
>>> # rpm -q sendmail logwatch
>>> sendmail-8.13.8-8.1.el5_7
>>> logwatch-7.3-10.el5
>>>
>>> One host sends just one email per day, the daily logwatch report.
>>>
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
2013 Apr 23
3
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
Hi guys
when i''m doing bundle install i got this type of error
whats this?
please help me.
rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal
error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
2015 Mar 13
0
Apparent bug in logwatch's reporting of number of email by sendmail
ken wrote on 3/13/2015 11:36 AM:
> # rpm -q sendmail logwatch
> sendmail-8.13.8-8.1.el5_7
> logwatch-7.3-10.el5
>
> One host sends just one email per day, the daily logwatch report.
> Here's /var/log/maillog entries from yesterday (hostnames are changed
> to make designations in this conversation more intuitive):
>
> Mar 12 04:02:18 srchost sendmail[27151]:
2012 Jun 04
1
bundle install results in "Symbol not found: _SSL_SESSION_free (LoadError)"
Hey everybody
I just installed RVM. I never had any issues with my OSX''s default Ruby
1.8.7, but for a project I want to work on I need a newer version,
specifically 1.9.3-p0. So I installed it. Sadly, when doing
rails new bla
I get the following error (right after bundle install is run):
/Users/josh/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
2009 May 05
2
Apache and CF
Hi All,
I have a CentoS 5.3 Xen Instance at Mosso.
I need to run ColdFusion and I have in the past successfully made
everything work, but not on Linux rather Windows.
I just cannot get Apache and CF talking. I added mod_jrun22, When I
try to serve a CF file, I am asked to download binary data. I
added .cfm and .cfml to Directory Index for /var/www/html in
httpd.conf and nothing still.
2010 Nov 16
0
[ANNOUNCE] pixman release 0.21.2 now available
A new pixman release 0.21.2 is now available. This is the first
development snapshot leading up to a stable 0.22 release.
News:
ARM: Performance improvements for image scaling [Siarhei Siamashka]
Performance improvements for affine transformations [Soren Sandmann]
Plus bug fixes and other improvements [Andrea Canciani, Siarhei, Soren].
NOTE: In this release a workaround for a bug in
2009 Aug 20
7
bulk email solutions
i need to send massive emails to various customers,
here 2 solutions i have think:
1-
customers = Customer.find(:all, :conditions => "newsletter = 1")
customers.each do |c|
@email = c.email
Mailer.deliver_send_newsletter(@subject, @email, @notice_id)
end
2-
customers = Customer.find(:all, :conditions => "newsletter = 1")
customers.each do |c|
addresses <<
2014 Dec 27
0
CentOS Digest, Vol 119, Issue 26 - Email found in subject
Received
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of centos-request at centos.org
Sent: Saturday, December 27, 2014 6:00 AM
To: centos at centos.org
Subject: CentOS Digest, Vol 119, Issue 26 - Email found in subject
Send CentOS mailing list submissions to
centos at centos.org
To subscribe or unsubscribe via the World Wide
2013 Jun 06
1
Introducing MailJack: autogenerate querystring parameters that are appended to links in your emails
Hey All,
I just wrote a nifty gem and wanted to share(its one of my first).
Wondering if anyone would be so kind as to tell me what they think and/or
code review it.
MailJack - its like LoJack but for the links in your emails. The problem
this solves is the ability to track click throughs in emails.
https://github.com/synth/mail_jack
Basically, you specify what mailers you want to track
2009 Jun 21
1
Xen on a Mac Pro
Hello,
I have a new Mac Pro with 16gb of RAM.
I was thinking that I could setup a XEN Server for my software
development environments and be able to SSH or VNC into the instances
from my mac book.
Has anyone run XEN on a Mac Pro yet? Work? Issues?
My hosting provider (Mosso (RackSpace Cloud)) uses XEN and I love
being able to create instances from a browser, allot additional
memory,
2009 Mar 08
0
Logging question
I have been using the Slantwise Fetcher plugin for a while now.
I have run into some problems lately and it''s a bit of a pain to
troubleshoot because it is not clear where (or if) it logs anything.
Can anybody give me some pointers about how to enable logging for this?
It would be great if I could have separate logs for each fetcher. I am
running several as I am checking numerous