Re: Sendmail wants to auth local mails

2009-02-02 Thread Andics László

Richard A Nelson írta:

On Sun, 1 Feb 2009, Andics László wrote:


DAEMON_OPTIONS(`Name=MSA,Port=submission,Modifiers=aE')


Check submit.mc for the msp feature line - you'll want to make sure
the port is 25 instead of 587 ... something like:
FEATURE(`msp', `[127.0.0.1]', `25')dnl
That was the problem. There is no ports specified is this line. I change 
it to 25, and now working.

Thank you for the help!


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Sendmail wants to auth local mails

2009-02-01 Thread Andics László

Richard A Nelson írta:

On Sat, 31 Jan 2009, Andics László wrote:


Any Srv_Features lines ?


No, my access file is have only those two Connect lines.


Ok, what does your DAEMON_OPTOINS line look like, M=a will
cause this


DAEMON_OPTIONS(`Name=MTA,Port=smtp')
DAEMON_OPTIONS(`Name=MSA,Port=submission,Modifiers=aE')
DAEMON_OPTIONS(`Name=TLSMTA,Port=smtps') ---this is just for some 
users, who using older mail program,

and can't send mail with TLS on port 25.
The auth for roaming users is required.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Sendmail wants to auth local mails

2009-02-01 Thread owens



 Original Message 
From: cow...@debian.org
To: laci...@gmail.com
Subject: Re: Sendmail wants to auth local mails
Date: Sat, 31 Jan 2009 12:27:50 -0800 (PST)

On Sat, 31 Jan 2009, Andics László wrote:

 I have these two Connect lines:
 
 Connect:localhostRELAY
 Connect:gophernet.huRELAY
 

looks ok

 I have really no idea what is wrong with this.
 Anyway, thanks for the answer.

Any Srv_Features lines ?

-- 
Rick Nelson
  Where in the US is Linus?
When last seen he was in the Portland Oregon area, still coding.
Larry


He was in the Promise Land.
  -- David S. Miller da...@caip.rutgers.edu




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Sendmail wants to auth local mails

2009-02-01 Thread Richard A Nelson

On Sun, 1 Feb 2009, Andics László wrote:


DAEMON_OPTIONS(`Name=MSA,Port=submission,Modifiers=aE')


Check submit.mc for the msp feature line - you'll want to make sure
the port is 25 instead of 587 ... something like:
FEATURE(`msp', `[127.0.0.1]', `25')dnl
--
Rick Nelson

Ever heard of .cshrc?

That's a city in Bosnia.  Right?
(Discussion in comp.os.linux.misc on the intuitiveness of commands.)

Re: Sendmail wants to auth local mails

2009-01-31 Thread Richard A Nelson

On Fri, 30 Jan 2009, Andics László wrote:


The original message was received at Fri, 30 Jan 2009 06:25:17 +0100
from r...@localhost


Is localhost in /etc/mail/local-host-names ?
and sendmail.mc has
FEATURE(`use_cw_file')dnl  # local-host-names


 - The following addresses had permanent fatal errors -
root
  (reason: 530 5.7.0 Authentication required)
  (expanded from: root)

 - Transcript of session follows -
... while talking to [127.0.0.1]:

MAIL From:r...@gophernet.hu SIZE=665 auth=r...@gophernet.hu


gophernet.hu should also be in /etc/mail/local-host-names


 530 5.7.0 Authentication required
554 5.0.0 Service unavailable

My domain names is set fine, the sendmail config is the same that we used 
over 3 years with no problem, so I have no idea, what is wrong.

Even the Google don't help, I just find an user with the same error.
Please help me to solve this, if your have any idea.


Do you use /etc/mail/access ? does it have any Connect: lines ?

--
Rick Nelson
Ooh, mommy, mommy, what I have now doesn't work in this extremely
unlikely circumstance, so I'll just throw it away and write something
completely new.
-- Linus Torvalds

Re: Sendmail wants to auth local mails

2009-01-31 Thread Andics László

Richard A Nelson wrote:

On Fri, 30 Jan 2009, Andics László wrote:


The original message was received at Fri, 30 Jan 2009 06:25:17 +0100
from r...@localhost


Is localhost in /etc/mail/local-host-names ?
and sendmail.mc has
FEATURE(`use_cw_file')dnl  # local-host-names

Yes, its OK.



 - The following addresses had permanent fatal errors -
root
  (reason: 530 5.7.0 Authentication required)
  (expanded from: root)

 - Transcript of session follows -
... while talking to [127.0.0.1]:

MAIL From:r...@gophernet.hu SIZE=665 auth=r...@gophernet.hu


gophernet.hu should also be in /etc/mail/local-host-names

Also OK. I checked this first.



 530 5.7.0 Authentication required
554 5.0.0 Service unavailable

My domain names is set fine, the sendmail config is the same that we 
used over 3 years with no problem, so I have no idea, what is wrong.

Even the Google don't help, I just find an user with the same error.
Please help me to solve this, if your have any idea.


Do you use /etc/mail/access ? does it have any Connect: lines ?


I have these two Connect lines:

Connect:localhostRELAY
Connect:gophernet.huRELAY


I have really no idea what is wrong with this.
Anyway, thanks for the answer.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Sendmail wants to auth local mails

2009-01-31 Thread Richard A Nelson

On Sat, 31 Jan 2009, Andics László wrote:


I have these two Connect lines:

Connect:localhostRELAY
Connect:gophernet.huRELAY



looks ok


I have really no idea what is wrong with this.
Anyway, thanks for the answer.


Any Srv_Features lines ?

--
Rick Nelson

 Where in the US is Linus?


He was in the Promise Land.
-- David S. Miller da...@caip.rutgers.edu

Re: Sendmail wants to auth local mails

2009-01-31 Thread Andics László

Richard A Nelson írta:

On Sat, 31 Jan 2009, Andics László wrote:


I have these two Connect lines:

Connect:localhostRELAY
Connect:gophernet.huRELAY



looks ok


I have really no idea what is wrong with this.
Anyway, thanks for the answer.


Any Srv_Features lines ?


No, my access file is have only those two Connect lines.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org





Re: Sendmail wants to auth local mails

2009-01-31 Thread Richard A Nelson

On Sat, 31 Jan 2009, Andics László wrote:


Any Srv_Features lines ?


No, my access file is have only those two Connect lines.


Ok, what does your DAEMON_OPTOINS line look like, M=a will
cause this

--
Rick Nelson
The purpose of having mailing lists rather than having newsgroups is to
place a barrier to entry which protects the lists and their users from
invasion by the general uneducated hordes.
-- Ian Jackson

Sendmail wants to auth local mails

2009-01-30 Thread Andics László

Hello All!

I have a problem with my Sendmail on Debian.
We use Fedora for a mail server over the past few years, but we change 
to a Debian.
We have TLS+SMTP AUTH configured fine, and working on Fedora, but in 
Debian there is a problem,
that sendmail wants to auth on local-to-local mails. Mail from outside 
the server working fine, but if I wish to
send a mail from local to another local user, Sednmail dosen't recognze 
it as a local mail, and is want to authenticate for relaying.
Here is an example from a dead letter, when cron try to send a mail to 
root:


The original message was received at Fri, 30 Jan 2009 06:25:17 +0100
from r...@localhost

  - The following addresses had permanent fatal errors -
root
   (reason: 530 5.7.0 Authentication required)
   (expanded from: root)

  - Transcript of session follows -
... while talking to [127.0.0.1]:
 MAIL From:r...@gophernet.hu SIZE=665 auth=r...@gophernet.hu
 530 5.7.0 Authentication required
554 5.0.0 Service unavailable

My domain names is set fine, the sendmail config is the same that we 
used over 3 years with no problem, so I have no idea, what is wrong.

Even the Google don't help, I just find an user with the same error.
Please help me to solve this, if your have any idea.

Best Wishes
Laszlo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org