Re: Sendmail client configuration to connect to ISP's SMTP server

2009-12-27 Thread Aflatoon Aflatooni
> On Sun, 2009-12-27 at 01:13 +0100, Polytropon wrote: 
> > On Sat, 26 Dec 2009 17:50:39 -0600, Lane Holcombe wrote:
> > > Check out SMART_HOST in /usr/src/contrib/sendmail/cf/README
> > 
> > I'm using the SMART_HOST functionality, too. But there's
> > no authentification (username + password). The relay I'm
> > using - my ISP's - seems to be happy with a valid IP from
> > their range.
> > 
> > 
> See if /usr/ports/mail/sendmail-sasl is what you need
> 
> My ISP requires authentication, so I had to install that port and then
> add the "AuthInfo" line in /etc/mail/access
> 
> My ISP is only using plain authentication, but sasl will work for more
> exotic needs, I understand.
> 
> But, of course, if it ain't broke then don't try to fix it :)
> 
> lane
> ~ The bikeshed should be orange for this to work properly ...
> 

So does the SMART_HOST work with gmail as well?
Can someone post a sample mc file?
Many thanks


  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sendmail client configuration to connect to ISP's SMTP server

2009-12-26 Thread Lane Holcombe
On Sun, 2009-12-27 at 01:13 +0100, Polytropon wrote: 
> On Sat, 26 Dec 2009 17:50:39 -0600, Lane Holcombe  wrote:
> > Check out SMART_HOST in /usr/src/contrib/sendmail/cf/README
> 
> I'm using the SMART_HOST functionality, too. But there's
> no authentification (username + password). The relay I'm
> using - my ISP's - seems to be happy with a valid IP from
> their range.
> 
> 
See if /usr/ports/mail/sendmail-sasl is what you need

My ISP requires authentication, so I had to install that port and then
add the "AuthInfo" line in /etc/mail/access

My ISP is only using plain authentication, but sasl will work for more
exotic needs, I understand.

But, of course, if it ain't broke then don't try to fix it :)

lane
~ The bikeshed should be orange for this to work properly ...


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sendmail client configuration to connect to ISP's SMTP server

2009-12-26 Thread George Davidovich
On Sat, Dec 26, 2009 at 11:20:27AM -0800, Aflatoon Aflatooni wrote:
> What configuration do I need to set in my freebsd.submit.mc in order
> to connect to the ISP's SMTP server?  The ISP is blocking all the
> emails unless it goes through their mail server, so I need my FreeBSD
> box to connect to the ISP's SMTP server for outbound emails.
> 
> The client also needs to be authenticated as well.

Fix your word wrap.

Have you checked the Handbook?  If not, start with Section 28.10 SMTP
Authentication.  Read that and follow the link to 

http://www.sendmail.org/~ca/email/auth.html

where you'll find the rest of what you need to know.  You're using
sendmail as a client, so be sure to focus on the section entitled "Using
sendmail as a client with AUTH".  

Fairly straightforward stuff, but there may be a lot to take in at first
glance.  Post back if you have any questions or need to be walked
through any part of the process.

-- 
George
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sendmail client configuration to connect to ISP's SMTP server

2009-12-26 Thread Polytropon
On Sat, 26 Dec 2009 17:50:39 -0600, Lane Holcombe  wrote:
> Check out SMART_HOST in /usr/src/contrib/sendmail/cf/README

I'm using the SMART_HOST functionality, too. But there's
no authentification (username + password). The relay I'm
using - my ISP's - seems to be happy with a valid IP from
their range.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sendmail client configuration to connect to ISP's SMTP server

2009-12-26 Thread Lane Holcombe

On Sat, 2009-12-26 at 11:20 -0800, Aflatoon Aflatooni wrote: 
> What configuration do I need to set in my freebsd.submit.mc in order to 
> connect to the ISP's SMTP server?
> The ISP is blocking all the emails unless it goes through their mail server, 
> so I need my FreeBSD box to connect to the ISP's SMTP server for outbound 
> emails.
> 
> The client also needs to be authenticated as well.
> 
> Please help
> 
> Thanks
> Afi
> 
Hey, afi

Check out SMART_HOST in /usr/src/contrib/sendmail/cf/README

The change doesn't go in freebsd.submit.mc, but in freebsd.mc.  Or
.mc, if you've already tweaked it before

SMART_HOST is the upstream smtp server where all outgoing email is
sent.  

lane


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Sendmail client configuration to connect to ISP's SMTP server

2009-12-26 Thread Aflatoon Aflatooni
What configuration do I need to set in my freebsd.submit.mc in order to connect 
to the ISP's SMTP server?
The ISP is blocking all the emails unless it goes through their mail server, so 
I need my FreeBSD box to connect to the ISP's SMTP server for outbound emails.

The client also needs to be authenticated as well.

Please help

Thanks
Afi



  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"