[SM-USERS] Setting a SM account on Outlook

2012-09-11 Thread michaela
Hi,

I am desperately trying to configure Outlook to retreive and send emails
from the following email address: micha...@sensha.ch

I would like to set it up using POP but despite following advices from
various websites, the server does not seem to respond (according to
Outlook).

Here are the information I fill in:
Server in: mail.sensha.ch
Server out: mail.sensha.ch

Please help!

Thanks in advance & best regards,
Michaela
(I am the "admin" of my email account)

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] SMTP stream

2012-09-11 Thread Patty Ruberto
I tried to compose email.  I get the following message:

 

Message not sent.  Server replies:  Connection refused.  111 Can't open SMTP
stream.

 

I also cannot receive emails.

 

How can I correct this?

 

Thanks.

 

Patty

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] question to all experts about change squirrelmail to smarty 3.11

2012-09-11 Thread jimmy230

I really like how squirrelmail works but I really would like  to change the
way it display I have been working for years with smarty, my question is if
its posible to change squirrelmail to display in templates I alreay have
some advances but o sure if it will work , so I wanted to ask if it is
posible..


james
-- 
View this message in context: 
http://old.nabble.com/question-to-all-experts-about-change-squirrelmail--to-smarty-3.11-tp34416021p34416021.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] question to all experts about change squirrelmail to smarty 3.11

2012-09-11 Thread Paul Lesniewski
On Mon, Sep 10, 2012 at 5:38 PM, jimmy230  wrote:
>
> I really like how squirrelmail works but I really would like  to change the
> way it display I have been working for years with smarty, my question is if
> its posible to change squirrelmail to display in templates I alreay have
> some advances but o sure if it will work , so I wanted to ask if it is
> posible..

Yes, it's possible, and it's something I personally have proof of
concept for.  You have to take a look at version 1.5.2SVN and you'll
see the presentation layer is separated into template sets, which by
default are pure PHP (probably better than adding another layer with
Smarty).  To indicate you want to use Smarty, you have to change the
template set engine in the config.php file for the template set:

$template_engine = SQ_SMARTY_TEMPLATE;

Then you can use these Smarty-specific configuration settings:

$smarty_path(should point to your local Smarty.class.php)
$smarty_compile_dir
$smarty_cache_dir
$smarty_config_dir

Then all your template files will need to be in Smarty syntax.

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] SMTP stream

2012-09-11 Thread Paul Lesniewski
On Thu, Sep 6, 2012 at 3:32 PM, Patty Ruberto  wrote:
> I tried to compose email.  I get the following message:
>
>
>
> Message not sent.  Server replies:  Connection refused.  111 Can’t open SMTP
> stream.
>
>
>
> I also cannot receive emails.
>
>
>
> How can I correct this?

By looking at the SMTP server's error logs and correcting the problem
it points to.  Note that this has nothing to do with SquirrelMail.

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Setting a SM account on Outlook

2012-09-11 Thread Paul Lesniewski
On Wed, Sep 5, 2012 at 1:13 PM,   wrote:
> Hi,
>
> I am desperately trying to configure Outlook to retreive and send emails
> from the following email address: micha...@sensha.ch
>
> I would like to set it up using POP but despite following advices from
> various websites, the server does not seem to respond (according to
> Outlook).
>
> Here are the information I fill in:
> Server in: mail.sensha.ch
> Server out: mail.sensha.ch
>
> Please help!
>
> Thanks in advance & best regards,
> Michaela
> (I am the "admin" of my email account)

That's not the same as being the administrator of your email server.
You need to contact whoever is.  See:

http://squirrelmail.org/support/enduser.php

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users