> "Ron Dyck" <[EMAIL PROTECTED]> writes: > > > I'm trying to configure tmda-ofmipd on Redhat 9 using qmail, vpopmail (with > > mysql). I've been reading Gerardo Arnaez article on install and configuring: > > http://mung.net/~dude/howto/Qmail-vpop-qmailadmin-tmda.html > > > > I'm using Gerardo's script to start tmda-ofmipd: > > > > su vpopmail -c '/usr/local/tmda/bin/tmda-ofmipd -f -d -A > > "/home/vpopmail/bin/vchkpw /bin/true" -S > > /usr/local/tmda/contrib/vpopmail-vdir.sh' > > > > Here are my results: > > bash: /root/.bashrc: Permission denied > > tmda-ofmipd started at Thu Nov 27 15:27:06 EST 2003 > > Listening on experimental.dev:8025 > > This looks like tmda-ofmipd starts running. What are the permissions > of /root/.bashrc? If they look ok, do you see anything suspicious in > the .bashrc file itself? Have you tried sending mail through > tmda-ofmipd? > > > Tim
OK, I've added the 'l' switch to su and I'm no longer getting the 'Permission denied'. su -l vpopmail -c '/usr/local/tmda/bin/tmda-ofmipd -A "/home/vpopmail/bin/vchkpw /bin/true" -S /usr/local/tmda/contrib/vpopmail-vdir.sh' But, This results in nothing! If I try sending I get: An unknown error has occurred. Account: 'test.dev', Server: 'mail.experimental.dev', Protocol: SMTP, Server Response: '502 Error: command "HELO" not implemented', Port: 8025, Secure(SSL): No, Server Error: 502, Error Number: 0x800CCC64 I can't telnet to the port either: # telnet localhost 8025 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Everything is working fine if I send on port 25. I just can't get ofmipd to start. Any suggestions? ron _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
