be able to use unencrypted
authentication.
Sergei
On Sunday 16 March 2014 21:19:24 bluethu...@jokefire.com wrote:
> user=mail
> password=secret
> dbname=maildb
> table=domains
> select_field=domain
> where_field=domain
> hosts=127.0.0.1
> additional_conditions = and enabled = 10
I am not familiar with this syntax. I use the following:
user = mai
On Sunday 16 March 2014 13:24:10 bluethu...@jokefire.com wrote:
> I'm wondering if there is some flaw in my config that is preventing
> postfix from reading from the db? I'd really appreciate any advice you
> might have n getting postfix to interface with mysql.
Try the connection specified in t
I think I found the "solution". The documentation makes sense if you read:
>Reject the request when $smtpd_sender_login_maps specifies an owner for the
>MAIL FROM address, but the client is not (SASL) logged in as that MAIL FROM
>address owner; or when the client is (SASL) logged in, but the clie
On Friday 14 March 2014 14:51:08 Noel Jones wrote:
> Basically correct. Anything not specifically rejected will be
> permitted, and the default (empty) action is permit. Messages
> permitted by smtpd_sender_restrictions may be rejected by one of the
> other smtpd_*_restrictions sections.
Thanks!
tree:${data_directory}/smtpd_scache
soft_bounce = no
virtual_alias_maps = pgsql:/etc/postfix/pgsql-virtual-alias-maps.cf
virtual_mailbox_domains = pgsql:/etc/postfix/pgsql-virtual-mailbox-domains.cf
virtual_mailbox_maps = pgsql:/etc/postfix/pgsql-virtual-mailbox-maps.cf
virtual_transport = dovecot
Regards Sergei