Re: [newbie] Email Setup

1999-09-28 Thread John Aldrich

On Mon, 27 Sep 1999, you wrote:
 Hmmm, I just looked at /etc/sysconfig/sendmail and it has the entry
 DAEMONIZE=yes.
 
 However, when I execute /etc/rc.d/init.d/sendmail status it says:
 
 sendmail doesn't daemonize with postfix
 
 Do I just need to disable postfix?  (I hope I can figure out how to do
 that!)  What do I gain/lose by this?
 
rpm -e postfix :-)
John 



Re: [newbie] Email Setup

1999-09-28 Thread John Aldrich

On Mon, 27 Sep 1999, you wrote:
 %_  The connection to the server has failed. Account: 'mail.solberg.com', Server: 
'mail.solberg.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10061, 
Error Number: 0x800CCC0E
 
   Maybe your server doesn't support SSL email? Mine doesn't so I had to make sure to 
turn that option off.
 
   Darcy.
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 

Darcy:
Please lose the HTML. It's not appropriate for this, or
most other lists.
Second, it says SSL: NO. That means it's NOT trying an SSL
link. We have this problem all the time with users here at
the ISP where I work. Most of the time, it turns out to be
a problem with the password or the username. In the case
you quoted above, it would appear that the username is
probably the culprit here. The "Account:
'mail.solberg.com'" doesn't appear to be a standard user
account.
John



Re: [newbie] Email Setup

1999-09-28 Thread yacketta



From: Ronald A. Yacketta

I have a similar problem
I have setup sendmail useing m4 etc..
I can telnet to port 25 from any enternal site and send a BS message from
thier,
but when I use pine from another site or any other mailer prog the mail
never gets to my server
(yes I have a MX record setup (domain is newmg.net) )
any ideas about this one?




Re: [newbie] Email Setup

1999-09-28 Thread Eric Solberg


Doh, I think I've just been degraded to 'clueless newbie'.  I was
configuring sendmail when postfix was running.  The good news is I did this
right and it is working wonderfully now.  Sorry for the HTML, and thanks for
all the help.

Eric Solberg

 On Mon, 27 Sep 1999, you wrote:
  Hmmm, I just looked at /etc/sysconfig/sendmail and it has the entry
  DAEMONIZE=yes.
 
  However, when I execute /etc/rc.d/init.d/sendmail status it says:
 
  sendmail doesn't daemonize with postfix
 
  Do I just need to disable postfix?  (I hope I can figure out how to do
  that!)  What do I gain/lose by this?
 
 rpm -e postfix :-)
 John



[newbie] Email Setup

1999-09-27 Thread Eric Solberg



I'm having trouble getting mail working with Mandrake 6.1. I have the 
MX record set up in DNS. If I send mail from the shell I can receive the 
mail either using Pine or using my Windoze email client at work. However, 
I can't seem to send mail from the mail client. When I try this at home 
(with a windows client on the same network as the Linux box) it appears to be 
succesfull, but the mail disappears never to be seen again. What seems odd 
is when I go back into the shell it tells me I have mail but when I go in with 
Pine, none is there. If I try to send mail from my office, setting my 
server as the SMTP host, I get the error message:

The connection to the server has failed. Account: 'mail.solberg.com', 
Server: 'mail.solberg.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket 
Error: 10061, Error Number: 0x800CCC0E

Any idea what I'm doing wronghere? Thanks in advance,

Eric Solberg


Re: [newbie] Email Setup

1999-09-27 Thread Gavin Grabias

On Mon, 27 Sep 1999, you wrote:
 
 I'm having trouble getting mail working with Mandrake 6.1.  I have the MX record set 
up in DNS.  If I send mail from the shell I can receive the mail either using Pine or 
using my Windoze email client at work.  However, I can't seem to send mail from the 
mail client.  When I try this at home (with a windows client on the same network as 
the Linux box) it appears to be succesfull, but the mail disappears never to be seen 
again.  What seems odd is when I go back into the shell it tells me I have mail but 
when I go in with Pine, none is there.  If I try to send mail from my office, setting 
my server as the SMTP host, I get the error message:
 
 The connection to the server has failed. Account: 'mail.solberg.com', Server: 
'mail.solberg.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10061, 
Error Number: 0x800CCC0E
 
 Any idea what I'm doing wrong here?  Thanks in advance,
 
 Eric Solberg
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 

I would make sure sendmail is running is daemon mode.  Thats the only way it
will accept connections on port 25.  Also are you trying to use your box as the
relay or another mail server.  If you are trying to use your box you may need
to allow the other domain to relay.  Again these are only things I would be
able to tell if you give some more info.

Regards,
   Gavin ([EMAIL PROTECTED])

  ENTER.NET - "The Road to the Internet Starts Here!" (tm)
  (610) 437-2221 * http://www.enter.net/ * email:[EMAIL PROTECTED]




Re: [newbie] Email Setup

1999-09-27 Thread Darcy Emily Baston




  The connection to the server has failed. Account: 'mail.solberg.com', 
  Server: 'mail.solberg.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket 
  Error: 10061, Error Number: 0x800CCC0E
  
  Maybe your server doesn't support SSL email? Mine doesn't so 
  I had to make sure to turn that option off.
  
  Darcy.


Re: [newbie] Email Setup

1999-09-27 Thread Axalon Bloodstone

On Mon, 27 Sep 1999, Darcy  Emily Baston wrote:

   The connection to the server has failed. Account: 'mail.solberg.com', Server: 
'mail.solberg.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10061, 
Error Number: 0x800CCC0E
 
   Maybe your server doesn't support SSL email? Mine doesn't so I had to make sure to 
turn that option off.
 
   Darcy.
 

It's a socket error, make sure the mail daemon started and stayed running.
and that you don't have both postfix and sendmail installed. then try to
'telnet 0 25' once that works the other should

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [newbie] Email Setup

1999-09-27 Thread Eric Solberg

Thanks so much for the helpful info - it is not being run in daemon mode.  I
remember seeing the config file where this is set and can change that.

If I'm sending mail from work, but setting up my mail client to use my
server (which is at home), do I need to add my company's domain in
relay-domains?  I'm using this as a stand-alone pop/smtp server without any
relay or smarter host.

Thanks,
Eric Solberg


 I would make sure sendmail is running is daemon mode.  Thats the only way
it
 will accept connections on port 25.  Also are you trying to use your box
as the
 relay or another mail server.  If you are trying to use your box you may
need
 to allow the other domain to relay.  Again these are only things I would
be
 able to tell if you give some more info.

 Regards,
Gavin ([EMAIL PROTECTED])
 
   ENTER.NET - "The Road to the Internet Starts Here!" (tm)
   (610) 437-2221 * http://www.enter.net/ * email:[EMAIL PROTECTED]
 



Re: [newbie] Email Setup

1999-09-27 Thread Eric Solberg

Hmmm, I just looked at /etc/sysconfig/sendmail and it has the entry
DAEMONIZE=yes.

However, when I execute /etc/rc.d/init.d/sendmail status it says:

sendmail doesn't daemonize with postfix

Do I just need to disable postfix?  (I hope I can figure out how to do
that!)  What do I gain/lose by this?

Thanks again
Eric


 I would make sure sendmail is running is daemon mode.  Thats the only way
it
 will accept connections on port 25.  Also are you trying to use your box
as the
 relay or another mail server.  If you are trying to use your box you may
need
 to allow the other domain to relay.  Again these are only things I would
be
 able to tell if you give some more info.

 Regards,
Gavin ([EMAIL PROTECTED])
 
   ENTER.NET - "The Road to the Internet Starts Here!" (tm)
   (610) 437-2221 * http://www.enter.net/ * email:[EMAIL PROTECTED]
 



Re: [newbie] Email Setup

1999-09-27 Thread Eric Solberg



I'm hoping this isn't the problem since I don't see that configurable 
anywhere in my mail client (outlook express).

Eric Solberg

  - Original Message - 
  From: 
  Darcy 
   Emily Baston 
  To: [EMAIL PROTECTED] 
  Sent: Monday, September 27, 1999 2:07 
  PM
  Subject: Re: [newbie] Email Setup
  
  
The connection to the server has failed. Account: 'mail.solberg.com', 
Server: 'mail.solberg.com', Protocol: SMTP, Port: 25, Secure(SSL): No, 
Socket Error: 10061, Error Number: 0x800CCC0E

Maybe your server doesn't support SSL email? Mine doesn't 
so I had to make sure to turn that option off.

Darcy.


Re: [newbie] Email Setup

1999-09-27 Thread Gavin Grabias

On Mon, 27 Sep 1999, you wrote:
 Thanks so much for the helpful info - it is not being run in daemon mode.  I
 remember seeing the config file where this is set and can change that.
 
 If I'm sending mail from work, but setting up my mail client to use my
 server (which is at home), do I need to add my company's domain in

Only if you have smtp set to your machine.  If its set to your works smtp
server you don't need to worry about setting up relays.
Gavin

 relay-domains?  I'm using this as a stand-alone pop/smtp server without any
 relay or smarter host.
 
 Thanks,
 Eric Solberg
 
 
  I would make sure sendmail is running is daemon mode.  Thats the only way
 it
  will accept connections on port 25.  Also are you trying to use your box
 as the
  relay or another mail server.  If you are trying to use your box you may
 need
  to allow the other domain to relay.  Again these are only things I would
 be
  able to tell if you give some more info.
 
  Regards,
 Gavin ([EMAIL PROTECTED])
  
ENTER.NET - "The Road to the Internet Starts Here!" (tm)
(610) 437-2221 * http://www.enter.net/ * email:[EMAIL PROTECTED]