On Dec 1, 2009, at 12:52 AM, Guy Baxter wrote: > > Also, I can't see how to setup RT to talk to my mailserver? I've > found a > bit about /etc/aliases but can't see anywhere for it to point to the > IP of > my mailserver? Does anyone have any ideas?
As little as I know about this area, I could point out that there are 2 files that you need to be concerned with (main.cf & master.cf). The file that contains your IP addr. ( & mail relays, etc.) is "main.cf", and the safe way to edit "main.cf" is by using "postconf". Secondly, /etc/aliases file is where you place your rt-mailgate bits (http://wiki.bestpractical.com/view/ManualEmailConfig ), but it has nothing to do with you IP addr.. Once you make your changes to your /etc/aliases file, then you need to go through a few steps to make sure the changes you made to the /etc/aliases database take effect (i.e.,: shell> sudo postalias /etc/aliases shell> sudo newaliases Hope that helps -Behzad _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
