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