Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. "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"...
    3. 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...
    4. Mails
      Oeps, this was not supposed to be posted here, sorry. Just ignore this. Coen Coen Naninck wrote:
    5. 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....
  3. #2

    Default Re: restructure mails

    [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..
    --
    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

  4. #3

    Default Re: restructure mails

    Juha Laiho <Juha.Laiho@iki.fi> wrote in message news:<c63b5c$p31$2@ichaos.ichaos-int>...
    > [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..
    any commands for us to check the name of the mail server?

    thanks
    yls177 Guest

  5. #4

    Default Re: restructure mails

    On 25 Apr 2004 21:28:52 -0700, yls177 <yls177@hotmail.com> poured
    into the usenet group comp.unix.admin:
    <snip>
    > any commands for us to check the name of the mail server?
    Telnet to port 25 and capture the banner? Check your system logs?

    Devdas Bhagat
    Devdas Bhagat Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139