View Single Post
  #22 (permalink)  
Old 09-27-2007, 09:03 PM
gunvier gunvier is offline
Junior Member
 
Posts: 7
Default

We found the problem of bounce mails... at least on my system...

after hours of work, my friend and I make it work.

we modify main.cf (postfix configuration) and modify this setting:

Quote:
mydestination = localhost
TO

mydestination = localhost myowndomain.com
(of course, myowndomain.com is my domain that I use with zimbra)

and it start working fine.

my only problem is, that on zmlocalconfig is not that setting to be modified. and it was removed on each postfix restart.

did anyone here know how to fix that setting?

----------

EDIT:

looking on the forum, more specific on this thread

I found that we can change the "defaults" for main.cf file on /opt/zimbra/conf/zmmta.cf

we can change the value of the line:
Quote:
POSTCONF mydestination localhost,
I use this:

Quote:
POSTCONF mydestination LOCAL postfix_mydestination
and then, with zmlocalconfig create it:

Quote:
zmlocalconfig -e postfix_mydestination='localhost myowndomain.com'
(sorry if my english is not to good, my native language is spanish) but I hope this help =)

Last edited by gunvier; 09-27-2007 at 10:42 PM..
Reply With Quote