
jamieburchell
Approved members-
Content Count
14 -
Joined
-
Last visited
About jamieburchell

-
Rank
Newbie
-
Hi Can you tell me what negative impact anonymising the visitor's IP has? I've read that it's used for geo location and for recording conversions and preventing duplicates. Presumably an anonymised IP doesn't affect geo location, but does it affect the ability to identify duplicate conversions? Does it have any other negative effect? TIA Jamie
-
w-sky reacted to a post in a topic: Wrong from address in automatic email
-
Wrong from address in automatic email
jamieburchell replied to w-sky's topic in Managing Revive Adserver
Please can I request that the Revive team take another look at this, as it's still an issue today. I already took the step to force an envelope sender address: php_value[sendmail_path] = /usr/sbin/sendmail -t -i -fnobody@example.com But if you see, it's the other from address that is getting set/mangled by Revive: To: "Administrator" <team@xxx> Subject: Impending campaign expiration: XXX X-PHP-Originating-Script: 1005:Email.php ... From: "n" <n@mymailserver.domain> X-Original-Authentication-Results: mx.google.com; dkim=pass header.i=@example.com -
Impending campaign expiration "From" email issue
jamieburchell replied to scott001's topic in Managing Revive Adserver
I'm having the same issue and have had the same issue for a long time. The from header is being set as "n" <n@hostname> where hostname is the machine name. The quotes appear to be part of the name too, according to my inspection of the headers in our Mailgun account: "from": "\"n\" <n@hostname>" The "Email 'From' Email Address" in the settings is set to no-reply@ and a different domain. Doesn't seem to be getting picked up. The From name and company were blank, I've tried completing those to see if it makes any difference but am unsure how to trigger a test email. -
Wrong from address in automatic email
jamieburchell replied to w-sky's topic in Managing Revive Adserver
It's not always possible or desirable to set the envelope sender system wide (https://stackoverflow.com/questions/24183058/how-can-i-force-the-from-header-envelope-sender-in-php-without-putting-it-in) in my view, Revive should be setting the envelope sender properly when calling the mail function. Libraries like Swift Mailer, PHPMailer et al already do this or let you specify it. -
Wrong from address in automatic email
jamieburchell replied to w-sky's topic in Managing Revive Adserver
Was this ever resolved? I have a problem with Revive sending emails out from php-fpm@server because Revive does not set the envelope sender (only the from header is set from the address specified in the admin). If Revive is using PHP mail() directly, there's a 5th parameter which can be used to set this: "For example, this can be used to set the envelope sender address when using sendmail with the -f sendmail option." http://php.net/manual/en/function.mail.php Is there a fix or workaround? -
andrewatfornax reacted to a post in a topic: please fix all errors
-
Turns out that's fixed by setting the correct images path in the config *doh*
-
I always seem to run in to this. In my case I'm still getting the red notification on login, but I have already set the following directories to be owned and writable by the apache web user. SELinux is disabled. Of course, the debug.log never actually shows anything. $ chown -R apache:apache var $ chown -R apache:apache plugins $ chown -R apache:apache www/admin/plugins $ chown -R apache:apache www/images $ chmod -R u=rwX,go=rX var $ chmod -R u=rwX,go=rX plugins $ chmod -R u=rwX,go=rX www/admin/plugins $ chmod -R u=rwX,go=rX www/images $ chmod 444 x.conf.php $ find
-
I'm always weary of third party software recommending or requiring setting directory permissions to 777. Is it possible to deny direct access to PHP files in these directories or will it break the software? ./var ./var/templates_compiled ./var/plugins ./var/plugins/DataObjects ./var/plugins/recover ./var/cache ./www/images ./www/admin/plugins ./pluginsSpecifically using an Apache configuration like this, which would be fine providing the PHP files are only included and not accessed directly: <Directory ~ /(var|www/images|www/admin/plugins|plugins)/> php_admin_flag engine off <
-
Folder Permissions (3.0.0)
jamieburchell replied to GonzaloMassa's topic in Managing Revive Adserver
Yeah, sorry my question was miss-leading. I was just curious to know why when the list of chmod commands do show, that one is missing. Good luck!- 8 replies
-
- install
- installation
-
(and 4 more)
Tagged with:
-
Folder Permissions (3.0.0)
jamieburchell replied to GonzaloMassa's topic in Managing Revive Adserver
Why doesn't the installation script prompt you to chmod OpenX_new/www/images ? It provides an entire list of folders to copy and paste on the command line except for this one. You get the red warning bar about it if you don't set it correctly.- 8 replies
-
- install
- installation
-
(and 4 more)
Tagged with:
-
I managed to sort this out by temporarily removing the oxMarket folder from www/admin/plugins and using the plugin maintenance screen to uninstall oxMarket and openXWorkflow. I probably could have edited the config file manually to make them disabled, not sure if I would have been able to remove them though. How/where can I check/update the plugins to their latest version? Should I remove the config entries for OpenX Market / openXWorkflow and the files still in www/admin/plugins?
-
Hi Just upgraded to Revive Adserver 3.0.1 and now I'm getting this PHP fatal error when accessing certain areas of the admin interface. I've checked and the M2M folder existed on the old installation but not in the new. It seems to be related to the OX Marketplace plugin. The install.log said it couldn't find the XML files for each plugin, however the interface shows they are all installed. What do I do? Cheers Jamie