On 2025-07-02 at 10:54:47 UTC-0400 (Wed, 2 Jul 2025 16:54:47 +0200)
natan via Postfix-users <na...@epf.pl>
is rumored to have said:

> postmap -q u...@domain.ltd randmap:{int1,int2,int3,int4,int5}

You need quotes to protect the {} from shell expansion:

$ postmap -q u...@domain.ltd 'randmap:{int1,int2,int3,int4,int5}'
int1
$ postmap -q u...@domain.ltd 'randmap:{int1,int2,int3,int4,int5}'
int1
$ postmap -q u...@domain.ltd 'randmap:{int1,int2,int3,int4,int5}'
int3
$ postmap -q u...@domain.ltd 'randmap:{int1,int2,int3,int4,int5}'
int5


-- 
 Bill Cole
 b...@scconsult.com or billc...@apache.org
 (AKA @grumpybozo@toad.social and many *@billmail.scconsult.com addresses)
 Not Currently Available For Hire
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to