On Sun, Aug 31, 2008 at 3:33 PM, mouss <[EMAIL PROTECTED]> wrote: > Eddie b wrote: > >> >>> It doesnt help with dovecot though, as DC's LDA processes what and where >> and >> only understands maildir:/some/path/domain/user (AFAIK) so your above >> example would work with postfix's internal virtual but not (AFAIK) with >> DC. >> >> > > come on. that was an example. dovecot wants a string and mysql can generate > a string. concat('maildir:...', ...). >
I do stand corrected, I played on our dev box once I returned to work and have it working perfectly as I want it, but before i allow it to go live i need to ensure a few things, you see I'm a 20 year sendmail veteran, and a 10 year qmail veteran, but only 10 day postfix newbie :P After researching I think the following would suite our main.cf, would you suggest any alterations (like whats in recpt should be in sender or un-needed etc etc etc) to these The only ones I'm unsure on are... smtpd_sender_restrictions = reject_unknown_sender_domain,permit_mynetworks,permi t_sasl_authenticated,reject_non_fqdn_sender,permit smtpd_recipient_restrictions = reject_unknown_recipient_domain,permit_mynetworks ,permit_sasl_authenticated,reject_unauth_destination,reject_unauth_pipelining,re ject_invalid_hostname,reject_non_fqdn_hostname,reject_non_fqdn_sender,reject_non _fqdn_recipient,reject_unknown_sender_domain,reject_rbl_client bl.spamcop.net,re ject_rbl_client dnsbl.sorbs.net,reject_rbl_client zen.spamhaus.org,permit smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_inv alid_helo_hostname,reject_non_fqdn_helo_hostname,reject_unknown_helo_hostname I guess this is bloated but I'm trying to mirror, sendmails bad_helo, bad_mx, PTR and FWD enforcment and so on. Ed