Re: [SM-USERS] per user SMTP credentials

2012-12-03 Thread Paul Lesniewski
On Sun, Dec 2, 2012 at 4:32 AM, Hendrik Haddorp wrote: > Hi, > using the SquirrelMail configuration script I can set SMTP credentials > (smtp_sitewide_user / smtp_sitewide_pass). But how do I set those per > user? I assumed one could specify that in the user preferences but the > web interface doe

Re: [SM-USERS] Looking for a new version with AJAX etc.

2012-12-03 Thread Paul Lesniewski
On Wed, Nov 28, 2012 at 10:00 AM, jerry wrote: > OK, I just installed Roundcube. I must say, it's a pleasing interface. > You are > able to use shift-click and ctl-click on the message list to choose > multiple messages for > deletion - unlike SM where you have to individually click on each > mes

Re: [SM-USERS] per user SMTP credentials

2012-12-03 Thread Nikolaos Milas
On 3/12/2012 9:56 πμ, Paul Lesniewski wrote: > You can configure it to use the same credentials that the user logged > in with. I have tried to do so, by using: $smtpServerAddress = 'localhost'; $smtpPort = 587; $smtp_auth_mech = 'plain'; $smtp_sitewide_user = ''; $smtp_sitew

Re: [SM-USERS] Looking for a new version with AJAX etc.

2012-12-03 Thread Nikolaos Milas
On 29/11/2012 7:10 μμ, Wm Mussatto wrote: > I concur that there needs to be a non-AJAX version. I won't insist on the use of AJAX, BUT a well-designed, pleasent interface is definitely needed. The bundled themes are simply over-aged and inadequate - below user expectations. As others have indic

Re: [SM-USERS] per user SMTP credentials

2012-12-03 Thread Tomas Kuliavas
Nikolaos Milas wrote > On 3/12/2012 9:56 πμ, Paul Lesniewski wrote: > >> You can configure it to use the same credentials that the user logged >> in with. > > I have tried to do so, by using: > > > but I see no indication that SM is using SMTP Auth when sending an > email. Here is an examp

Re: [SM-USERS] per user SMTP credentials

2012-12-03 Thread Paul Lesniewski
On Mon, Dec 3, 2012 at 2:22 AM, Nikolaos Milas wrote: > On 3/12/2012 9:56 πμ, Paul Lesniewski wrote: > >> You can configure it to use the same credentials that the user logged >> in with. > > I have tried to do so, by using: > > $smtpServerAddress = 'localhost'; > $smtpPort = 587; > $s

Re: [SM-USERS] per user SMTP credentials

2012-12-03 Thread Hendrik Haddorp
Hi, I found an alternative solution. I did setup postfix on the server as described here: http://www.cyberciti.biz/faq/postfix-multiple-isp-accounts-smarthost-smtp-client/ This allows to configure a SMTP server and credentials per user. So far I have only tested it with one user though. It works