Ask a Question related to Linux / Unix Administration, Design and Development.
-
yls177 #1
restructure mails
in unix, the mails are going to the /var. understood that we could
actually restructure this.
this is because, our print spool is going to this directory as well so
space is an issue here
but how can we do this?
thanks
yls177 Guest
-
Sending Mails
Hello everybody, I have two radio buttons in a form. I want - When any one clicks on button "A" a mail will be sent to "A" & when any one clicks... -
"Restructure a Windows application" from scratch in 2 months
Hello Everybody, Please guide me so that I can fulfill this challenging assisnment ... I have been asked to "Restructure a Windows application"... -
Bouncing mails
Al Kaibala DO YOU READ THIS? List members, As administrator of the Linux SIG List, I am getting bounces for mail addressed to kabalg@localhost... -
Mails
Oeps, this was not supposed to be posted here, sorry. Just ignore this. Coen Coen Naninck wrote: -
mail() sending mails twice to the e-mails addresses at BCC
Hi there! As I explained yesterday I am developing a group of pages to let users send mails from them. For that I am using the mail() function.... -
Juha Laiho #2
Re: restructure mails
[email]yls177@hotmail.com[/email] (yls177) said:
Two ways;>in unix, the mails are going to the /var. understood that we could
>actually restructure this.
>this is because, our print spool is going to this directory as well so
>space is an issue here
Find a separate storage device for either your mail spool or your print
spool, and mount that device to where your print (or mail) spool is.
So, the path names will remain the same, but you'll get the disk area
segregation and the additional storage space you're wishing for.
Reconfigure either your mail server (which you didn't care to name) or
your print server to use some other spool path. Easiest way to avoid
problems is to leave a symlink in the current spool location pointing
to the new spool location.
In either case, mind the permissions..
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
Juha Laiho Guest
-
yls177 #3
Re: restructure mails
Juha Laiho <Juha.Laiho@iki.fi> wrote in message news:<c63b5c$p31$2@ichaos.ichaos-int>...
any commands for us to check the name of the mail server?> [email]yls177@hotmail.com[/email] (yls177) said:>> >in unix, the mails are going to the /var. understood that we could
> >actually restructure this.
> >this is because, our print spool is going to this directory as well so
> >space is an issue here
> Two ways;
>
> Find a separate storage device for either your mail spool or your print
> spool, and mount that device to where your print (or mail) spool is.
> So, the path names will remain the same, but you'll get the disk area
> segregation and the additional storage space you're wishing for.
>
> Reconfigure either your mail server (which you didn't care to name) or
> your print server to use some other spool path. Easiest way to avoid
> problems is to leave a symlink in the current spool location pointing
> to the new spool location.
>
> In either case, mind the permissions..
thanks
yls177 Guest
-
Devdas Bhagat #4
Re: restructure mails
On 25 Apr 2004 21:28:52 -0700, yls177 <yls177@hotmail.com> poured
into the usenet group comp.unix.admin:
<snip>Telnet to port 25 and capture the banner? Check your system logs?> any commands for us to check the name of the mail server?
Devdas Bhagat
Devdas Bhagat Guest



Reply With Quote

