View Single Post
  #10 (permalink)  
Old 02-20-2007, 06:00 AM
chenthil chenthil is offline
Active Member
 
Posts: 36
Default

Quote:
Originally Posted by Chris_H View Post
Can you elaborate on your setup? I'm trying to integrate the mailman rpm with Zimbra and I can't get list creation to work correctly...I keep getting a permissions error in the httpd log (using the non-Zimbra httpd) when it tries to run /opt/zimbra/postfix/sbin/postalias. Any pointers would be appreciated...

-chris
After restarting of zimbra or postfix service , After restart /opt/zimbra/postfix/conf/main.cf
gets appended ...

vi /opt/zimbra/postfix/conf/main.cf

add this at the bottom

$mydestination = localhost localhost.localdomain


please add few parameter as given below in the line ( virtual_alias_maps , alias_maps )

virtual_alias_maps = ldap:/opt/zimbra/conf/ldap-vam.cf,hash:/usr/local/mailman/data/virtual-mailman

alias_maps = hash:/etc/aliases,hash:/usr/local/mailman/data/aliases
Attached Files
File Type: txt mailman_Doc.txt (7.0 KB, 588 views)
Reply With Quote