hemming
hemming
Comments
-
I just increased the verbosity of the postfix logging, it now shows this when I send from sendy....
Feb 19 12:11:00 green postfix/smtpd[5727]: match_string: ?g??? ~? CONNECT
Feb 19 12:11:00 green postfix/smtpd[5727]: match_string: ?g?… -
Perfect!
-
ok, I have it working now on our network with the proxy server....our firewall rules weren't quite right.
Setup my rules like this....
Wan to Lan
http 80
Lan to Wan
http 80
https 443
s… -
ok, can you supply the urls it connects to so I can ad them to the allow list on our web filter?
-
ok, I just moved the sendy box back onto our broadband line just to check it was still runniing ok.
So, changed the dns record so the registered domain now points to our broadband ip
I'm getting the same behaviour I had when o… -
odd then, it must be something to do with the setup on my mac. In anycase it seems sendy is running ok.
-
ok, I've got it, I've been testing it out on a mac this afternoon, works fine on my PC. The guys using it are pc based so that's fine with me.
I've just seen a link appear saying version 1.1.0 is out, smtp sending? -
Yes, I see that, when I upload via the wysiwyg it only puts in the partial path.......I can edit it myself but I don't think the end users will be able to. Is there something in my config that's causing only the partial path to be entered?
-
Yep, help yourself.
-
ok, I just created a new campaign, again the local image doesn't show in the preview. If I view source it gives the address http://green.hgluk.com/w/uploads/1352905618.jpg …
-
Yes it's in there
-
-
ok, I see, I'd only just enabled sendmail. It's sending ok now. Thanks
-
So how does the email leave the network? The mail must be passed to another ip address right? Doesn php sendmail actually send the mail itself or does it pass the emails on to another sendmail server.
I don't have amazon configured and no… -
So do I need to open any ports to allow sending via php? It must hit an smtp server at some point?
Do I need to edit one of your php files or should I write it myself? -
What's the mechanism for that though? Do I need to enter in an smtp server address? Or does it use some other protocol?
-
That's perfect, thanks.
Do you have any info on sending via php sendmail? Do I just need to edit one of the php files? I understand php doesn't support smtp authentication but for testing purposes that's fine we can allow relaying from th… -
ok, that's fixed it, once setup on the broadband with no proxy in the way it installed ok. Is it possible to have sendy send email via our own smtp server? bypassing the amazon services?
-
ok, so the sendy box is visible from outside, I can browse to it using the web address set in the config.php file. I'm still getting the same problem though, I fill in the license key etc and click install. Nothing seems to happen and then after 5 …
-
ok, I'm trying this out today, that'd be on port 80 right?
-
ok,I see, I didn't realise it had to be accessible from the web. In that case the domain I register would need to be our real world domain name right? hgl.lan is just our local domain.
If so can you please change it to hgluk.com, and I'll… -
I registered hgl.lan which is the local domain here, the config.php file contains the subdomain sendy.hgl.lan whch is also the name of the ubuntu PC.
sendy.hgl.lan resolves correctly via our dns server. -
Yes, we're going to host it ourselves it'll only be for internal use for our mailshots.
-
I do but I'm not sure where they are.....I'm running ubuntu 8.04 if that helps.
-
ok, I've got a little further but I'm still having problems.....
Looks like I had my config.php wrong, I had the ip address listed instead of the domain I'd registered at purchase. So that's fixed, I can browse to the sendy install screen… -
Hi,
I managed to get it working... I ran the following script to test the connection to mysql :
<?php
mysql_connect("localhost", "root", "mypassword") or die(mysql_error());
echo "Connected to MySQL<br />";I've just realised I've popultaed the config.php file wrong, it now looks like this but I'm still getting the same error......something must still be wrong.....
<?php
//===========================================================…