>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: squirrelmail-users digest, Vol 1 #1523 - 8 msgs
>Date: Tue, 12 Aug 2003 20:31:20 -0700
>
>Send squirrelmail-users mailing list submissions to
> [EMAIL PROTECTED]
>
>To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
>You can reach the person managing the list at
> [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of squirrelmail-users digest..."
>
>
>Today's Topics:
>
> 1. Re: IMAP Error (Chris Hilts)
> 2. Bad or malformed request (Scott Miller)
> 3. Re: End users set up own email account? (Jonathan Angliss)
> 4. Re: Request of Feedback (Jonathan Angliss)
> 5. Re: IMAP Error (Jonathan Angliss)
> 6. Re: End users set up own email account? (Raymond Luong)
> 7. feedback request (elias baladi)
> 8. Re: Patch updates fro SM 1.4.1 (Chris Hilts)
>
>--__--__--
>
>Message: 1
>Date: Tue, 12 Aug 2003 13:23:05 -0500 (EST)
>Subject: Re: [SM-USERS] IMAP Error
>From: "Chris Hilts" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>
> > Warning*: fsockopen(): php_network_getaddresses: getaddrinfo failed:
> > Name or service not known in
> > */usr/local/apache2/htdocs/email/functions/imap_general.php* on line *4=
>46*
> >
> > *Warning*: fsockopen(): unable to connect to :143 in
> > */usr/local/apache2/htdocs/email/functions/imap_general.php* on line *4=
>46*
>
>If I had to guess (and I do), I'd say that you have not set your IMAP
>host. Use conf.pl to verify that you've set that variable correctly.
>
>
>--=20
>Chris Hilts
>[EMAIL PROTECTED]
>
>
>--__--__--
>
>Message: 2
>From: "Scott Miller" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Date: Tue, 12 Aug 2003 14:42:17 -0600
>Subject: [SM-USERS] Bad or malformed request
>
>I have ONE customer who is getting the following error:
>
>ERROR : Bad or malformed request.
>Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc From
>Subject X-Priority Content-Type)])
>Server responded: Bogus sequence in UID FETCH
>
>Now, I've tried his, get the same message with his user/pass. When I try
>any other customer - it works perfectly fine.
>
>Has anyone run into this, and happen to know of a fix, or what it is?
>
>Thanks,
>Scott Miller
>
>
>
>--__--__--
>
>Message: 3
>Date: Tue, 12 Aug 2003 16:08:08 -0500
>From: Jonathan Angliss <[EMAIL PROTECTED]>
>To: Billy Jack Dial <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED]
>Subject: Re: [SM-USERS] End users set up own email account?
>
>Hello Billy,
>On Tuesday, August 12, 2003, Billy Jack Dial wrote...
>
> > Hello,
>
> > Is this possible with SM?
> > Like Yahoo mail.
> > If not what would be a good app for OSX Server .
>
> This question is asked all the time... have you checked the
> archives? I'd guess not, otherwise you might find we keep saying
> no... well yes... if you write it to match your system, as not all
> servers behave the same. My IMAP/SMTP servers find users located
> inside mysql, while yours might find them in LDAP, and other users
> might have them in passwd/shadow. So as you see... it's not so clear
> cut, and usually custom systems have to be built around your setup.
>
>--
>Jonathan Angliss
>([EMAIL PROTECTED])
>
>
>
>--__--__--
>
>Message: 4
>Date: Tue, 12 Aug 2003 17:12:20 -0500 (CDT)
>Subject: Re: [SM-USERS] Request of Feedback
>From: "Jonathan Angliss" <[EMAIL PROTECTED]>
>To: "Elias Baladi" <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED]
>
>
> > I have purchased an incredimail program which am using
> > to retrive several mail accounts from hotmail etc.
> > Tried to use incredimail for the accounts at sqruirrelmail
> > but faild.
> >
> > Kindly advise about the following:
> >
> > POP3 and SMTP mail server addresses.
>
>SquirrelMail is a mail client, just like IncrediMail (though much better,
>and not bloated with pointless stuff that only other IncrediMail users can
>see). I suggest contacting the people that run the server you are paying
>for, as they will have the details for you.
>
>--
>Jonathan Angliss
>([EMAIL PROTECTED])
>
>
>--__--__--
>
>Message: 5
>Date: Tue, 12 Aug 2003 17:30:52 -0500 (CDT)
>Subject: Re: [SM-USERS] IMAP Error
>From: "Jonathan Angliss" <[EMAIL PROTECTED]>
>To: "Nestor Vives" <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED]
>
> > *I am getting the following error..
> >
> > Warning*: fsockopen(): php_network_getaddresses: getaddrinfo failed:
> > Name or service not known in
> > */usr/local/apache2/htdocs/email/functions/imap_general.php* on line *446*
>
>This usually suggests something in the resolver is failing. This isn't a
>direct SquirrelMail issue, but may be a result of the PHP compile failing,
>or using bad resolve libraries, or the server not having access to a DNS
>server to do lookups.
>
> > this is the referenced code in the error above
>
>Please don't paste the code... we can see it ourselves... ;)
>
>You might want to check to see if you can do a host resolve from the shell
>prompt, and do a gethostname inside PHP, there is some code that can sort
>that out... create a test file, call it test.php (and save in your web
>tree), copy this code into it:
>
>>$ip = gethostbyname('www.example.com');
>
>print $ip;
>?>
>
>Save it, and open it in your browser. See if it fails also.
>
>--
>Jonathan Angliss
>([EMAIL PROTECTED])
>
>
>--__--__--
>
>Message: 6
>Date: Tue, 12 Aug 2003 15:59:32 -0700 (PDT)
>Subject: Re: [SM-USERS] End users set up own email account?
>From: "Raymond Luong" <[EMAIL PROTECTED]>
>To: "Billy Jack Dial" <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>
>Here
Try this link  >href="">http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm#QMAIL
then
>go to vpopmail homepage, there is software at that page allowing you to
>create end user setup own account
Raymond

t> Hello
>Billy,
> On Tuesday, August 12, 2003, Billy Jack Dial
>wrote...
>
>> Hello,
>
>> Is this possible
>with SM?
>> Like Yahoo mail.
>> If not what would be a
>good app for OSX Server .
>
> This question is asked all the
>time... have you checked the
> archives? I'd guess not, otherwise
>you might find we keep saying
> no... well yes... if you write it to
>match your system, as not all
> servers behave the same. My
>IMAP/SMTP servers find users located
> inside mysql, while yours
>might find them in LDAP, and other users
> might have them in
>passwd/shadow. So as you see... it's not so clear
> cut, and usually
>custom systems have to be built around your setup.
>
>
>--
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
>
>
>
>-------------------------------------------------------
> This
>SF.Net email sponsored by: Free pre-built ASP.NET sites including
>
>Data Reports, E-commerce, Portals, and Forums are available now.
>
>Download today and enter to win an XBOX or Visual Studio .NET.
>
>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>
>--
> squirrelmail-users mailing list
> List Address:
>[EMAIL PROTECTED]
> List Archives:
>http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List
>Info:
>https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>
>
>
>--__--__--
>
>Message: 7
>From: "elias baladi" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Date: Wed, 13 Aug 2003 01:51:14 +0300
>Subject: [SM-USERS] feedback request
>
>
Hi,
>
 
>
Kindly advise about the following:
>
1- squirrelmail's POP3 and SMTP mail server addresses.
>
2- Port Numbers for the POP3 and STMP mail servers.
>
3- If I need to authenticate when sending mail?
>
4- If I need to use SSL?
>
5- If I can use INCREDIMAIL Program to retrive my
>
Squirrelmail messages.
>
Thanks,
>
 
>
ELias Baladi
>
 


Add photos to your e-mail with MSN 8. Get 2 months FREE*.
>
>
>--__--__--
>
>Message: 8
>Date: Tue, 12 Aug 2003 22:19:35 -0500 (EST)
>Subject: Re: [SM-USERS] Patch updates fro SM 1.4.1
>From: "Chris Hilts" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>
> > I dont know whether this is done at all but... are there patches to tak=
>e
> > 1.4.0 to 1.4.1? Rather than just unpacking the new tarball over the old
> > one (of course following the instructinos in the UPGRADE file)
>
>No, we don't release patchsets. If you want to generate one, you could d=
>o
>it with CVS..
>
>
>--=20
>Chris Hilts
>[EMAIL PROTECTED]
>
>
>
>--__--__--
>
>--
>squirrelmail-users mailing list
>List Address: [EMAIL PROTECTED]
>List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>http://squirrelmail.org/cvs
>
>End of squirrelmail-users Digest


The new MSN 8: smart spam protection and 2 months FREE* ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to