|
had my sendmail working for months.
but now i got this strange behaviour:
the mails get queued as they are supposed to.
but after a period of time (usualy 5 to 45 minutes) the mails get send out withaout any interaction of mine.
before , the mails got only send out after i did:
sendmail -q [-v]
here is my config.mc:
divert(-1)
divert(0)dnl
###
#
#
###
VERSIONID(`$Id: generic-darwin.mc,v 1.3 2002/04/12 18:41:47 bbraun Exp $')
OSTYPE(darwin)dnl
DOMAIN(generic)
#GENERICS_DOMAIN(maki.dom)dnl
#MASQUERADE_AS(`blabla.homeunix.net')
#MASQUERADE_DOMAIN(`maki.homeunix.net')
define(`confDONT_BLAME_SENDMAIL', `GroupWritableDirPathSafe')dnl
define(`confDELIVERY_MODE', `defer')dnl
define(`LOCAL_DOMAIN', `$w.maki.dom')dnl
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl
FEATURE(`mailertable', `hash -o /etc/mail/mailertable')dnl
FEATURE(`access_db')dnl
FEATURE(`accept_unresolvable_domains')dnl
#FEATURE(`masquerade_envelope')dnl
#FEATURE(`local_no_masquerade')dnl
MAILER(local)
MAILER(smtp)
LOCAL_CONFIG
Cw localhost saturn.maki.dom
if anyone has any idea -> please help
|