<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Configure sendmail to work with Gmail smtp relay</title>
	<atom:link href="http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html</link>
	<description>A web log for web work</description>
	<lastBuildDate>Wed, 03 Mar 2010 04:04:09 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Agustina</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-682</link>
		<dc:creator>Agustina</dc:creator>
		<pubDate>Mon, 30 Nov 2009 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-682</guid>
		<description>Hello

I have the following message in var/mail/maillog:

Nov 30 12:52:17 demo sendmail[18466]: alias database /etc/aliases rebuilt by root
Nov 30 12:52:17 demo sendmail[18466]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total
Nov 30 12:52:17 demo sendmail[18471]: starting daemon (8.13.8): SMTP+queueing@01:00:00
Nov 30 12:52:17 demo sendmail[18471]: STARTTLS=server: file /etc/mail/certs/sendmail.pem unsafe: No such file or directory
Nov 30 12:52:18 demo sm-msp-queue[18479]: starting daemon (8.13.8): queueing@01:00:00
Nov 30 12:52:30 demo sendmail[18484]: nAUEqUP3018484: from=root, size=64, class=0, nrcpts=1, msgid=, relay=root@localhost
Nov 30 12:52:30 demo sendmail[18485]: nAUEqUPW018485: from=, size=365, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=demo [127.0.0.1]
Nov 30 12:52:31 demo sendmail[18484]: nAUEqUP3018484: to=agusberre@hotmail.com, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30064, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (nAUEqUPW018485 Message accepted for delivery)
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/sendmail.pem unsafe: No such file or directory
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/sendmail.pem unsafe: No such file or directory
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/ca-bundle.crt unsafe: No such file or directory
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/ca-bundle.crt unsafe: No such file or directory
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client, error: load verify locs /etc/mail/certs, /etc/mail/certs/ca-bundle.crt failed: 0


Anybody can help?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I have the following message in var/mail/maillog:</p>
<p>Nov 30 12:52:17 demo sendmail[18466]: alias database /etc/aliases rebuilt by root<br />
Nov 30 12:52:17 demo sendmail[18466]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total<br />
Nov 30 12:52:17 demo sendmail[18471]: starting daemon (8.13.8): SMTP+queueing@01:00:00<br />
Nov 30 12:52:17 demo sendmail[18471]: STARTTLS=server: file /etc/mail/certs/sendmail.pem unsafe: No such file or directory<br />
Nov 30 12:52:18 demo sm-msp-queue[18479]: starting daemon (8.13.8): queueing@01:00:00<br />
Nov 30 12:52:30 demo sendmail[18484]: nAUEqUP3018484: from=root, size=64, class=0, nrcpts=1, msgid=, relay=root@localhost<br />
Nov 30 12:52:30 demo sendmail[18485]: nAUEqUPW018485: from=, size=365, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=demo [127.0.0.1]<br />
Nov 30 12:52:31 demo sendmail[18484]: nAUEqUP3018484: to=agusberre@hotmail.com, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30064, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (nAUEqUPW018485 Message accepted for delivery)<br />
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/sendmail.pem unsafe: No such file or directory<br />
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/sendmail.pem unsafe: No such file or directory<br />
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/ca-bundle.crt unsafe: No such file or directory<br />
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client: file /etc/mail/certs/ca-bundle.crt unsafe: No such file or directory<br />
Nov 30 12:52:54 demo sendmail[18489]: STARTTLS=client, error: load verify locs /etc/mail/certs, /etc/mail/certs/ca-bundle.crt failed: 0</p>
<p>Anybody can help?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kisloid</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-679</link>
		<dc:creator>kisloid</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-679</guid>
		<description>The best guaide. All I need!!! Thanks</description>
		<content:encoded><![CDATA[<p>The best guaide. All I need!!! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Rook</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-649</link>
		<dc:creator>Rod Rook</dc:creator>
		<pubDate>Thu, 05 Nov 2009 03:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-649</guid>
		<description>[root@localhost mail]# m4 ./sendmail.mc &gt; ./sendmail.cf
m4:./sendmail.mc:149: Warning: excess arguments to builtin `define&#039; ignored
m4:./sendmail.mc:149: cannot open `/usr/share/sendmail-cf/feature/&#039;authinfo&#039;.m4&#039;: No such file or directory
m4:./sendmail.mc:150: ERROR: end of file in string


I am getting these error messages and don&#039;t know what is wrong.

The line 149 refers to &quot; FEATURE(&#039;authinfo&#039;,&#039;hash /etc/mail/auth/client-info.db&#039;)dnl &quot;
There is the file, /usr/share/sendmail-cf/feature/authinfo.m4 (without quotation marks), but it says no such file.</description>
		<content:encoded><![CDATA[<p>[root@localhost mail]# m4 ./sendmail.mc &gt; ./sendmail.cf<br />
m4:./sendmail.mc:149: Warning: excess arguments to builtin `define&#8217; ignored<br />
m4:./sendmail.mc:149: cannot open `/usr/share/sendmail-cf/feature/&#8217;authinfo&#8217;.m4&#8242;: No such file or directory<br />
m4:./sendmail.mc:150: ERROR: end of file in string</p>
<p>I am getting these error messages and don&#8217;t know what is wrong.</p>
<p>The line 149 refers to &#8221; FEATURE(&#8217;authinfo&#8217;,'hash /etc/mail/auth/client-info.db&#8217;)dnl &#8221;<br />
There is the file, /usr/share/sendmail-cf/feature/authinfo.m4 (without quotation marks), but it says no such file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis BRAUSSEN</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-641</link>
		<dc:creator>Denis BRAUSSEN</dc:creator>
		<pubDate>Tue, 27 Oct 2009 23:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-641</guid>
		<description>Thanks a lot for your article!
I&#039;ve had a similar problem and i&#039;ve found here a great help.

My solution:
I need smtp+authentification (on port 587) to send mail via my ISP 
and i&#039;m using mailertable because some domains have to be transported by uucp.
So I added in my sendmail.mc

=================================================================
define(`confAUTH_MECHANISMS&#039;, `PLAIN&#039;)dnl
FEATURE(`authinfo&#039;,`hash -o /etc/mail/authinfo.db&#039;)dnl


dnl #-----------------------------------------------Default Mailer setup------
dnl #
MAILER_DEFINITIONS
MAILER(`local&#039;)dnl
MAILER(`smtp&#039;)dnl
MAILER(`uucp&#039;)dnl #                                       -- Denis BRAUSSEN --

dnl #--------------------------------------------DEDICATED MAILER DEFINITION (SMTP + AUTHINFO PORT 587) ---------------------------
dnl #
dnl # THIS MAILER WILL BE USED IN  MAILERTABLE
dnl #
dnl # CHANGED: ORIGINAL MAILER FLAG F=mDFMuXa0 TO F=mDFMuXae9 (look for &quot;confCON_EXPENSIVE&quot; in cf.README.gz supplied with sendmail)
dnl #
define(`ALTSMTP_PORT&#039;,`587&#039;)
Maltsmtp,       P=[IPC], F=mDFMuXae9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990,
                T=DNS/RFC822/SMTP,
                A=TCP $h ALTSMTP_PORT
dnl #
dnl #
=================================================================
Then i created a /etc/mail/authinfo (rw- --- --- root:smmsp) filled with this line:

AuthInfo:smtp-auth.sfr.fr &quot;I:UsEr&quot; &quot;P:PaSsWoRd&quot; &quot;R:smtp-auth.sfr.fr&quot;  &quot;M:PLAIN&quot;

(to create the database do: # makemap hash /etc/mail/authinfo &lt; /etc/mail/authinfo )

and in my /etc/mail/mailertable i have this line:

#------------------------------
.     altsmtp:smtp-auth.sfr.fr
#------------------------------

Finally, do *NOT* forget to install  libsasl2-modules !
And all is working fine on my debian 5.03 (lenny)

Hope this helps,
regards,
Denis BRAUSSEN</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your article!<br />
I&#8217;ve had a similar problem and i&#8217;ve found here a great help.</p>
<p>My solution:<br />
I need smtp+authentification (on port 587) to send mail via my ISP<br />
and i&#8217;m using mailertable because some domains have to be transported by uucp.<br />
So I added in my sendmail.mc</p>
<p>=================================================================<br />
define(`confAUTH_MECHANISMS&#8217;, `PLAIN&#8217;)dnl<br />
FEATURE(`authinfo&#8217;,`hash -o /etc/mail/authinfo.db&#8217;)dnl</p>
<p>dnl #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;Default Mailer setup&#8212;&#8212;<br />
dnl #<br />
MAILER_DEFINITIONS<br />
MAILER(`local&#8217;)dnl<br />
MAILER(`smtp&#8217;)dnl<br />
MAILER(`uucp&#8217;)dnl #                                       &#8212; Denis BRAUSSEN &#8211;</p>
<p>dnl #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;DEDICATED MAILER DEFINITION (SMTP + AUTHINFO PORT 587) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
dnl #<br />
dnl # THIS MAILER WILL BE USED IN  MAILERTABLE<br />
dnl #<br />
dnl # CHANGED: ORIGINAL MAILER FLAG F=mDFMuXa0 TO F=mDFMuXae9 (look for &#8220;confCON_EXPENSIVE&#8221; in cf.README.gz supplied with sendmail)<br />
dnl #<br />
define(`ALTSMTP_PORT&#8217;,`587&#8242;)<br />
Maltsmtp,       P=[IPC], F=mDFMuXae9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990,<br />
                T=DNS/RFC822/SMTP,<br />
                A=TCP $h ALTSMTP_PORT<br />
dnl #<br />
dnl #<br />
=================================================================<br />
Then i created a /etc/mail/authinfo (rw- &#8212; &#8212; root:smmsp) filled with this line:</p>
<p>AuthInfo:smtp-auth.sfr.fr &#8220;I:UsEr&#8221; &#8220;P:PaSsWoRd&#8221; &#8220;R:smtp-auth.sfr.fr&#8221;  &#8220;M:PLAIN&#8221;</p>
<p>(to create the database do: # makemap hash /etc/mail/authinfo &lt; /etc/mail/authinfo )</p>
<p>and in my /etc/mail/mailertable i have this line:</p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
.     altsmtp:smtp-auth.sfr.fr<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Finally, do *NOT* forget to install  libsasl2-modules !<br />
And all is working fine on my debian 5.03 (lenny)</p>
<p>Hope this helps,<br />
regards,<br />
Denis BRAUSSEN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thambi</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-586</link>
		<dc:creator>Thambi</dc:creator>
		<pubDate>Sat, 19 Sep 2009 17:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-586</guid>
		<description>configured in this article and it still it is not working.

Sep 19 10:41:26 myatt sendmail[24293]: STARTTLS=client, relay=gmail-smtp-msa.l.google.com., version=TLSv1/SSLv3, verify=OK, cipher=RC4-MD5, bits=128/128
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfQma024291: to=, ctladdr= (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=120355, relay=gmail-smtp-msa.l.google.com. [72.14.247.111], dsn=5.0.0, stat=Service unavailable
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfQma024291: n8JHfRma024293: DSN: Service unavailable
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: to=myattto@gmail.com , delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31588, relay=gmail-smtp-msa.l.google.com., dsn=5.0.0, stat=Service unavailable
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: n8JHfRmb024293: return to sender: Service unavailable
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRmb024293: to=myattto@gmail.com , delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32612, relay=gmail-smtp-msa.l.google.com., dsn=5.0.0, stat=Service unavailable
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: Losing ./qfn8JHfRma024293: savemail panic
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: SYSERR(root): savemail: cannot save rejected email anywhere

thambi</description>
		<content:encoded><![CDATA[<p>configured in this article and it still it is not working.</p>
<p>Sep 19 10:41:26 myatt sendmail[24293]: STARTTLS=client, relay=gmail-smtp-msa.l.google.com., version=TLSv1/SSLv3, verify=OK, cipher=RC4-MD5, bits=128/128<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfQma024291: to=, ctladdr= (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=120355, relay=gmail-smtp-msa.l.google.com. [72.14.247.111], dsn=5.0.0, stat=Service unavailable<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfQma024291: n8JHfRma024293: DSN: Service unavailable<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: to=myattto@gmail.com , delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31588, relay=gmail-smtp-msa.l.google.com., dsn=5.0.0, stat=Service unavailable<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: n8JHfRmb024293: return to sender: Service unavailable<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRmb024293: to=myattto@gmail.com , delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32612, relay=gmail-smtp-msa.l.google.com., dsn=5.0.0, stat=Service unavailable<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: Losing ./qfn8JHfRma024293: savemail panic<br />
Sep 19 10:41:27 myatt sendmail[24293]: n8JHfRma024293: SYSERR(root): savemail: cannot save rejected email anywhere</p>
<p>thambi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Configuring Sendmail to relay through Gmail SMTP &#171; The AppGirl Blog</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-564</link>
		<dc:creator>Configuring Sendmail to relay through Gmail SMTP &#171; The AppGirl Blog</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-564</guid>
		<description>[...] for a long time now and needed to configure my server to relay mail through it. Here&#8217;s a nice article that walks you through exactly what needs to be done to configure your sendmail MTA to relay [...]</description>
		<content:encoded><![CDATA[<p>[...] for a long time now and needed to configure my server to relay mail through it. Here&#8217;s a nice article that walks you through exactly what needs to be done to configure your sendmail MTA to relay [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ren</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-551</link>
		<dc:creator>ren</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-551</guid>
		<description>Jason, do you have these lines in sendmail.mc?

define(`RELAY_MAILER_ARGS&#039;, `TCP $h 587&#039;)
define(`ESMTP_MAILER_ARGS&#039;, `TCP $h 587&#039;)

It seems you were not connecting to the right ip/port.</description>
		<content:encoded><![CDATA[<p>Jason, do you have these lines in sendmail.mc?</p>
<p>define(`RELAY_MAILER_ARGS&#8217;, `TCP $h 587&#8242;)<br />
define(`ESMTP_MAILER_ARGS&#8217;, `TCP $h 587&#8242;)</p>
<p>It seems you were not connecting to the right ip/port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-550</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 11 Aug 2009 21:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-550</guid>
		<description>I&#039;m getting the following in my mail logs (Service Unavailable) - does anyone have any idea what I&#039;ve done wrong?  Thanks so much!!

Aug 11 21:38:54 LBCLTWEB001 sendmail[7231]: n7BLcsDr007231: from=apache, size=2711, class=0, nrcpts=1, msgid=, relay=apache@localhost
Aug 11 21:38:54 LBCLTWEB001 sendmail[7232]: n7BLcsEJ007232: from=, size=2948, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=LBCLTWEB001.domainname.com [127.0.0.1]
Aug 11 21:38:54 LBCLTWEB001 sendmail[7231]: n7BLcsDr007231: to=jasondharper@gmail.com, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32711, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (n7BLcsEJ007232 Message accepted for delivery)
Aug 11 21:38:55 LBCLTWEB001 sendmail[7234]: STARTTLS=client: file /etc/mail/certs/sendmail.pem unsafe: Group readable file
Aug 11 21:38:55 LBCLTWEB001 sendmail[7234]: STARTTLS=client, relay=smtp.gmail.com, version=TLSv1/SSLv3, verify=OK, cipher=RC4-MD5, bits=128/128
Aug 11 21:38:56 LBCLTWEB001 sendmail[7234]: n7BLcsEJ007232: to=, ctladdr= (48/48), delay=00:00:02, xdelay=00:00:02, mailer=relay, pri=122948, relay=smtp.gmail.com [209.85.201.111], dsn=5.0.0, stat=Service unavailable
Aug 11 21:38:56 LBCLTWEB001 sendmail[7234]: n7BLcsEJ007232: n7BLcuEJ007234: DSN: Service unavailable
Aug 11 21:38:56 LBCLTWEB001 sendmail[7234]: n7BLcuEJ007234: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=34209, dsn=2.0.0, stat=Sent</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the following in my mail logs (Service Unavailable) &#8211; does anyone have any idea what I&#8217;ve done wrong?  Thanks so much!!</p>
<p>Aug 11 21:38:54 LBCLTWEB001 sendmail[7231]: n7BLcsDr007231: from=apache, size=2711, class=0, nrcpts=1, msgid=, relay=apache@localhost<br />
Aug 11 21:38:54 LBCLTWEB001 sendmail[7232]: n7BLcsEJ007232: from=, size=2948, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=LBCLTWEB001.domainname.com [127.0.0.1]<br />
Aug 11 21:38:54 LBCLTWEB001 sendmail[7231]: n7BLcsDr007231: to=jasondharper@gmail.com, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32711, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (n7BLcsEJ007232 Message accepted for delivery)<br />
Aug 11 21:38:55 LBCLTWEB001 sendmail[7234]: STARTTLS=client: file /etc/mail/certs/sendmail.pem unsafe: Group readable file<br />
Aug 11 21:38:55 LBCLTWEB001 sendmail[7234]: STARTTLS=client, relay=smtp.gmail.com, version=TLSv1/SSLv3, verify=OK, cipher=RC4-MD5, bits=128/128<br />
Aug 11 21:38:56 LBCLTWEB001 sendmail[7234]: n7BLcsEJ007232: to=, ctladdr= (48/48), delay=00:00:02, xdelay=00:00:02, mailer=relay, pri=122948, relay=smtp.gmail.com [209.85.201.111], dsn=5.0.0, stat=Service unavailable<br />
Aug 11 21:38:56 LBCLTWEB001 sendmail[7234]: n7BLcsEJ007232: n7BLcuEJ007234: DSN: Service unavailable<br />
Aug 11 21:38:56 LBCLTWEB001 sendmail[7234]: n7BLcuEJ007234: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=34209, dsn=2.0.0, stat=Sent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1.618</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-536</link>
		<dc:creator>1.618</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-536</guid>
		<description>Hi Robert, I&#039;m still suspecting it has something to do with SASLv2 lib. Do you see SASLv2 in the output if you run this command:

sendmail -d0.1 -bv root</description>
		<content:encoded><![CDATA[<p>Hi Robert, I&#8217;m still suspecting it has something to do with SASLv2 lib. Do you see SASLv2 in the output if you run this command:</p>
<p>sendmail -d0.1 -bv root</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.phinesolutions.com/sendmail-gmail-smtp-relay-howto.html/comment-page-1#comment-535</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=179#comment-535</guid>
		<description>Sorry, forgot to mention that I&#039;ve already upgraded the SASL package as described above.</description>
		<content:encoded><![CDATA[<p>Sorry, forgot to mention that I&#8217;ve already upgraded the SASL package as described above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
