Displaying 20 results from an estimated 40000 matches similar to: "Sending from multiple email addresses using POP"
2020 Jan 20
0
can't send email from my new centos 8
On Mon, Jan 20, 2020 at 06:04:47PM -0300, V. M. Tame-Reyes wrote:
> I apologize in advance, for the following could be too simple, but I can't
> figure it out.
> I configured a vps using centos 8, all is working fine but I'm not able to
> send email from this server.
> I tried
> $ telnet smtp.mailtrap.io 25 but it doesn't work
> yet
> $ telnet www.google.ca 80
2007 Sep 17
2
Drb - shared app with multiple private databases - howto?
Hello,
I''ve been trying to get my head around ferret and the one thing that
stumps me is how I might use Drb on a dedicated server with multiple
clients using the SAME application but each with their own private
database and other file assets (in an uploads directory within the
app)
Thank you for any suggestions, pointer etc.
Also I''d be very interested in hearing from those
2020 Jan 20
2
can't send email from my new centos 8
Hello to all!
I apologize in advance, for the following could be too simple, but I can't
figure it out.
I configured a vps using centos 8, all is working fine but I'm not able to
send email from this server.
I tried
$ telnet smtp.mailtrap.io 25 but it doesn't work
yet
$ telnet www.google.ca 80 does work
and particularly
$ telnet smtp.mailtrap.io 2525 does work too.
I temporarily
2012 Sep 06
5
centos email server suddenly much slower. What to do?
Greetings,
I run my own email server for some domains I administer, on a centos
vps server with a very small number of users.
The only services are smtp, imap/pop, webmail
Everything was running without problems until this morning. I left
home for 1/2 hours, and when I came back everything had become about
100x slower (seriously!). The services were/are still all up and
running, but practically
2006 Apr 23
4
Ruby, Rails & Linux - Which distro
Did I sound like our President? :)
<spin>
I didn''t explain myself well. I am not thinking of buying the
identically equipped PC laptop either at the same price.
If I had a $2500-$3000 budget (laptop, Applecare + case etc) I might
consider the Mac, but then in the PC laptop universe there are more
options of going with the slower processors (T2300 or T2400) for about
$1,000 less
2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ...
subversion/libsvn_wc/log.c:338: (apr_err=155009)
svn: In directory ''sr''
subversion/libsvn_subr/io.c:565: (apr_err=2)
svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to
''sr/README.tmp'': No such file or directory
Any one getting this? TIA for any help.
2013 Mar 11
1
sendmail stops accepting e-mail after sending 40 to 50 messages
i have a centos box (vps) with sendmail and i'am using it to
send a newsletter to mail clients.
I'am using a machine in my local network to send the e-mails
via SMTP (AUTH PLAIN) but after sending some e-mail (35 .. 50)
the connection starts to get closed by the server
(centos/sendmail)
I've searched google for a limit configuration on number of
e-mails in sendmail but
2006 Apr 12
5
SPAM on rails-list
This is a high traffic list as it is and it is really annoying to see
that SPAM is on the rise here.
I wonder how they can spam the list since each user has to be
authenticated. Do spammers go through the trouble of subscribing to
the list? In any case, this msg is to the list admin...could you
please do whatever it takes to filter this stuff out?
Thank you very much.
-bakki
2006 Jun 16
0
FW: Ajax used for the Yamanner virus
Just in case you didn''t hear about this.
---------- Forwarded message ----------
From: Babu, Shaurya <Shaurya.Babu@qwest.com>
Date: Jun 16, 2006 8:53 AM
Subject: FW: Ajax used for the Yamanner virus
To: Bakki Kudva <bakki.kudva@gmail.com>
FYI
_____________________________________________
Hi Guys,
A first! for the pitfalls of Ajax, if used indiscriminately:
2006 Jan 10
7
Can only render or redirect once per action - why?
I ran into this error message a quite a few times since my app requires
branching to different pages from the same action... say using a switch
statement. Ofcourse I found that you can use multiple redirects or renders
if you do
render :action => ''new'' and return false
I hate to code something I don''t understand fully. Any explanation of this
will be greatly
2006 May 26
4
shouldn''t this work? - session[:array_of_objects].delete_if {|x| x.id == params[:id]}
I am saving an array of active record objects (college courses) in the
session as session[:course_list]. This is the cart for a registration
controller.
If a student chooses to delete the course from the list I get the :id
as params[:id].
However if I do
session[:course_list].delete_if {|x| x.id ==params[:id]}
does not work.
session[:course_list].delete_at(idx)
works. Ocourse to do this I have
2006 Nov 02
5
Sending email using IMAP
This is something for after the 1.0 release but I think it's important
and I'm going to try to figure out how to make it happen. I'd like to
see some way to pass outgoing email from Thunderbird back to dovecot
through some new command that we would have to make up. Email would be
sent back over the IMAP connection and when Dovecot gets it dovecot
would hand it off to an SMTP
1999 Dec 01
0
Security Patches for Slackware 7.0 Available (fwd)
---------- Forwarded message ----------
Date: Tue, 30 Nov 1999 12:14:09 -0800 (PST)
From: David Cantrell <david@slackware.com>
To: slackware-security@slackware.com
Subject: Security Patches for Slackware 7.0 Available
There are several security updates available for Slackware 7.0. We will
always post bug fixes and security fixes to the /patches subdirectory on
the ftp site:
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
2006 Jun 16
5
[slightly OT] Problem with subversion 1.3.1 on OSX Tiger
I have a subversion repo on a Debian Sarge server. I do rails
development on two Debian workstations (home, work) and also a
MacBookPro.
I installed subversion from Darwinports. Things worked ok for a while
and I did commits from and updates to all three machines until today.
When I did svn status I noticed a lock on the working dir.
$ svn status
? Rakefile
? readme
! L .
.... etc
I cannot
2006 Apr 01
1
voicemail to email sending problems
I have a box that will send to my personal pop/web based email but will not send to my exchange server. I have checked the MX record and DNS settings. I know there is something you can do like this to check it but it returns either a -1 or 0 (have no idea what that means)
sendmail
/mx
anyway I can send to a ISP based Mail account outside the company. We have .wav files allowed we also require
2006 May 04
4
Sending email over IMAP?
I'm advocating for a change in the IMAP specification to allow outgoing
email to be sent over the same connection as incoming rather that having
to separately configure outgoing SMTP email. There are two significant
advantages to this concept.
1) It would greatly simplify setup for clients as they would only have
to configure one connection rather than two.
2) Spam reduction by
2017 Dec 13
1
Mail-crypt plugin clarification
rje writes:
> I'm looking into ways to encrypt the stored email on my server. The idea is
> to make it impossible for my hosting provider (who has access to my VPS) to
> read the mail from the disk.
Just to be clear, if at any point your VPS has access to the plaintext
mail (or keys that decrypt mail), then the VPS provider could access
your decrypted mail.
To make it unfeasible
2004 Aug 06
0
ADV: Direct email blaster, email addresses extractor, maillist verify, maillist manager...........
<HEAD>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT face=Arial> </FONT> </DIV>
<DIV> </DIV>
<DIV><STRONG><FONT color=#ff0080 face=Arial size=4>Direct Email
Blaster</FONT></STRONG> </DIV><FONT size=2>
<FONT face=Arial><B><FONT
2006 Jan 05
1
Action fails silently - breakpoint doesn''t hit
I have a simple user registration controller with scaffold code. The
only change I made to the view is to add a second password field for
confirmation. I do have a db table called users with all the fields
except ofcourse the extra password field. The field has a different name
so it does not get into the user hash. The ''user.new'' action works fine
and displays the form. The