Hi, a couple of questions about this main.cf

> /etc/postfix/main.cf:
>
> local_recipient_maps = mysql:/etc/postfix/mailboxes.cf
> mydestination = mysql:/etc/postfix/transport.cf
> transport_maps = mysql:/etc/postfix/transport.cf
> mynetworks = 127.0.0.1, 216.240.150.150/29, mysql:/etc/postfix/pbsp.cf

I use transport_maps to a database, and see the advantages to have into
mydestination too, but I never need a local_recipient_map. What is the
schema of your mailboxes.cf file and the database it opens? What it does
for you? I like to see if theres something new I will implement.

Last but not least. I highly recommend to use SMTP AUTH instead of
POP/IMAP before SMTP. The time hole can be a nightmare if your system is
attacked by smap. That may need to compile postfix to support SSL/TSL and
SASL, but it nicer approach.

Regards,

Alejandro Marin


Reply via email to