Brian, > 1. Is it possible to use tmda-ofmipd for outgoing mail using Horde/IMP as webmail interface ?
Yes. My setup with the Horde 3/IMP 4 combo involves a "run" file for the Bernstein daemontools that looks like this: #!/bin/bash # Run as root. Ugh. exec /usr/local/tmda/bin/tmda-ofmipd -f -A "/bin/checkpassword /bin/true" \ -p 192.168.1.2:8025 -u root This should be customized for your own needs, of course. As the Horde administrator, enter the setup section and select the "Mailer" tab. For sending mail, select "Use a SMTP server, and enter the server address and port number that you specified in the daemontools "run" file. Select "PLAIN" as SMTP authentication. - wolf - _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
