Sendmail problems

2007-04-10 Thread Gustavo Feijó

Hi there,

I'm experiencing a kind of trubble i've never seen...

Till today 4am it was all working fine.

Now, with none chages, i'm having this message error:

Apr 10 11:31:22 serv01 sm-mta-rx[21328]: l3ADXMuQ024306:
to=[EMAIL PROTECTED], delay=00:57:48, xdelay=00:00:00, mailer=esmtp,
pri=7053961, relay=[127.0.0.1] [127.0.0.1], dsn=4.2.0, stat=Deferred:
Connection reset by [127.0.0.1]

All messagens sent to mydomain are being not delivered. All of them
are going to mqueue.

This error occour with all messages arryving or outgoing from this
mail server (Sendmail 8.13.8/8.13.8).

Can any one help?
Give some read?

Thanks anyway


--
[]'s
chmod000
Microsoft butterfly is their way of telling you their system has a
lot of @#$ bugs!
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail problems

2007-04-10 Thread Gustavo Feijó

Found the problem origin:

Amavis

Apr 10 13:34:02 serv01 amavis[26962]: (26962-01) (!!)TROUBLE in
process_request: Can't create directory
/var/spool/amavisd/tmp/amavis-20070410T133402-26962: Too many links at
/usr/sbin/amavisd line 4215, GEN3 line 2.

Searching for solution
Any aid would be wellcome

;-)




2007/4/10, Gustavo Feijó [EMAIL PROTECTED]:

Hi there,

I'm experiencing a kind of trubble i've never seen...

Till today 4am it was all working fine.

Now, with none chages, i'm having this message error:

Apr 10 11:31:22 serv01 sm-mta-rx[21328]: l3ADXMuQ024306:
to=[EMAIL PROTECTED], delay=00:57:48, xdelay=00:00:00, mailer=esmtp,
pri=7053961, relay=[127.0.0.1] [127.0.0.1], dsn=4.2.0, stat=Deferred:
Connection reset by [127.0.0.1]

All messagens sent to mydomain are being not delivered. All of them
are going to mqueue.

This error occour with all messages arryving or outgoing from this
mail server (Sendmail 8.13.8/8.13.8).

Can any one help?
Give some read?

Thanks anyway


--
[]'s
chmod000
Microsoft butterfly is their way of telling you their system has a
lot of @#$ bugs!




--
[]'s
chmod000
Microsoft butterfly is their way of telling you their system has a
lot of @#$ bugs!
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Loosing spam fight

2007-01-24 Thread Gustavo Feijó

Hi there,
I know it's not the right list to write to, but I'll still try a shot.

I'm running sendmail in my FreeBSD box and wish to block mails comming
from domains with no ptr configs.

Am I missing something?

My sendmail-rx.mc is like this
FEATURE(`access_db',`hash -TTMPF -o /etc/mail/access.db')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`ALIAS_FILE', `/etc/mail/aliases')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`use_client_ptr')dnl
FEATURE(`delay_checks')dnl
dnl #
dnl # configuracoes de lista de spammers
dnl #
FEATURE(`dnsbl', `dul.dnsbl.sorbs.net', `550 Mail from 
$`'{client_addr}  refused - see http://www.dul.dnsbl.sorbs.net/;')
FEATURE(`dnsbl', `sbl.spamhaus.org', `550 Mail from 
$`'{client_addr}  refused - see http://www.spamhaus.org/sbl/;')
FEATURE(`dnsbl', `list.dsbl.org', `550 Mail from  $`'{client_addr}
 refused - see http://dsbl.org/;')
FEATURE(`dnsbl', `bl.spamcop.net', `450 Mail from  $`'{client_addr}
 refused - see http://spamcop.net/bl.shtml;')
dnl #


--
[]'s
chmod000
Microsoft butterfly is their way of telling you their system has a
lot of @#$ bugs!
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]