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 <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
--
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org