Results 1 to 5 of 5
in /var/log/maillog i have the following message:
Code:
Feb 3 13:46:26 1oopis sm-mta[12447]: i13BkQuO012447: <jack@oopis.ro>... User unknown
Feb 3 13:46:27 1oopis sm-mta[12447]: i13BkQuO012447: lost input channel from [82.76.104.39] to MTA ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-03-2004 #1Just Joined!
- Join Date
- Feb 2004
- Posts
- 20
Sendmail - How can I block this? - I think it is spam.
in /var/log/maillog i have the following message:
As you can see, all says that relay=[82.76.104.39].Code:Feb 3 13:46:26 1oopis sm-mta[12447]: i13BkQuO012447: <jack@oopis.ro>... User unknown Feb 3 13:46:27 1oopis sm-mta[12447]: i13BkQuO012447: lost input channel from [82.76.104.39] to MTA after rcpt Feb 3 13:46:27 1oopis sm-mta[12447]: i13BkQuO012447: from=<maria@natali.cz>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=[82.76.104.39] Feb 3 13:56:12 1oopis sm-mta[12607]: i13Bu9uO012607: ruleset=check_mail, arg1=<mike@gto.net.om>, relay=[82.76.104.39], reject=553 5.1.8 <mike@gto.net.om>... Domain of sender address mike@gto.net.om does not exist Feb 3 13:56:12 1oopis sm-mta[12607]: i13Bu9uO012607: from=<mike@gto.net.om>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=[82.76.104.39] Feb 3 14:08:14 1oopis sm-mta[12797]: i13C8EuO012797: <jane@oopis.ro>... User unknown Feb 3 14:08:14 1oopis sm-mta[12797]: i13C8EuO012797: lost input channel from [82.76.104.39] to MTA after rcpt Feb 3 14:08:14 1oopis sm-mta[12797]: i13C8EuO012797: from=<brent@asu.ro>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=[82.76.104.39]
To protect my server, i put in /etc/mail/access the following line:
82.76.104.39 DISCARD
But, this do not change nothing.
Please HELP!
- 02-03-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Don't worry about it - that just shows that sendmail already has detected it and blocked it. Thus, you don't need to do anything more about it.
The reason your solution didn't work was because it tells sendmail to discard the message, which it already had decided to do since it had detected that the message was bogus.
- 02-03-2004 #3Just Joined!
- Join Date
- Feb 2004
- Posts
- 20
I think that the messages only messages with invalid address are rejected, but what about when the address is valid?
I do not want to relay spam.
Can I block this?
- 02-04-2004 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Most distros come with mail relaying already denied by default. To relay mails, the connection must come from one of the authorized networks that are listed in /etc/mail/access.
- 02-04-2004 #5Just Joined!
- Join Date
- Feb 2004
- Posts
- 20
Thank's for your help.


Reply With Quote
