From b499a0f5e0663965d5a4592496d0df3824098b62 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 15 Mar 2011 14:21:16 +0100 Subject: [PATCH] [script] Add a script to create hash table for sasl (used by postfix) --- scripts/update_sasl_hash_table.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/update_sasl_hash_table.sh diff --git a/scripts/update_sasl_hash_table.sh b/scripts/update_sasl_hash_table.sh new file mode 100644 index 0000000..fc95b53 --- /dev/null +++ b/scripts/update_sasl_hash_table.sh @@ -0,0 +1,7 @@ +#!/bin/sh +#will create saslpass.db with passwd in hash +#smtp_sasl_password_maps=hash:/etc/postfix/salspass + +# debug could help with debug_peer_list = smtp_msa.orange.fr and +# debug_peer_level =5 +sudo postmap hash:/etc/posfix/saslpass