I think that I was not clear enough.
Here is the current situation:
Several users have an email account at our ISP:
1) john who's informations are the following:
Code:
e-mail : john@isp_server.com
pop : pop.isp_server.com
smtp: smtp.isp_server.com
username (for pop and smtp) : john@isp_server.com
password (for pop and smtp) : JOHN_S_PASSWORD
ssl : no
2) Matt who's informations are the following:
Code:
e-mail : matt@isp_server.com
pop : pop.isp_server.com
smtp: smtp.isp_server.com
username (for pop and smtp) : matt@isp_server.com
password (for pop and smtp) : MATT_S_PASSWORD
ssl : no
3) ...
Currently, each user has a pc with outlook configured to work with these accounts.
What i want is to move all these accounts on a zimbra server and be able to use the webmail interface.
so I created:
1) the user : "john@isp_server.com" with "JOHN_S_PASSWORD" as password.
And i configured zimbra to get john's mail from the ISP server (into User preferences -> accounts) by creating a new external pop account for john (using pop.isp_server.com)
2) I did the same thing for Matt and for the other users.
To allow john and matt to send mail using their ISP account, I followed the instructions given by:
Outgoing SMTP Authentication - Zimbra :: Wiki
So my "/opt/zimbra/conf/relay_password" file looks like this:
Code:
smtp.isp_server.com john@isp_server.com:JOHN_S_PASSWORD
John can now send AND receive mail.
But when Matt tries to send an e-mail I get the following message into the log:
Code:
Jul 20 00:25:51 server postfix/smtp[30134]: 5F5C215F2F0: to=< someone@somewhere.com>, relay=smtp.isp_server.com [111.222.333.444]:25, delay=0.73, delays=0.02/0.03/0.6/0.08, dsn=5.7.1, status=bounced (host smtp.isp_server.com[11.222.333.444] said: 553 5.7.1 < matt@isp_server.com>: Sender address rejected: not owned by user john@isp_server.com (in reply to RCPT TO command))
What should I do?
Why can't we configure external
SMTP accounts into : User preferences -> accounts ?