Hi
Thanx sorry for stupid question and trivial mistake
W dniu 2.07.2025 o 17:00, Bill Cole via Postfix-users pisze:
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
--
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]