Current time: 05-24-2025, 05:17 PM Hello There, Guest! (LoginRegister)


Post Reply 
SMTP auth question
Author Message
robmorin Offline
Junior Member
*

Posts: 208
Joined: Apr 2007
Reputation: 0
Post: #1
SMTP auth question
Hello all..

I currently have SMTP auth working against my radius database via saslauth.... however i would like to auth against pop3 or the ispcp mail users table.....

Has anyone done this? here is my current smtpd.conf file from /etc/postfix/sasl

how would i use an sql statement to get the username and password out of ispcp, like i use below for radius as the radius one si simple Smile

Thanks...


pwcheck_method: saslauthd auxprop
auxprop_plugin: sql
mech_list: sql plain login
sql_engine: mysql
sql_hostnames: xx.xx.xx.153
sql_user: radiusd
sql_passwd: somepasswd
sql_database: radius
sql_select: select value from data where name ='%u@%r' and attribute='clear-password'
sql_verbose: yes
log_level: 5
02-23-2008 07:21 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
SMTP auth question - robmorin - 02-23-2008 07:21 AM
RE: SMTP auth question - joximu - 02-23-2008, 07:33 AM
RE: SMTP auth question - robmorin - 02-23-2008, 07:38 AM
RE: SMTP auth question - rbtux - 02-23-2008, 09:08 AM
RE: SMTP auth question - robmorin - 02-25-2008, 12:45 AM
RE: SMTP auth question - dennyv - 07-24-2008, 01:48 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)