mail server is postfix with virtual users and postfix admin for domain example.com; server fetches mail from an ISP mail server; it works fine; but if anybody send a Bcc to someb...@example.com it is immediately sent to postmaster ; it does not deliver to someb...@example.com; this happens only for Bcc. fetchmail is used to fetch mail fetchmail config is below:
---- no bouncemail set logfile "/var/log/fetchmail" set postmaster postmas...@example.com set daemon 0 poll relay.xyz.com with protocol pop3, with options localdomains example.com no dns envelope Envelope-to user "<username>" there with password "<password>" is * here with options rewrite mimedecode fetchall pass8bits ----- what could be the problem? i tried after commenting 'envelope' but of no avail stuck with this appreciate some help/clues