Re: SMTP auth without mailbox

2013-08-13 Thread Jeroen Geilman
On 08/12/2013 08:30 PM, M. Spini wrote: I need auth to send email, and possibly give the users the possibility to change their pwd. Postfix supports server SASL via either dovecot or cyrus. You can see which your installation supports with #postconf -a I recommend dovecot since it is much

Re: SMTP auth without mailbox

2013-08-12 Thread M. Spini
I need auth to send email, and possibly give the users the possibility to change their pwd. Thanks. Massi Il 12/08/2013 19.56, Wietse Venema ha scritto: massi: Hi there, I need to activate SMTP authentication on a Postfix server that has no mailbox on board (

Re: SMTP auth without mailbox

2013-08-12 Thread Wietse Venema
massi: > Hi there, > I need to activate SMTP authentication on a Postfix server that has no > mailbox on board (it relays email for Google Apps service and certified > emails). All the mailbox are stored on a remote server, they asked me to > activate only the SMTP auth service. > > Can you please

Re: SMTP auth without mailbox

2013-08-12 Thread l...@airstreamcomm.net
We setup dovecot on our outbound relay to talk to a database containing the user information and provide the auth socket to postfix. Unless the address of the recipient has the same domain as the local postfix instance all messages will be relayed on (we set the local domain to something bogus

Re: SMTP auth without mailbox

2013-08-12 Thread Dominik George
Hi, you can run saslauthd as a standalone auth process. -nik massi schrieb: >Hi there, >I need to activate SMTP authentication on a Postfix server that has no >mailbox on board (it relays email for Google Apps service and certified >emails). All the mailbox are stored on a remote server, they