Configure postfix

Hi all,
I'm trying to configure postfix as a relay for gmail. I can't configure authentication. I created the password for the app but my build doesn't support "hash" to access the /etc/postfix/sasl_password file. These are the known "types":

postconf -m

cdb
cidr
environ
fail
inline
internal
ldap
memcache
pcre
pipemap
proxy
randmap
regexp
socketmap
sqlite
static
tcp
texthash
unionmap
unix

I'm trying with "inline" but I can't. Do you have any examples to suggest me to solve?

Thanks

smtp_sasl_password_maps = cdb:/etc/postfix/sasl_passwd

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.