Re: [SM-USERS] per user SMTP credentials

2012-12-12 Thread Hendrik Haddorp
Hi, I got a setup working now where a user can only send mail with his mail address, gets authenticated at the SMTP server with his IMAP credentials suing dovecot and mails get be send to different relay servers depending on the senders address. I have these postfix settings: smtpd_sasl_path =

Re: [SM-USERS] per user SMTP credentials

2012-12-05 Thread Tomas Kuliavas
Nikolaos Milas wrote > On 4/12/2012 12:36 μμ, Nikolaos Milas wrote: > >> I turned $useSendmail to false and now it does >> use SMTP (Port 587 = "submission" - as configured). However, I can't >> make it work with SASL-Auth. >> >> ... >> >> Any suggestions? > > Not any ideas yet? If your setup do

Re: [SM-USERS] per user SMTP credentials

2012-12-05 Thread Nikolaos Milas
On 4/12/2012 12:36 μμ, Nikolaos Milas wrote: > I turned $useSendmail to false and now it does > use SMTP (Port 587 = "submission" - as configured). However, I can't > make it work with SASL-Auth. > > ... > > Any suggestions? Not any ideas yet? Thanks, Nick --

Re: [SM-USERS] per user SMTP credentials

2012-12-04 Thread Nikolaos Milas
On 3/12/2012 10:40 μμ, Paul Lesniewski wrote: > This indicates you have $useSendmail set to true. If you want to send > using SMTP, you need to turn that off. Thanks, you were right; I turned $useSendmail to false and now it does use SMTP (Port 587 = "submission" - as configured). However, I ca

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

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 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 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] 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

[SM-USERS] per user SMTP credentials

2012-12-02 Thread Hendrik Haddorp
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 doesn't seem to support that nor could I find anything about that