From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.43)
	id 1ELRXS-0005rh-J3
	for garchives@archives.gentoo.org; Fri, 30 Sep 2005 20:31:27 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8UKN1Za023513;
	Fri, 30 Sep 2005 20:23:01 GMT
Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203])
	by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8UKJN9H018429
	for <gentoo-user@lists.gentoo.org>; Fri, 30 Sep 2005 20:19:23 GMT
Received: by xproxy.gmail.com with SMTP id s7so3805wxc
        for <gentoo-user@lists.gentoo.org>; Fri, 30 Sep 2005 13:26:59 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references;
        b=lJ7SZ0VAfq0JbNRPxhQu1G8Pw4NC0eep/d4TbYS/hRzTWhkX2w3G1H+ByTAdDnA4Fgy4VVx4hiDLVLZAQ2nKapUK37GEtGxyHRBvyAFqgzYUA+HL19uj/kJ5Tkobh+bnyY0YwPyDeTIiNPp/sHGC3H0TQ+IzpJ/mYSWMOrDjRxs=
Received: by 10.70.118.17 with SMTP id q17mr666803wxc;
        Fri, 30 Sep 2005 13:26:59 -0700 (PDT)
Received: by 10.70.116.18 with HTTP; Fri, 30 Sep 2005 13:26:59 -0700 (PDT)
Message-ID: <642958cc0509301326p453a030bh53b10d277d460a8a@mail.gmail.com>
Date: Fri, 30 Sep 2005 16:26:59 -0400
From: Mark Shields <laebshade@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: Re: [gentoo-user] Re: Messed up mail access rights
In-Reply-To: <F49BE7328A1DA246AFC5C2CDDB86D917DFB00F@BCV0X134EXC0005>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_5388_18180495.1128112019854"
References: <193150474532019@lycos-europe.com>
	 <F49BE7328A1DA246AFC5C2CDDB86D917DFB00F@BCV0X134EXC0005>
X-Archives-Salt: 3ee5074b-5355-4100-bfa5-cc92bf838938
X-Archives-Hash: d405f2d4631fa78a129e72287a12d9f3

------=_Part_5388_18180495.1128112019854
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Meh, you could always chmod -R 770 * from the top dir of the maildir and se=
e
what happens (since the "Mail" dir is 770, it's quite possible all the othe=
r
dirs should have same permissions). If that screws it up even more or
doesn't work, you can always restore your backup again.

On 9/27/05, Michael Kintzios <michaelkintzios@lycos.co.uk> wrote:
>
>
>
> > -----Original Message-----
> > From: Michael Kintzios [mailto:michaelkintzios@lycos.co.uk]
> > Sent: 26 September 2005 21:50
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: Re: [gentoo-user] Re: Messed up mail access rights
> >
> >
> > > From:: Neil Bothwick <neil@digimed.co.uk>
> > > To: gentoo-user@lists.gentoo.org
> > > Subject: Re: [gentoo-user] Re: Messed up mail access rights
> > > Date: Mon, 26 Sep 2005 10:19:25 +0100
> >
> > > On Sat, 24 Sep 2005 10:04:13 +0000, Mick wrote:
> > > > > Providing some basic information such as what mail
> > servers are you
> > > > > using would be a big plus to get an answer from someone.
> > > > Unfortunately it's a sendmail setup on a hosted account
> > and no info is
> > > > forthcoming from the admin. It seems like an mbox style mail
> > > > implementation. That's all I know about it I'm afraid.
> > > You could telnet into the server to see what the software identifies
> > > itself as.
> >
> > Thanks, this is what I got:
> >
> > > "telnet servername 25" for the SMTP server
> >
> > 220-viv.XXXXXXXXXXX.com <http://220-viv.XXXXXXXXXXX.com> ESMTP Exim 4.5=
0#1 Mon, 26 Sep 2005
> > 16:39:45 -0400
> > 220-We do not authorize the use of this system to transport
> > unsolicited,
> > 220 and/or bulk e-mail.
> >
> > > "telnet servername 110" for the POP server
> >
> > +OK POP3 viva [cppop 19.0] at [XX.XX.XXX.XXX]
> >
> > > "telnet servername 143" for the IMAP server
> >
> > * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=3DLOGIN]
> > viv.XXXXXXXXXX.com <http://viv.XXXXXXXXXX.com> IMAP4rev1 2003.339-cpane=
lat Mon, 26 Sep
> > 2005 16:45:38 -0400 (EDT)
> >
> > Is this enough to ascertain what the access rights ought to be?
> >
> > PS. What the recommended Gentoo telnet client?
>
> The lot is also accessible via Horde's and squirrel mail web gui's - not
> sure if that's relevant but thought I better mention it.
> --
> Regards,
> Mick
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
- Mark Shields

------=_Part_5388_18180495.1128112019854
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Meh, you could always chmod -R 770 * from the top dir of the maildir
and see what happens (since the &quot;Mail&quot; dir is 770, it's quite pos=
sible
all the other dirs should have same permissions).&nbsp; If that screws
it up even more or doesn't work, you can always restore your backup
again.<br><br><div><span class=3D"gmail_quote">On 9/27/05, <b class=3D"gmai=
l_sendername">Michael Kintzios</b> &lt;<a href=3D"mailto:michaelkintzios@ly=
cos.co.uk">michaelkintzios@lycos.co.uk</a>&gt; wrote:</span><blockquote cla=
ss=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); marg=
in: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>&gt; -----Original Message-----<br>&gt; From: Michael Kintzios [mai=
lto:<a href=3D"mailto:michaelkintzios@lycos.co.uk">michaelkintzios@lycos.co=
.uk</a>]<br>&gt; Sent: 26 September 2005 21:50<br>&gt; To: <a href=3D"mailt=
o:gentoo-user@lists.gentoo.org">
gentoo-user@lists.gentoo.org</a><br>&gt; Subject: Re: Re: [gentoo-user] Re:=
 Messed up mail access rights<br>&gt;<br>&gt;<br>&gt; &gt; From:: Neil Both=
wick &lt;<a href=3D"mailto:neil@digimed.co.uk">neil@digimed.co.uk</a>&gt;
<br>&gt; &gt; To: <a href=3D"mailto:gentoo-user@lists.gentoo.org">gentoo-us=
er@lists.gentoo.org</a><br>&gt; &gt; Subject: Re: [gentoo-user]&nbsp;&nbsp;=
Re: Messed up mail access rights<br>&gt; &gt; Date: Mon, 26 Sep 2005 10:19:=
25 +0100
<br>&gt;<br>&gt; &gt; On Sat, 24 Sep 2005 10:04:13 +0000, Mick wrote:<br>&g=
t; &gt; &gt; &gt; Providing some basic information such as what mail<br>&gt=
; servers are you<br>&gt; &gt; &gt; &gt; using would be a big plus to get a=
n answer from someone.
<br>&gt; &gt; &gt; Unfortunately it's a sendmail setup on a hosted account<=
br>&gt; and no info is<br>&gt; &gt; &gt; forthcoming from the admin.&nbsp;&=
nbsp;It seems like an mbox style mail<br>&gt; &gt; &gt; implementation.&nbs=
p;&nbsp;That's all I know about it I'm afraid.
<br>&gt; &gt; You could telnet into the server to see what the software ide=
ntifies<br>&gt; &gt; itself as.<br>&gt;<br>&gt; Thanks, this is what I got:=
<br>&gt;<br>&gt; &gt; &quot;telnet servername 25&quot; for the SMTP server
<br>&gt;<br>&gt; <a href=3D"http://220-viv.XXXXXXXXXXX.com">220-viv.XXXXXXX=
XXXX.com</a> ESMTP Exim 4.50 #1 Mon, 26 Sep 2005<br>&gt; 16:39:45 -0400<br>=
&gt; 220-We do not authorize the use of this system to transport<br>&gt; un=
solicited,
<br>&gt; 220 and/or bulk e-mail.<br>&gt;<br>&gt; &gt; &quot;telnet serverna=
me 110&quot; for the POP server<br>&gt;<br>&gt; +OK POP3 viva [cppop 19.0] =
at [XX.XX.XXX.XXX]<br>&gt;<br>&gt; &gt; &quot;telnet servername 143&quot; f=
or the IMAP server
<br>&gt;<br>&gt; * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=3DLOGIN]<b=
r>&gt; <a href=3D"http://viv.XXXXXXXXXX.com">viv.XXXXXXXXXX.com</a> IMAP4re=
v1 2003.339-cpanel at Mon, 26 Sep<br>&gt; 2005 16:45:38 -0400 (EDT)<br>&gt;
<br>&gt; Is this enough to ascertain what the access rights ought to be?<br=
>&gt;<br>&gt; PS. What the recommended Gentoo telnet client?<br><br>The lot=
 is also accessible via Horde's and squirrel mail web gui's - not<br>sure i=
f that's relevant but thought I better mention it.
<br>--<br>Regards,<br>Mick<br><br>--<br><a href=3D"mailto:gentoo-user@gento=
o.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote></div><b=
r><br clear=3D"all"><br>-- <br>- Mark Shields

------=_Part_5388_18180495.1128112019854--
-- 
gentoo-user@gentoo.org mailing list