Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 09-02-2007, 12:29 AM
Junior Member
 
Posts: 6
Default

Okay... got zmlocalconfig figured out... and I still get an error when trying to send to mailing lists (but not to users).

<ml@zimbra_host>: host zimbra_host[66.228.xxx.xxx] said: 550 <ml@hostname>: Recipient address rejected: zimbra_host (in reply to RCPT TO command)

Mailman has no problems sending out however.

Any ideas? I've tried looking around on Mailman's lists, but all of their problems/solutions are listed for old old versions (~2.0, installed 2.1.9).
Reply With Quote
  #22 (permalink)  
Old 09-27-2007, 08:03 PM
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 09:42 PM..
Reply With Quote
  #23 (permalink)  
Old 11-28-2007, 08:20 AM
Senior Member
 
Posts: 55
Default

using zmlocalconfig is correct, but you need to alter postfix_virtual_alias_maps and postfix_alias_maps instead of virtual_alias_maps and alias_maps. At least in version 4.5.9
__________________
Jeffrey Turmelle
International Research Institute for Climate and Society
Earth Institute at Columbia University


Release 7.1.1_GA_3196.RHEL5_64_20110527001604 RHEL5_64 NETWORK edition.
Reply With Quote
  #24 (permalink)  
Old 02-27-2008, 05:15 AM
Junior Member
 
Posts: 6
Default mydestination reset when restart zimbra

Hello, I make the instruction and the zimbra run correctly, but when I restart the zimbra the variable mydestination of postconf reset to "localhost".

I execute the follow as user zimbra:

# postconf -e mydestination='<myhostname.com>'
# postfix reload
# postconf -e mydestination='<myhostname.com>'

when I restart zimbra, the configuration is be for default.

What is de problem?

Thank`s
Reply With Quote
  #25 (permalink)  
Old 02-27-2008, 07:15 AM
Junior Member
 
Posts: 6
Default I not found the value of zimbraMtaMyDestination

I edit de file zmmta.cf, but I don't know the line where I need edit.

Help me! please!

Thank's.
Reply With Quote
  #26 (permalink)  
Old 03-10-2008, 01:50 PM
bpa bpa is offline
Starter Member
 
Posts: 1
Default

Hi,

I had the same problem and I had to set an ldap variable to make the modification permanent.

You need to use a ldap browser to set the change the zimbraMtaMyDestination to 'localhost youdomain.com' instead of 'localhost'
You can also apply an ldapmodify command directly on the zimbra server.

After that, you must to restart Zimbra (or just restart the Mta).
Everything is working now (I use Zimbra 5.01).

Hope this help you
Reply With Quote
  #27 (permalink)  
Old 03-21-2008, 02:24 PM
Member
 
Posts: 12
Question

Quote:
Originally Posted by amitbapat View Post
Requirements:
This ONLY works if Zimbra's postfix is able to deliver mail locally. One thing you should note is ALL the domains added to Zimbra are by default 'virtual_mailbox_domains', so if your hostname is set to be one of the virtual mailbox domains, Mailman will NOT work for you.
Has anyone found a workaround for this requirement? The hostname for my Zimbra server is the same as one of the virtual domains hosted in Zimbra. And as the note says, this does not work: any mail to a list address is bounced back to the sender, and /var/log/maillog that Postfix tried to re-write the domain portion of the list email address to the hostname of the Zimbra server (i.e., local delivery is not working).

Any suggestions?

UPDATE:

I was able to get local delivery working by creating a CNAME in our local DNS server pointing to the Zimbra server's A record, then updating the virtual aliases file generated by mailman to redirect each alias listname@cname. Not the prettiest, but it works.

Last edited by heureso; 03-21-2008 at 04:01 PM..
Reply With Quote
  #28 (permalink)  
Old 03-22-2008, 12:07 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by heureso View Post
Has anyone found a workaround for this requirement? The hostname for my Zimbra server is the same as one of the virtual domains hosted in Zimbra.
The hostname of your Zimbra server should not be the same as one of the Domain Names it should be the FQDN of your server. The server should have a name like: mail01.mydomain.com and the domain you host should be mydomain.com - that should be the correct sett-up and this problem won't occur.
__________________
Regards


Bill
Reply With Quote
  #29 (permalink)  
Old 03-22-2008, 09:15 AM
Member
 
Posts: 12
Question

Quote:
Originally Posted by phoenix View Post
The hostname of your Zimbra server should not be the same as one of the Domain Names it should be the FQDN of your server. The server should have a name like: mail01.mydomain.com and the domain you host should be mydomain.com - that should be the correct sett-up and this problem won't occur.
The workaround I have in place works, but it breaks some of the convenient list-creation automation that Mailman provides. So since the setup mistake is already made, is there a good way to change the name of one of Zimbra's virtual domains (specifically, the primary one that was configured when Zimbra was initially installed)?

Thanks,

Jeremy.
Reply With Quote
  #30 (permalink)  
Old 04-25-2008, 02:19 PM
Moderator
 
Posts: 6,237
Default

ZCS Mailman Integration - Zimbra :: Wiki
Testing, Critique, & Feedback are Welcome!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.