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 root@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:<root@gophernet.hu> SIZE=665 AUTH=root@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-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-31-2009, 05:41 PM
Richard A Nelson
Sendmail wants to auth local mails
On Fri, 30 Jan 2009, Andics László wrote:
The original message was received at Fri, 30 Jan 2009 06:25:17 +0100
from root@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:<root@gophernet.hu> SIZE=665 AUTH=root@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
01-31-2009, 06:58 PM
Andics László
Sendmail wants to auth local mails
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 root@localhost
Is localhost in /etc/mail/local-host-names ?
and sendmail.mc has
FEATURE(`use_cw_file')dnl # local-host-names
Yes, it"s 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:<root@gophernet.hu> SIZE=665 AUTH=root@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:localhost RELAY
Connect:gophernet.hu RELAY
"
I have really no idea what is wrong with this.
Anyway, thanks for the answer.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-31-2009, 07:27 PM
Richard A Nelson
Sendmail wants to auth local mails
On Sat, 31 Jan 2009, Andics László wrote:
I have these two Connect lines:
"
Connect:localhost RELAY
Connect:gophernet.hu RELAY
"
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 <davem@caip.rutgers.edu>
01-31-2009, 07:40 PM
Andics László
Sendmail wants to auth local mails
Richard A Nelson írta:
On Sat, 31 Jan 2009, Andics László wrote:
I have these two Connect lines:
"
Connect:localhost RELAY
Connect:gophernet.hu RELAY
"
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-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-01-2009, 01:05 AM
Richard A Nelson
Sendmail wants to auth local mails
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
02-01-2009, 11:44 AM
Andics László
Sendmail wants to auth local mails
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-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-01-2009, 03:19 PM
Sendmail wants to auth local mails
>
>
>
>---- Original Message ----
>From: cowboy@debian.org
>To: laci082@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:localhost RELAY
>>> Connect:gophernet.hu RELAY
>>> "
>>
>>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 <davem@caip.rutgers.edu>
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
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.)
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-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org