Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Wes S" To: cygwin AT cygwin DOT com Date: Sun, 10 Jul 2005 09:13:07 -0400 MIME-Version: 1.0 Subject: Re: exim and imap3d Message-ID: <42D0E6A3.14762.D5C3B@localhost> In-reply-to: References: <42D0845A DOT 8648 DOT 5D91C7 AT localhost> Content-type: text/plain; charset=ISO-8859-1 Content-description: Mail message body X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by delorie.com id j6ADCXW8001666 On 10 Jul 2005 at 2:17, René Berber wrote: > > So in exim.conf I changed this: > > > > local_delivery: > > driver = appendfile > > file = /var/mail/$local_part > > > > Now I get 2005-07-09 21:27:41 IJDXRD-0001D4-AT == wess AT wess DOT mdns DOT org > > R=localuser T=local_delivery defer (13): Permission denied: creating > > lock file hitching post > [snip] > > Permission denied is the clue here, you should have read the comments > above the part of exim's configuration you changed. Copy the permissions > of the original spool directory (/var/spool/mail/) to the one you made > (/var/mail): > > chmod --reference=/var/spool/mail /var/mail > chown --reference=/var/spool/mail /var/mail > > That should do it. > Yes, it took care of that exim problem on delivering. :) I also noticed that I was using ipop3d vs uw-ipop3d, not sure how that stirred the pot on my pop3 probem and one account I used for testing was disabled in windows. Everything is working now. Thank you, Wes Szumera -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/