25 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Change directory ...
FromSent OnAttachments
Pablo SabatinoJan 16, 2001 11:19 pm 
Pablo SabatinoJan 17, 2001 12:20 am 
Pablo SabatinoJan 17, 2001 2:03 am 
Daniel BiddleJan 17, 2001 5:48 am 
Daniel BiddleJan 17, 2001 6:54 am 
sebJan 17, 2001 7:11 am 
Tabor J. WellsJan 17, 2001 7:20 am 
jsay...@mediaone.netJan 17, 2001 7:51 am 
Sam VarshavchikJan 17, 2001 2:42 pm 
Sam VarshavchikJan 17, 2001 2:43 pm 
sebJan 17, 2001 3:04 pm 
Sam VarshavchikJan 17, 2001 3:16 pm 
sebJan 17, 2001 3:45 pm 
Sam VarshavchikJan 17, 2001 4:23 pm 
John MillerJan 17, 2001 6:36 pm 
Pablo SabatinoJan 17, 2001 11:53 pm 
sebJan 18, 2001 3:14 am 
Sam VarshavchikJan 18, 2001 4:56 am 
sebJan 18, 2001 5:47 am 
John Edward MillerJan 18, 2001 8:32 am 
Patrick PriceJan 18, 2001 9:29 am 
Tomas FasthJan 18, 2001 12:33 pm 
Tomas FasthJan 18, 2001 12:44 pm 
Sam VarshavchikJan 18, 2001 2:36 pm 
Sam VarshavchikJan 18, 2001 2:40 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Change directory /tmpActions...
From:Pablo Sabatino (pab@elsitio.net)
Date:Jan 17, 2001 12:20:50 am
List:net.sourceforge.lists.courier-users

This is messages error when i'd include an attachment ....

Warning: Unable to open '/tmp/phpZEaaQe' for reading: No existe tal archivo o directorio in /usr/local/apache/htdocs/horde/imp/compose.php3 on line 910

And the directory /tmp is where mount the parition swap.

Where is my problem?

Daniel Biddle wrote:

On Wed, 17 Jan 2001, Pablo Sabatino wrote:

Hello!!!! I need to change the default directory(/tmp) for to: /temporary Which file do I need to change?

I assume you're talking about courier. There are about 39 files in courier that refer to temporary directories that you might need to change. You can get a list of them with

grep /tmp -r . -l

or

grep /tmp -r . -n

to see the particular lines.

It's probably easier for you to mv /temporary /tmp or ln -s /temporary /tmp than it is to change the many programs that expect to be able to use /tmp.

hope this helps,