Re: Forward local user email or another local user

2017-11-02 Thread Jos Chrispijn
Op 26-10-2017 om 17:59 schreef Jos Chrispijn: Can you tell me how I can force this to be done with Postfix directly? Finally the solution was so simple: - create user jdoe (main domain) - add entry to /etc/aliases: jdoe:  - update /postfix/tables - restart postfix When I now send a dom

Re: Forward local user email or another local user

2017-10-27 Thread Bill Cole
On 27 Oct 2017, at 5:41 (-0400), Jos Chrispijn wrote: Op 27-10-2017 om 0:17 schreef Bill Cole: So, passwords -can- be used with virtual users for SMTP? Yes. Any authentication identity can be used for Postfix's SMTP/Submission authentication because Postfix doesn't really do the authenticati

Re: Forward local user email or another local user

2017-10-27 Thread Matus UHLAR - fantomas
Op 26-10-2017 om 20:17 schreef Matus UHLAR - fantomas: if you want to send mail to a user Y and you don't want to use password of user Y, but you must use a password, you must use password of user X (whatever X and Y mean) On 26.10.17 21:33, Jos Chrispijn wrote: It is all about _existing_ use

Re: Forward local user email or another local user

2017-10-27 Thread Jos Chrispijn
Op 27-10-2017 om 0:17 schreef Bill Cole: So, passwords -can- be used with virtual users for SMTP? Yes. Any authentication identity can be used for Postfix's SMTP/Submission authentication because Postfix doesn't really do the authentication. That is an interesting statment. I really didn't k

Re: Forward local user email or another local user

2017-10-26 Thread Bill Cole
On 26 Oct 2017, at 14:24, cac...@quantum-equities.com wrote: So, passwords -can- be used with virtual users for SMTP? Yes. Any authentication identity can be used for Postfix's SMTP/Submission authentication because Postfix doesn't really do the authentication. Authentication in Postfix is

Re: Forward local user email or another local user

2017-10-26 Thread Jos Chrispijn
Op 26-10-2017 om 20:17 schreef Matus UHLAR - fantomas: if you want to send mail to a user Y and you don't want to use password of user Y, but you must use a password, you must use password of user X (whatever X and Y mean) It is all about _existing_ user accounts Using (virtual) aliases provid

Re: Forward local user email or another local user

2017-10-26 Thread cacook
On 10/26/2017 11:09 AM, Matus UHLAR - fantomas wrote: >> On 10/26/2017 08:59 AM, Jos Chrispijn wrote: >>> Cannot use a virtual alias user (and forward to the final user Y) >>> because I have to provide a password as well. > > On 26.10.17 09:25, cac...@quantum-equities.com wrote: >> Am I understandi

Re: Forward local user email or another local user

2017-10-26 Thread Matus UHLAR - fantomas
On 26.10.17 17:59, Jos Chrispijn wrote: I have a service running that requires me to configure an SMTP user X with password to send daily statistics to. Cannot use a virtual alias user (and forward to the final user Y) because I have to provide a password as well. So I set up a dedicated use

Re: Forward local user email or another local user

2017-10-26 Thread Matus UHLAR - fantomas
On 10/26/2017 08:59 AM, Jos Chrispijn wrote: Cannot use a virtual alias user (and forward to the final user Y) because I have to provide a password as well. On 26.10.17 09:25, cac...@quantum-equities.com wrote: Am I understanding correctly that there can be no email authentication with virtual

Re: Forward local user email or another local user

2017-10-26 Thread cacook
On 10/26/2017 08:59 AM, Jos Chrispijn wrote: > I have a service running that requires me to configure an SMTP user X > with password to send daily statistics to. > > Cannot use a virtual alias user (and forward to the final user Y) > because I have to provide a password as well. > > So I set up a

Forward local user email or another local user

2017-10-26 Thread Jos Chrispijn
I have a service running that requires me to configure an SMTP user X with password to send daily statistics to. Cannot use a virtual alias user (and forward to the final user Y) because I have to provide a password as well. So I set up a dedicated user X account (with password) for this to b