Antonio GutiƩrrez Mayoral skrev den 2013-06-04 13:22:
Maybe you can automatically HOLD all his mail and then automatically
release all his mail in the evening.
Yes, its a solution, but these emails should be delivered in
bussines-time :-(
(it doesnt matter if it takes 2 hours... but in bussine
On Tue, Jun 11, 2013 at 09:34:38PM +0200, polloxx wrote:
> no luck yet.
>
> local_header_rewrite_clients = static:all smtp_tls_CAfile =
> /etc/postfix/cacert.pemsmtp_tls_session_cache_database =
> btree:/mailout/var/spool/postfix/smtp_tls_session_cache
> smtp_tls_security_level = maysm
no luck yet.
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
alternate_config_directories = /etc/postfix-out
append_dot_mydomain = no
biff = no
body_checks = regexp:/etc/postfix/body_checks
bounce_queue_lifetime = 1d
config_directory = /etc/postfix
disable_vrfy_command =
On Tue, Jun 11, 2013 at 05:01:42PM +0200, polloxx wrote:
> Thanks for the answers. Till now with no success.
> One of the things: In http://www.postfix.org/TLS_README.html#quick-start there
> is
> smtp_tls_session_cache_database =
> btree:/mailin/var/spool/postfix/smtp_tls_session_cach
Thanks for the answers. Till now with no success.
One of the things: In http://www.postfix.org/TLS_README.html#quick-start there
is
smtp_tls_session_cache_database =
btree:/mailin/var/spool/postfix/smtp_tls_session_cache
(/mailin/var/spool/postfix/ is my inbound queue directotory)
When
Il 10/06/13 16:26, v.dimit...@synergetic.ag ha scritto:
You may use something like this:
bcc_table:
address | enabled
| 1
spec...@example.com | 1
SELECT case when `enabled` then 'other_...@example.com' else
'default_...@example.com' end FROM `bcc_table` where `address` in ('%s','')
order by