Fw: Problem with relay-ctrl

Mark Lamb <[email protected]> Sat, 30 Jul 2005 14:13:33 +0400
Newsgroups gmane.comp.sysutils.bgware
Message-ID <[email protected]>

Hi all,

I'm afraid my problems continue with relay-ctrl.  I installed it and finally got it to at least appear to work.  When a user authenticates to their POP3 mailbox, the necessary entry is created in ~/allow and all appears fine.  Trouble is that users still get the usual error in outlook regarding rcpthosts validation etc when they try and route outbound mail.

Anyone have any ideas?

run file is:

/var/qmail/rc &
        envdir /etc/relay-ctrl \
                /usr/local/bin/relay-ctrl-chdir \
                /usr/local/bin/tcpserver -x/etc/qmail/tcp.smtp.cdb -u204 -g100 
0 25 \
                /usr/local/bin/relay-ctrl-check \
                /var/qmail/bin/qmail-smtpd &
        envdir /etc/relay-ctrl \
                /usr/local/bin/relay-ctrl-chdir \
                /usr/local/bin/tcpserver -H -v -R 213.131.24.114 pop3 \
                /var/qmail/bin/qmail-popup mail.pojoevents.com \
                /bin/checkpassword \
                /usr/local/bin/relay-ctrl-allow \
                /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
                /var/qmail/bin/splogger pop3d &

and bounce message is:

The message could not be sent because one of the recipients was rejected by 
the server. The rejected e-mail address was '[email protected]'. Subject 
'test', Account: '[email protected]', Server: 'mail.pojoevents.com', 
Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of 
allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, 
Error Number: 0x800CCC79

Cheers,
Mark.