Leonel Nunez wrote:
Leonel Nunez wrote:
Humberto Valiente G. wrote:
Curtis Maurand wrote:
Hi,
Is it possible to configure postfix to use dbmail's database for smtp
authentication?
I'm having a problem with evolution trying to do pop before smtp since
I'm using IMAP. While I have imap configured and imap before smtp,
evolution doesn't understand it and i get an error that states I'm
trying to use pop before smtp on a non-pop source. I'd be just as
happy
to configure postfix for authentication.
Curtis
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail
Yes it is possible ..simple way is
cd /etc/postfix
touch relay.cf
edit relay.cf and add the following
hosts = localhost
user = <dbmail-database-user>
password = <dbmail-database-passwd>
dbname = <database>
table = dbmail_pbsp
select_field = ipnumber
where_field = ipnumber
Then add to mynetworks parameter in postfix
mynetworks = mysql:/etc/postfix/relay.cf 192.168.1.0/24 ....
Edit dbmail.conf and look for the line IMAP/POP_BEFORE_SMTP and
change it to yes
Restart postfix dbmail ....etc.
Configure your mail client to use auth for smtp
It works!!
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail
how about encrypted passwords ? does it works with md5 passwords
on the dbmail database
how about username and realm ? does postfix divide the
username [EMAIL PROTECTED] as account and realm using
domain.tld ?
Thank you
leonel
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail
Never mind
this is for POP BEFORE SMTP and it's not an option for me
thank you
Leonel
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail
yes it works with md5 passwords on the dbmail database
For authentication use : for example [EMAIL PROTECTED]
username: account
password: account-password
Remember that in your mail client you need to set up "my server require
auth" and it has to use the same username and password that you use to
login into your mail server