Re: postfix SMTP AUTH

2012-10-23 Thread William Holt
Hello Patrick, I made some changes, specifically submission port in master.cf. My question now is why is SMTP AUTH offered on port 25, but not 587? SASLFINGER OUTPUT= saslfinger - postfix Cyrus sasl configuration Tue Oct 23 08:40:24 EDT 2012 version: 1.0.2 mode: server-side

Re: postfix SMTP AUTH

2012-10-22 Thread William Holt
i guessed it was a realm issue so I changed smtpd_sasl_local_domain = $myhostname to smtpd_sasl_local_domain = $mydomain and added a u...@my.org i believe auxprop is using sasldb (which I did change in smtpd.conf from sasldb2 to sasldb) handind it "user" + "realm") correct? and now I have thus n

Re: postfix SMTP AUTH

2012-10-22 Thread William Holt
P.S. I'm sorry I looked quickly and thought your name was Rob, forgive me Patrick. I'm reading your book, I like it. I also use the postfix web site and debian-wiki/arch-wiki. On Mon, Oct 22, 2012 at 5:53 PM, William Holt wrote: > Hi Rob, thanks. I use the reserved adresses because I'm testing th

Re: postfix SMTP AUTH

2012-10-22 Thread Patrick Ben Koetter
See below ... * William Holt : > Hi Rob, thanks. I use the reserved adresses because I'm testing the > box via local net (my laptop), I have everything setup straight > through GoDaddy to my router I just forward the ports when I'm ready. > > I'll check out the smtpd_sasl_local_domain = $myhostna

Re: postfix SMTP AUTH

2012-10-22 Thread William Holt
Hi Rob, thanks. I use the reserved adresses because I'm testing the box via local net (my laptop), I have everything setup straight through GoDaddy to my router I just forward the ports when I'm ready. I'll check out the smtpd_sasl_local_domain = $myhostname problem. By the way, do you know of any

Re: postfix SMTP AUTH

2012-10-21 Thread /dev/rob0
On Sun, Oct 21, 2012 at 03:51:13PM -0400, William Holt wrote: > hi, new to the forum. I'm running arch and have postfix/cyrus. Generally I recommend Dovecot for SASL and IMAP. > I can telnet to the smtp daemon, smtp is running and acceptd > connection: > -telnet #.#.#.# 25-- > [remot

Re: postfix SMTP AUTH

2012-10-21 Thread Patrick Ben Koetter
William, * William Holt : > hi, new to the forum. I'm running arch and have postfix/cyrus. > I can telnet to the smtp daemon, smtp is running and acceptd connection: please post output from saslfinger as requested by . It will make debugging your pro

Re: Postfix SMTP AUTH using Oracle

2010-08-06 Thread Wietse Venema
Zhou, Yan: > Hi there, > > I have seen success stories with SMTP AUTH integrating with both MySQL > and LDAP, but our user/configuration are stored in Oracle 10g database. > Is there any info. on integrating Postfix with Oracle? If you use DOVECOT SASL, look in the DOVECOT documentation. If you

Re: Postfix SMTP Auth and OpenLDAP

2009-07-07 Thread Patrick Ben Koetter
* Terry L. Inzauro : > can you elaborate a little more on the postfix -> dovecot -> ldap setup? is > there a specifc reason why dovecot was used? can courier imap be used? You may use Cyrus SASL with authdaemond. The authdaemond password verification service in Cyrus SASL communicates with Courier

Re: Postfix SMTP Auth and OpenLDAP

2009-07-07 Thread Victoriano Giralt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terry L. Inzauro wrote: | can you elaborate a little more on the postfix -> dovecot -> ldap setup? | is there a specifc reason why dovecot was used? can | courier imap be used? The reason for Dovecot is that is has a very nice and clean SASL implement

Re: Postfix SMTP Auth and OpenLDAP

2009-07-07 Thread Terry L. Inzauro
Jose Ildefonso Camargo Tolosa wrote: > Hi! > > On Tue, Jul 7, 2009 at 3:16 PM, Victor Duchovni > > wrote: > > On Mon, Jul 06, 2009 at 09:36:17PM +0200, Patrick Ben Koetter wrote: > > > * Terry L. Inzauro >:

Re: Postfix SMTP Auth and OpenLDAP

2009-07-07 Thread Jose Ildefonso Camargo Tolosa
Hi! On Tue, Jul 7, 2009 at 3:16 PM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote: > On Mon, Jul 06, 2009 at 09:36:17PM +0200, Patrick Ben Koetter wrote: > > > * Terry L. Inzauro : > > > What is the recommended and most scalable method for implementing SMTP > Auth > > > against OpenL

Re: Postfix SMTP Auth and OpenLDAP

2009-07-06 Thread Patrick Ben Koetter
* Victor Duchovni : > On Mon, Jul 06, 2009 at 09:36:17PM +0200, Patrick Ben Koetter wrote: > > > * Terry L. Inzauro : > > > What is the recommended and most scalable method for implementing SMTP > > > Auth > > > against OpenLDAP that currently manages all IMAP accounts? > > > > Cyrus SASL ldapdb

Re: Postfix SMTP Auth and OpenLDAP

2009-07-06 Thread Victor Duchovni
On Mon, Jul 06, 2009 at 09:36:17PM +0200, Patrick Ben Koetter wrote: > * Terry L. Inzauro : > > What is the recommended and most scalable method for implementing SMTP Auth > > against OpenLDAP that currently manages all IMAP accounts? > > Cyrus SASL ldapdb plugin: > >The ldapdb auxprop plugi

Re: Postfix SMTP Auth and OpenLDAP

2009-07-06 Thread Patrick Ben Koetter
* Terry L. Inzauro : > What is the recommended and most scalable method for implementing SMTP Auth > against OpenLDAP that currently manages all IMAP accounts? Cyrus SASL ldapdb plugin: The ldapdb auxprop plugin provides access to credentials stored in an OpenLDAP LDAP server. It is the onl