Hi,
I'm using OTRS on a server that requires Proxy with domain credentials for Internet access. For example, if I want to access mail.office365.com I have to open Internet Explorer with different domain user 'domain\user' in order to access it. Otherwise I won't be able to open internet.
Now the problem is that I need to configure same user credential in OTRS in order to send email messages. Until now I can't find any configuration in SysConfig to make it happen. Need help please.
I am using OTRS 3.3.12 with MSSQL and IIS8.
BR,
Bin Mahmood
OTRS with Proxy for Internet Access
Moderator: crythias
-
- Znuny newbie
- Posts: 6
- Joined: 21 Apr 2015, 11:26
- Znuny Version: 3.3.11
- Real Name: Maaz Bin Mahmood
- Company: Vocalcom
Re: OTRS with Proxy for Internet Access
if your proxy support Basic Auth you can use the the values like:
http://username:password@proxy:port
http://username:password@proxy:port
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: OTRS with Proxy for Internet Access
Hi,
don't forget the last slash at the end
http://username:password@proxy:port/

Flo
don't forget the last slash at the end
http://username:password@proxy:port/

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Znuny newbie
- Posts: 6
- Joined: 21 Apr 2015, 11:26
- Znuny Version: 3.3.11
- Real Name: Maaz Bin Mahmood
- Company: Vocalcom
Re: OTRS with Proxy for Internet Access
I have domain user and its important to mention domain.... should it be like http://domain\user:password@proxy:8080/ ??