On 28/11/2006, "Admin Le Corbusier" <[EMAIL PROTECTED]> wrote: >Hi there
Hi! >I'm new French user of Ilohamail. I set it up on a server that will have to be >seen on the Internet when the problems are solved. >Ilohamail speaks to a mercury imap server located on the lan (its address is >172.16.0.9), so I entered this address as default-host, all runs fine, I can >read the mails without any problem but if I want to send a mail the originate >address is set to [EMAIL PROTECTED] and this private ip address is not known >outside, I could correct this by changing the identity parameters but most of >my users won't be able to do this. >Is there a solution to change the 172.16.0.9 to mydomain.org for the mails >sent via Iloha? There's a line in login.inc which defines AUTO_APPEND. You'd want something along the lines of: $AUTO_APPEND['172.16.0.9'] = '@lyceelecorbusier.org'; >Another thing (probably not the last one in the next few days): is there a >solution to have a shared address book for all the iloha mail users? I don't think so, but I could be wrong. If you're snappy with MySQL, you can add some code to add a list of names and addresses when a user signs up, but it'll be hard to keep track of changes so this approach may not be useful. >Thanks in advance for your help > >---- >Philippe Chartier No worries. Andy ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Ilohamail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ilohamail-users
