On Mon, Jan 12, 2015 at 02:09:53PM -0700, Gmail wrote: > Is there any way to setup a default userl-level filter that gets created > when an email account is created? If the filter is unwanted the user can > then delete it.
There may be numerous variations of "email account", "user filter", etc. For example, in case of local unix accounts and files in home directories, the 600_exim4-config_userforward config part (from Debian distro) offers: userforward: debug_print = "R: userforward for $local_part@$domain" driver = redirect domains = +local_domains check_local_user file = $home/.forward require_files = $local_part:$home/.forward allow_filter ... File ".forward" can be set as skeleton template for adduser utility. -- Eugene Berdnikov -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
