Anyone familiar with authsmtp service and Sendmail.

Aflatoon Aflatooni aaflatooni at yahoo.com
Sat Sep 18 03:53:19 UTC 2010


I am trying to configure my sendmail to send out the emails generated locally on 
the server using the authsmtp service. 

But all their documentations and all my tweaking has been completely useless.

I get the following errors in the log:

Sep 18 00:03:25 zara sm-mta[58380]: STARTTLS=client, relay=mail.authsmtp.com., 
version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
Sep 18 00:03:35 zara sm-mta[58380]: o8I43OdE058378: to=<aaflatoon at yahoo.com>, 
delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30260, 
relay=mail.authsmtp.com. [62.13.128.188], dsn=5.0.0, stat=Service unavailable


Here is the content of my freebsd.mc

divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.34.2.3.4.1 2009/04/15 
03:14:26 kensmith Exp $')
OSTYPE(freebsd6)
DOMAIN(generic)

FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')

define(`SMART_HOST', `[mail.authsmtp.com]')dnl
dnl FEATURE(`authinfo')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 25')dnl

define(`confCW_FILE', `-o /etc/mail/local-host-names')

dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')

define(`confBIND_OPTS', `WorkAroundBrokenAAAA')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
MAILER(local)
MAILER(smtp)
TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl


Please help as I am going crazy!!!! I just can't get it to work!

Thanks



      


More information about the freebsd-questions mailing list