On 2025-07-02 at 10:54:47 UTC-0400 (Wed, 2 Jul 2025 16:54:47 +0200) natan via Postfix-users <[email protected]> is rumored to have said:
> postmap -q [email protected] randmap:{int1,int2,int3,int4,int5} You need quotes to protect the {} from shell expansion: $ postmap -q [email protected] 'randmap:{int1,int2,int3,int4,int5}' int1 $ postmap -q [email protected] 'randmap:{int1,int2,int3,int4,int5}' int1 $ postmap -q [email protected] 'randmap:{int1,int2,int3,int4,int5}' int3 $ postmap -q [email protected] 'randmap:{int1,int2,int3,int4,int5}' int5 -- Bill Cole [email protected] or [email protected] (AKA @[email protected] and many *@billmail.scconsult.com addresses) Not Currently Available For Hire _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
