Re: RELAYCLIENT

2001-06-22 Thread Erik Logan

The real tcp.smtp file says:

66.12.153.158:allow,RELAYCLIENT=""
dsl.gtei.net:allow,RELAYCLIENT=""
:allow

this is what I am trying right now with no success

-Erik

- Original Message -
From: "Charles Cazabon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 22, 2001 1:05 PM
Subject: Re: RELAYCLIENT


> Erik Logan <[EMAIL PROTECTED]> wrote:
> >
> > /etc/tcp.smtp:
> >
> > MY_IP:allow,RELAYCLIENT=""
> > :allow
> [...]
> > But I am still getting the 553 error. Any suggetions on something I
missed
> > in the FAQ?
>
> Yes.  Don't obscure your IP address, hostname, etc., when you ask for
help.
> I've got a good idea what your problem is, but I can't be sure unless you
tell
> us what the _real_ contents of your rules file are.
>
> Charles
> --
> ---
> Charles Cazabon<[EMAIL PROTECTED]>
> GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
> ---
>

I have qmail up and running. Sending and  recieving works fine as an open
relay (briefly). So I tried to use tcp.smtp to add a relay client. Here's
what I did.

/etc/tcp.smtp:

MY_IP:allow,RELAYCLIENT=""
:allow

then ran:

tcprules /etc/tcp.smtp.cbd /etc/tcp.smtp.tmp < /etc/tcp.smtp

then :

svc -h  /service/qmail

ps -aux | grep tcpserver  looks like:

tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb -u 503 -g 502 0 smtp recordio
/var/qmail/bin/qmail-smtpd
tcpserver 01 110


But I am still getting the 553 error. Any suggetions on something I missed
in the FAQ?

Thanks in advance,

Erik







RELAYCLIENT

2001-06-22 Thread Erik Logan

I have qmail up and running. Sending and  recieving works fine as an open
relay (briefly). So I tried to use tcp.smtp to add a relay client. Here's
what I did.

/etc/tcp.smtp:

MY_IP:allow,RELAYCLIENT=""
:allow

then ran:

tcprules /etc/tcp.smtp.cbd /etc/tcp.smtp.tmp < /etc/tcp.smtp

then :

svc -h  /service/qmail

ps -aux | grep tcpserver  looks like:

tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb -u 503 -g 502 0 smtp recordio
/var/qmail/bin/qmail-smtpd
tcpserver 01 110


But I am still getting the 553 error. Any suggetions on something I missed
in the FAQ?

Thanks in advance,

Erik





failure on control/locals

2001-06-19 Thread Erik Logan

I just installed qmail and I have everything I would like working except
receiving mail. My main interest is to get pop functions working on the
machine.  I can check mail and receive bounced messages but I cannot send a
message without it getting bounced. The return email always says:


Sorry. Although I'm listed as a best-preference MX or A for that host,
it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)

my control/locals file has my domain in it.

the logs output looks like this

new msg 58259
@40003b30169b2371c4c4 info msg 58259: bytes 887 from <[EMAIL PROTECTED]>
qp 1895 uid 503
@40003b30169b2384eb1c starting delivery 47: msg 58259 to remote
[EMAIL PROTECTED]
@40003b30169b23850e44 status: local 0/10 remote 1/20
@40003b30169b246711a4 delivery 47: failure:
Sorry._Although_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_is
n't_in_my_control/locals_file,_so_I_don't_treat_it_as_local_(#5.4.6)/
@40003b30169b24675024 status: local 0/10 remote 0/20
@40003b30169b249c17dc bounce msg 58259 qp 1905
@40003b30169b249db204 end msg 58259
@40003b30169b24a29404 new msg 58260
@40003b30169b24a45154 info msg 58260: bytes 1544 from <> qp 1905 uid 508
@40003b30169b24b1843c starting delivery 48: msg 58260 to remote
[EMAIL PROTECTED]
@40003b30169b24b2b4ec status: local 0/10 remote 1/20
@40003b30169b304b4224 delivery 48: success:
209.81.9.12_accepted_message./Remote_host_said:_250_VAA95621_Message_accepte
d_for_delivery/
@40003b30169b304e8614 status: local 0/10 remote 0/20
@40003b30169b3050dfa4 end msg 58260



If anyone has any suggestions I would appreciate it.



- Erik