From f12db60f358dbf5506e373477c04488a2c269332 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 5 Jun 2015 18:25:09 +0200 Subject: Add a reserved domain 'discard.fripost.org' to discard messages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘noreply@’ aliases can be added by routing them to ‘@discard.fripost.org’. --- roles/lists/tasks/sympa.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/lists') diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml index 6aa1852..402518f 100644 --- a/roles/lists/tasks/sympa.yml +++ b/roles/lists/tasks/sympa.yml @@ -7,6 +7,12 @@ mysql_user: name=sympa password= auth_plugin=auth_socket state=present +# XXX We want to change the retun-path for sendpasswd notices from +# 'sympa-request@$robot' to 'noreply@fripost.org'. +# * /usr/lib/cgi-bin/sympa/wwsympa.fcgi +# do_requestpasswd, do_subrequest: add $param->{'return_path'}='noreply@fripost.org'; +# * List::send_global_file +# $data->{'return_path'} //= &Conf::get_robot_conf($robot, 'request'); - name: Configure Sympa copy: src=etc/sympa/{{ item }} dest=/etc/sympa/{{ item }} -- cgit v1.2.3