Jump to content

chriss

Retired Forum Member
  • Posts

    3
  • Joined

  • Last visited

About chriss

chriss's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I would like to give this addon a try, but the link to the zip file (http://support.whmcs.com/dl.php?type=d&id=32) returns a 404 "The requested URL /dl.php was not found on this server.". Anyone know the valid location of the file? TIA edit: Nevermind, the answer is: Utilities -> Addon Modules -> IP Monitor. I guess my question now becomes: Should the module be removed from the Module user contribution section of the wiki, or should the link to the zip file be fixed? Given that it's now part of the software package, is it still considered a user contribution?
  2. Setting the base currency to one of those not listed at Currencies (e.g. NPR) and pressing update exchange rates button sets all other defined currency conversion rates to 0. Exchange Rates Update Results Updated GBP Exchange Rate to 0 Updated USD Exchange Rate to 0 One would expect it to at least leave them unchanged if the currency used is not integrated into the exchange rate update feature.
  3. Thanks, this helped me to get tls operational to my smtp relay. Enabling postfix port 587 and choosing ssl, which would be the logical approach given the user interface options provided, resulted in the following conversation between my whmcs server and my postfix server: > my.whmcsserver.com[xxx.xxx.xxx.xxx]: 220 my.smtprelay.com ESMTP Postfix (Ubuntu) < my.whmcsserver.com[xxx.xxx.xxx.xxx]: ?d??? match_string: ?d??? ~? CONNECT match_string: ?d??? ~? GET match_string: ?d??? ~? POST match_list_match: ?d???: no match > my.whmcsserver.com[xxx.xxx.xxx.xxx]: 502 5.5.2 Error: command not recognized Or, outside the debug environment, the conversation looks like this: connect from my.whmcsserver.com[xxx.xxx.xxx.xxx] lost connection after UNKNOWN from my.whmcsserver.com[xxx.xxx.xxx.xxx] disconnect from my.whmcsserver.com[xxx.xxx.xxx.xxx] Now it's entirely possible that I failed to configure my postfix correctly, because it's late and I didn't spend a lot of time investigating. However, my smtp server does sasl + tls perfectly well on port 25 (for ages) so all the certs and keys are properly configured and well used. All I did was enable the submission option in master.cf. In any event, ?d??? is not a valid initial connection string where HELO/EHLO would be anticipated, so hopefully someone in a position to fix this problem (if it is indeed one) will happen along here and comment accordingly. And thanks again for the hint to edit the class.phpmailer.php file.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated