Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 10:22:26 -0600 (CST)
From:      Fengping Li <fli@post.its.mcw.edu>
To:        questions@FreeBSD.ORG
Subject:   lockmailbox error 75
Message-ID:  <Pine.SOL.3.96.1010116101406.1496A-100000@post.its.mcw.edu>
In-Reply-To: <20010116153122.74282.qmail@mail.siscom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi guys,

I use sendmail8.11.1 on FreeBSD4.2 release and I got the following
error when I sent a message from Internet to my mail server:


Jan 16 09:57:28 fli mail.local: lockmailbox /var/mail/fli 
failed; error code 75 
Jan 16 09:57:28 fli sendmail[6048]: f0FLXcu29671: 
to=<fli@li.ppppeter.com>, delay=18:23:50, xdelay=00:00:30, 
mailer=local, pri=6780246, dsn=4.0.0, stat=Deferred


This is my mc file used to generate sendmail.cf
--------------------------
divert(-1)
VERSIONID(`$Id: generic-bsd4.4.mc,v 8.11.1 $')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl
FEATURE(mailertable, hash /etc/mail/mailertable)dnl
FEATURE(virtusertable, hash /etc/mail/virtusertable)dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
MASQUERADE_AS(<li.ppppeter.com>)dnl
FEATURE(masquerade_envelope)dnl
FEATURE(masquerade_entire_domain)dnl
FEATURE(accept_unqualified_senders)dnl
FEATURE(accept_unresolvable_domains)dnl
FEATURE(relay_entire_domain)dnl
FEATURE(relay_local_from)dnl
FEATURE(access_db, hash /etc/mail/access)dnl
FEATURE(nouucp, nospecial)dnl
FEATURE(blacklist_recipients)dnl
FEATURE(loose_relay_check)dnl
define(ALIAS_FILE, '/etc/mail/aliases')
define(DATABASE_MAP_TYPE, 'dbm')
define(cfCW_FILE, '/etc/mail/local-host-names')
MAILER(local)dnl
MAILER(smtp)dnl


li# ls -al /var/mail
total 11
drwxrwxr-x   2 root   mail    512 Jan 15 23:07 .
drwxr-xr-x  18 root   wheel   512 Nov 20 07:13 ..
-rw-rw----   1 fli    mail      0 Jan 13 18:54 fli

Any ideas?
Thank you for your time.

fli



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96.1010116101406.1496A-100000>