It's so simple, once you know it:
Stop running saslauthd, you don't need it.
Forget that /usr/lib/sasl2/smtpd.conf
Instead, edit /etc/sasl2/smtpd.conf:
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
sql_engine: pgsql
sql_hostnames: DBHOST.fqdn
sql_user: USE
I fixed it...my problem was server to server configuration
http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html
Thanks,
Jim
From: Marc Dirix <[EMAIL PROTECTED]>
Reply-To: DBMail mailinglist
To: DBMail mailinglist
Subject: Re: [Dbmail] SMTP AUTH
Date: T
Op 14-aug-2007, om 1:36 heeft Jim Douglas het volgende geschreven:
This is the output to the MAIL LOG,
Aug 13 19:15:57 cpe-94-973-964-82 postfix/smtp[24382]:
80FC438C0807: to=<[EMAIL PROTECTED]>, relay=smtp-auth.no-ip.com
[24.126.222.92]:3325, delay=0.42, delays=0.05/0.01/0.26/0.1,
dsn=5
on localhost --
250-AUTH LOGIN PLAIN CRAM-MD5 DIGEST-MD5
-- end of saslfinger output --
I can send mail through that server with MS Outlook...
Thanks,
Jim
From: Marc Dirix <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED],DBMail mailinglist
To: DBMail mailinglist
Subject: Re: [Dbmail
24.616.252.993 12 20:54:14 cpe-74-73-164-80 postfix/smtpd[17640]:
connect from cpe-74-73-164-80.phx.res.rr.com[24.616.252.993]
24.616.252.993 12 20:54:15 cpe-74-73-164-80 postfix/smtpd[17640]:
warning: SASL authentication problem: unable to open Berkeley db /
etc/sasldb2: No such file or dir
ERE userid = 'mydomain.com';
I am trying to forward to their server, you are referring to my Postfix
server as the "client" correct?
Jim
From: Marc Dirix <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED],DBMail mailinglist
To: DBMail mailinglist
Subject: Re: [Dbmail]
It took me to create a symbollic link:
/etc/postfix/sasl -> /usr/lib/sasl2/
And hack the smtpd.conf in /usr/lib/sasl2
#SASL parameters
smtpd_sasl_auth_enable = yes
smtpd_sasl_autheticated_header = yes
smtpd_sasl_path= smtpd
If the above is setup right, /var/log/auth.log *should* output
at
eturns the pw.
From: Aaron Stone <[EMAIL PROTECTED]>
Reply-To: DBMail mailinglist
To: DBMail mailinglist
Subject: Re: [Dbmail] SMTP AUTH
Date: Sun, 12 Aug 2007 12:25:28 -0700
It is exclusively a Postfix configuration issue, no changes to DBMail
are required. It looks like the query has the us
It is exclusively a Postfix configuration issue, no changes to DBMail
are required. It looks like the query has the username and password and
auth mechanism all concatenated together, which is surely not correct.
What is your Postfix auth query configuration?
Aaron
On Sun, 2007-08-12 at 16:50 +0
I have dbmail/postfix working fine, but I need to use a service from a
provider to send mail from a static IP address.
I setting up Postfix for smarthost/nexthop configuration and SMTP
AUTH...they have assigned ne a username and password but when I test it the
auth log file indicates,
Aug 12
PM
To: DBMail mailinglist
Subject: Re: [Dbmail] Postfix + dbMail + smtp auth
Hi Dave:
With Postfix this is best done with SASL2. You MUST store your DbMail user
passwords in plaintext or you'll tear your hair out trying to figure out why
it breaks. Any form of encrypted PW in the database
5, 2006 9:29 AM
Subject: [Dbmail] Postfix + dbMail + smtp auth
I have dbmail working great with postfix-mysql to check for aliases using
your instructions on setting up sql-recipients.cf and adding the following
to mail.cf :
Local_recipient_maps=mysql:/etc/postfix/sql-recipients.cf
My question:
5, 2006 9:29 AM
Subject: [Dbmail] Postfix + dbMail + smtp auth
I have dbmail working great with postfix-mysql to check for aliases using
your instructions on setting up sql-recipients.cf and adding the following
to mail.cf :
Local_recipient_maps=mysql:/etc/postfix/sql-recipients.cf
My question:
You can do that just telling saslauthd to look for the db and tables and fields
that you specify
- Original Message -
From: Dave Williams
To: dbmail@dbmail.org
Sent: Wednesday, January 25, 2006 2:29 PM
Subject: [Dbmail] Postfix + dbMail + smtp auth
I have dbmail working
I have dbmail working great with postfix-mysql to check for aliases using
your instructions on setting up sql-recipients.cf and adding the following
to mail.cf :
Local_recipient_maps=mysql:/etc/postfix/sql-recipients.cf
My question:
It seems like there should be a similar way to do smtp au
hi !
Im usin dbmail with postfix and mysql ...
I follog http://www.dbmail.org/dokuwiki/doku.php?id=smtp_auth for smtp
auth, but there is a problem with crypted passwords ... and i cant it
work with the patch for crypt passwords
does anyone do it work fine ?? there is another option for sm
The only issue I have found to be with postfix + sasl is that postfix
can only accept the plaintext password set which is nasty. Same goes
for pam-*sql. I have used exim4 for ages now, and Its a bit more
flexible just because I can just have passwords passed to mysql and
use all sorts of differen
I've just finished a setup where sasl2 contacts the database directly, rather
than using PAM. I had to compile sasl2 with sql support, and postfix with
sasl2 support (I also have postfix setup with sql support so all config is in
the database) If you like I'll send along the notes I plan on ma
Last week our mail server with innodb got corrupted,
neither the server nor did mysqld crash, so this
might be a mysql bug. Anyway mysqldummp won't dump
anything from messageblks and I found an other (slow)
way to get the data which aren't corrupted yet.
I recovered more 99% of the mails, lost lik
1pbmcAeG1pbmcAdGVzdA==
---my own doc---
hope this can help you
Ming-Wei
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Burfield
Sent: Thursday, May 06, 2004 16:45
To: DBMail mailinglist
Subject: Re: [Dbmail] SMTP Auth
Yeah, I'd be interested
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Darley
Sent: Thursday, May 06, 2004 16:35
To: DBMail mailinglist
Subject: RE: [Dbmail] SMTP Auth
Folks,
I'm using PostgreSQL, rather than MySQL. :(
I know there's a PostgreSQL PAM, I'll look into them. If I
On Thu, 2004-05-06 at 08:50, Peter Darley wrote:
> Folks,
> I'm having a hard time find out how to set up smtp-auth with Postfix and
> DBMail. Anyone got any pointers?
> Thanks,
> Peter Darley
>
> ___
> Dbmail mailing list
> Dbmail@dbmail.org
> ht
Subject: RE: [Dbmail] SMTP Auth
Folks,
I'm using PostgreSQL, rather than MySQL. :(
I know there's a PostgreSQL PAM, I'll look into them. If I
figure this out with PostgreSQL I'll post some notes. Thanks, Peter
Darley
-Original Message-
From: [EMAIL PROTE
Okay...
Install pam (follow the instructions in the readme)
Then edit your /etc/pam.conf file as follows:
--< BEGIN >---
#%PAM-1.0
smtpauthsufficient pam_mysql.so user=
passwd= host=127.0.0.1 db=dbmail table=users
usercolumn=userid passwdcolumn=passwd crypt=0
smt
ED]
Behalf Of John M. Brown
Sent: Thursday, May 06, 2004 7:34 AM
To: DBMail mailinglist
Subject: Re: [Dbmail] SMTP Auth
You should use PAM_MySQL...it's a PAIN to set up...but worth it in the end.
There aren't many documents that I've found that give detailed
step-by-step instructio
You should use PAM_MySQL...it's a PAIN to set up...but worth it in the end.
There aren't many documents that I've found that give detailed
step-by-step instructions on this with a clear and concise description of
what exactly you're doing.
I'll see if I can pull out some of the config files I'm u
Dbmail supports pop-before-smtp and imap-before-smtp. Smtp-auth is
another matter. In postfix this is achieved with sasl, and there is no
plan at all to support sasl in dbmail. Now if only dbmail would support
PAM... think, think...
But perhaps you could try using pam-mysql. Yes that should wo
Folks,
I'm having a hard time find out how to set up smtp-auth with Postfix and
DBMail. Anyone got any pointers?
Thanks,
Peter Darley
BMail + SMTP AUTH
Hi all!
I'm looking to migrate the dodgy setup from hell to DBMail. Here's the
problem:
* The current setup is:
Postfix 1.x + UW-IMAP (ugh...) + SASL + PWCheck
I want to move this across to:
Postfix 2.x + DBMail
Migrating existing mail isn't a problem, bu
Chris Nolan wrote:
And SMTP AUTH with users in dbmail only, will work if you use pam-mysql.
Of course if 2.0 will do ldap that will work even better performance wise.
Admittedly, I want to get as far away from SASL as I can. I've used
Cyrus stuff before and although it's quite good, th
On Mon, 2004-03-01 at 04:38, Paul J Stevens wrote:
> Chris Nolan wrote:
> > Hi all!
> >
> > I'm looking to migrate the dodgy setup from hell to DBMail. Here's the
> > problem:
> >
> > * The current setup is:
> >
> > Postfix 1.x + UW-IMAP (ugh...) + SASL + PWCheck
> >
> > I want to move this ac
Chris Nolan wrote:
Hi all!
I'm looking to migrate the dodgy setup from hell to DBMail. Here's the
problem:
* The current setup is:
Postfix 1.x + UW-IMAP (ugh...) + SASL + PWCheck
I want to move this across to:
Postfix 2.x + DBMail
Migrating existing mail isn't a problem, but migrating ex
Hi all!
I'm looking to migrate the dodgy setup from hell to DBMail. Here's the
problem:
* The current setup is:
Postfix 1.x + UW-IMAP (ugh...) + SASL + PWCheck
I want to move this across to:
Postfix 2.x + DBMail
Migrating existing mail isn't a problem, but migrating existing
usernames and
Has anyone tried Xmail?
curtis
On Sat, 8 Mar 2003, Blake wrote:
> The stock qmail has no database interaction capability what so ever, none.
> Luckily it's split up into a lot of small parts, so it's not hard to add on
> to.
> I have seen a modified version qmail-smtpd that will access an LDA
EL Saturday 08 March 2003 19:22, Jesse Norell se escrivio:
Thank's jesse, i have found the patch, but i have dbmail 1.1, and i can see
that it's patched!!
But i founf "pop-before-smtp.pgsql" and this create a table "pbsp" and
this running fine now!!!
thank's
> Hello,
>
> I've never used qmail
Hello,
I've never used qmail with dbmail, so can't really help much there,
but in reguard to:
> On the other hand, i try to create in my postgresql, how indicate in
> manual, a table caled pbsp, and i put "yes" in the /etc/dbmail.conf,
> hoping that dbmail-pop3d or dbmail-imap add to this tabl
The stock qmail has no database interaction capability what so ever, none.
Luckily it's split up into a lot of small parts, so it's not hard to add on to.
I have seen a modified version qmail-smtpd that will access an LDAP database,
but that's not quite what you want either.
I've got a simple
Hi all!!
I need install smtp-auth or pop before smtp but i dont's found nothing to
this in my configuration (qmail + dbmail + postgresql)
I found in the list one person to have a "checkpassword" work with qmail +
dbmail but the direction he's indicate it's down (
http://www.squeakerbill.com/dbmai
Hey,
I came up with a working solution:
# define mysql maps
alias_maps = mysql:/etc/postfix/mysql/alias.cf
mynetworks = 127.0.0.1/8, mysql:/etc/postfix/mysql/pop_imap_before_smtp.cf
relocated_maps = mysql:/etc/postfix/mysql/relocated.cf
transport_maps = mysql:/etc/postfix/mysql/transport.cf
virt
39 matches
Mail list logo