This is a discussion on Re: postfix smtp_client login and plain within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Tuesday 05 October 2004 17:44, Victor Duchovni wrote: > On Tue, Oct 05, 2004 at 03:50:17PM +...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tuesday 05 October 2004 17:44, Victor Duchovni wrote:
> On Tue, Oct 05, 2004 at 03:50:17PM +0200, benjamin.martin@synnotech.de wrote: > > The sendmail server falsely advertises that it understands cram-md5 and > > digest-md5 while only understanding login and plain. > > So everytime i try to auth with postfix, postfix tries to use digest-md5 > > for authentication and it fails. > > Is there any way i can tell postfix to only use LOGIN and PLAIN? > > > > We're running postfix-2.1.5 and sasl 2.1.19. > > Postifx 2.2-20040919 has a new feature to address this problem: > > smtp_sasl_mechanism_filter = plain, login I know. That is exactly what i was looking for but i don't want to go through the hell of upgrading postfix on a suse openexchange server. I'll have a look in the sendmail stuff since the admin isn't much help. Does anyone know how to tell sendmail what auth services to offer? Would make my day a whole lot easier. Haven't been fiddling with sendmail in years. |