Hi Guys,
I am working on zimbra archival solution for open source zimbra version.
recipient_bcc_maps and sender_bcc_maps options are really useful. But I have one query. My setup is as below :
Domain : example.com
User :
abc@example.com
User's archived mails are going to :
abc@archive.example.com
I enbled maps by using below procedure :
################################################## ##
1. Create sender_bcc file under /opt/zimbra/postfix/conf
Format should be like below :
abc@example.com abc@archive.example.com
2. Add below line in /opt/zimbra/postfix/conf/main.conf
sender_bcc_maps = hash:/opt/zimbra/postfix/conf/sender_bcc
3. Run below command as zimbra user
postmap /opt/zimbra/postfix/conf/sender_bcc
4. Restart postfix
postfix reload
################################################## #
The basic fuctionality worked without any issue as I was able to get all sent/recevied mails of
abc@example.com in
abc@archive.example.com mailbox.
For tetsing purpose I decreased mailbox size of
abc@archive.example.com to check the behaviour if archival mailbox get full. I was assuming for incoming traffic EXTERNAL sender will get failure delivery for over quota of
abc@archive.example.com and for outgoing traffic
abc@example.com will get failure delivery.
But nothing happened ....I got below logs but didnt get bounced mail anywhere ...
##################################################
Aug 17 14:39:15 hydmail postfix/qmgr[13229]: ECCE19600CA: from=<user@example.com>, size=1618, nrcpt=2 (queue active)
Aug 17 14:39:16 hydmail postfix/lmtp[15709]: ECCE19600CA: to=<abc@archive.example.com>, relay=mail.example.com[10.11.24.2]:7025, delay=0.14, delays=0.03/0.02/0/0.1, dsn=5.2.2, status=bounced (host mail.example.com[10.11.24.2] said: 552 5.2.2 Over quota (in reply to end of DATA command))
Aug 17 14:39:16 hydmail postfix/lmtp[15709]: ECCE19600CA: to=<abc@example.com>, relay=mail.example.com[10.11.24.2]:7025, delay=0.16, delays=0.03/0.02/0/0.11, dsn=2.1.5, status=sent (250 2.1.5 Delivery OK)
################################################
I dont know where tht bounced message gone....can any one please help me to understand what will happened in such case..
Please help.
Thanks