sendmail client with AUTH

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat sendmail client with AUTH
# 1  
Old 02-07-2012
sendmail client with AUTH

HI,
I use redhat 5.7 .
I configure sendmail as client and deliver the email to the external SMTP server(10.1.1.176) .
The smtp server need SMTP AUTH in order to send email with SMTP.
I configure and follow this link .
Sendmail as SMTP Authentication | Free Linux Tutorials
I try to send email using sendmail to this smtp server but failure with AUTH .
[root@localhost asterisk]# sendmail -f kingman.chui@broadsoft.com -v kingman.chui@broadsoft.com
subject:MMMM
MMMM
.
kingman.chui@broadsoft.com... Connecting to [10.1.1.176] via relay...
220 KINGMANNB ESMTP
>>> EHLO localhost.localdomain
250-KINGMANNB
250-SIZE 20480000
250 AUTH LOGIN PLAIN
>>> MAIL From:<kingman.chui@broadsoft.com> SIZE=18 AUTH=kingman.chui@broadsoft.com
250 OK
>>> RCPT To:<kingman.chui@broadsoft.com>
530 SMTP authentication is required.
>>> RSET
250 OK
>>> RSET
250 OK
kingman.chui@broadsoft.com... Using cached ESMTP connection to [10.1.1.176] via relay...
>>> MAIL From:<> SIZE=1042
250 OK
>>> RCPT To:<kingman.chui@broadsoft.com>
530 SMTP authentication is required.
>>> RSET
250 OK
>>> RSET
250 OK
postmaster... Using cached ESMTP connection to [10.1.1.176] via relay...
>>> MAIL From:<> SIZE=2066
250 OK
>>> RCPT To:<postmaster@localhost.localdomain>
530 SMTP authentication is required.
>>> RSET
250 OK
Closing connection to [10.1.1.176]
>>> QUIT
221 goodbye
=========
[root@localhost mail]# cat authinfo
AuthInfo:10.1.1.176 "U:kingman.chui@broadsoft.com""I:kingman.chui@broadsoft.com""P:123456" "M:LOGIN PLAIN"
AuthInfo: "U:kingman.chui@broadsoft.com""P:123456" "M:LOGIN PLAIN"
[root@localhost mail]# pwd
/etc/mail
[root@localhost mail]#

So, please advice what is the problem in sendmail in order to configure the smtp ATUH client ...
Thank
Regard/chui king man
# 2  
Old 02-07-2012
Hi
i am desperate, need configure sendmail to use externa SMTP and it does not require authentication. how do i do it?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Configuring Sendmail as a client only, how?

We are running sendmail-8.13.4 on AIX. I need to update the configuration and make sendmail act as a relay client only, meaning it will only be used to send mail out of the host and NOT accept mail. Here is my client.mc config: include(`/usr/samples/tcpip/sendmail/m4/cf.m4')... (5 Replies)
Discussion started by: c3rb3rus
5 Replies

2. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

3. UNIX for Dummies Questions & Answers

Problems with Sendmail AUTH and TLS

Greetings. I desperately need help to get my sendmail configuration working again. I followed this guide: Unmemorable Memories » Blog Archive » Enabling SMTP-AUTH for Sendmail on Debian Linux 3.1 to enable TLS and AUTH in sendmail and now I get an error I just cannot find any information... (1 Reply)
Discussion started by: Mr.Glaurung
1 Replies

4. AIX

Auth against AD (kerberos) does not work

@kah00na and all others, i have done al steps of the HowTo "Authenticate AIX users from MSActive Directory", found in this forum, but it still does not work. The test with kinit USERNAME works fine. But if i try to login i get the "UNKNOWN_USER" error in the debug.log.All steps to change... (11 Replies)
Discussion started by: tomys
11 Replies

5. Linux

sendmail client config

Hi All, I have a mail server A and a DNS Server B. I am trying to send mail from client C. I have configured the DNS entry in client in the file /etc/resolv.conf and restarted sendmail. My issues : Send mail is working for sending mails to external domain like gmail or yahoo. But the... (0 Replies)
Discussion started by: jegaraman
0 Replies

6. Solaris

sendmail client in solaris 10 ( relay)

I have setup sendmail e mail client using SMTP server, while sending the mail through mailx i am getting the below error. kindly help. WARNING: local host name (bkpsrv) is not qualified; see cf/README: WHO AM I? vishwanathhcl@gmail.com... Connecting to via relay... 220 xyz.co.in Microsoft... (0 Replies)
Discussion started by: vishwanathhcl
0 Replies

7. UNIX for Dummies Questions & Answers

sendmail auth/ident checking issue

Hi All, I have a problem sending mail to a host which seems to have sendmail configured to use Ident port (113) to check back on the mail sender. My problem is that this port is not enabled on the firewalls between sender and receiver so the ident checking and hence the mail is failing and... (0 Replies)
Discussion started by: Jublio
0 Replies

8. Cybersecurity

client auth for jboss using third party certificates

Hi All, I am looking for a way to authenticate clients accesing a jboss application via ssl certificates. Here is what I have don so far: Created CSR using keytool Sent CSR to thawte Received from Thawte the following files: ca-intermdiate.crt and certificate.crt. I assume the intermediate... (0 Replies)
Discussion started by: mariusp
0 Replies

9. UNIX for Advanced & Expert Users

Solaris 10 auth issue

Very strange one, we've got a recently build server (Sol10 via JET flash). Bascially you can ssh to it fine, but telnet will allow entry of username, but will then feed in a carriage return on the passwd field, this also happens on any auth type command, ie passwd on a user account will also... (4 Replies)
Discussion started by: itsupplies
4 Replies

10. UNIX for Advanced & Expert Users

Apache auth question

While not technically a unix question, I was hoping for some help from you all- I've got an Apache 1.3.x server, and I am using basic auth from the pam_auth module and winbind on the back of that. What I get is a relaly sleek authentication for my Windos domain users, however, as they are wont... (1 Reply)
Discussion started by: loadc
1 Replies
Login or Register to Ask a Question