Hi guys, I have stumbled upon this warning today while wanting to remove duplicates from /etc/postfix/relay_recipients:
[root@mx ~]# postmap /etc/postfix/relay_recipients postmap: warning: /etc/postfix/relay_recipients.db: duplicate entry: "[email protected]" postmap: warning: /etc/postfix/relay_recipients.db: duplicate entry: "[email protected]" postmap: warning: /etc/postfix/relay_recipients.db: duplicate entry: "[email protected]" postmap: warning: /etc/postfix/relay_recipients.db: duplicate entry: "[email protected]" ... I have got 10 of such entries. Now: [root@mx ]# cat /etc/postfix/relay_recipients | grep [email protected] [email protected] OK so tehre is only 1 entry. Why does postfix think the value is duplicated? P.
