cebka: so my bayes issue was a bug in the reading of the config?
Ooops - wrong channel.
Bramzor joined the channel
lanmower joined the channel
lanmower
hello all :), I'm having a little trouble setting up my haraka, I need unauthenticated access to haraka, from which it sends my messages via the gmail server
it will only be running on localhost in a protected lan environment, it is to allow a legacy program to send mails via google's ssl enabled mail servers
_smf_
lanmower: use the relay_all plugin, but do so carefully.
I basically creates an open-relay.
lanmower
hi smf, I have relay [relay]all=true in my relay.ini, afaik that should make it an open relay, try to send a mail via haraka it starts producing output, it mentiones the smtp_forward plugin somewhere along the line so I can tell its getting to it, the forward plugin config seems ok, getting some kind of loop in the output
@_smf_: it appears to me from the log as if its opening port 25 on the www instead of the defined smtp-forward port, does that mean its not forwarding for some reason?
_smf_
lanmover: either you made a mistake in your smtp_forward.ini file, or you edited the wrong one.
Where did you install Haraka's configuration to (e.g. via haraka -i /path/to/install)
lanmower
'/haraka'
_smf_
And you're editing /haraka/config/smtp_forward.ini right?
lanmower
editing the file has effects on its behavior
yes, I have also tried smtp-proxy as a plugin, using its configs
_smf_
And you're starting haraka like this: haraka -c /haraka
lanmower
yup
you can see here
[INFO] [-] [core] [outbound] Loading outbound queue from c:\haraka\queue
_smf_
Oh - you're on Windows...
DoubleMalt has quit
_smf_ has quit
_smf_ joined the channel
_smf_ has quit
_smf__ joined the channel
_smf__ is now known as _smf_
lanmower has quit
lanmover: restart Haraka and try again.
We don't have many people running Haraka on Windows and I suspect that the file reload code didn't work, so a restart will force the file to be re-read.
lanmower joined the channel
lanmower
hi I got disconnected sorry
it looks like its trying to just deliver it instead of forward it
well I'm just a little disappointed that I had to make a customer promises based on what the creators claim it can do and turned out I lied to them because of false info, if you cant configure something to work after 7 hours then it doesnt work
baudehlo
I don't really know what you're trying to do.
baudehlo_ joined the channel
baudehlo has quit
Bramzor
lanmower: so if you can't configure something in 7 hours, it means that the software is broken?
caveat emptor (or just test ;) there are no obstacles to obtaining the software)
_smf_
LOL - that's a first, it's our fault you made promises to a customer before you knew what you were doing.
lanmower: you need enable_tls=true in the smtp_forward.ini file otherwise it won't send STARTTLS.
And you shouldn't use port 465 with smtp_forward, it probably won't work as 465 is 'special'
e.g. it expects a TLS connection at start-up which requires special handling compared to 25/587 and whilst we handle that for inbound connections, I highly doubt we bothered for smtp_forward/smtp_proxy.
howitdo has quit
howitdo joined the channel
DoubleMalt joined the channel
DoubleMalt has quit
mattsimerson joined the channel
mattsimerson
the topic message in this chat room should include the full URL to the chat logs: https://botbot.me/freenode/haraka/ (current one misses /haraka)
Bramzor
_smf_: you have a retransmit link for anti spam purposes right?
_smf_
Bramzor: not currently.
Bramzor
ow ok
Because I have a simular thing but for some reason, google is saying delivered but it's actually not.
And the only difference I see is that in the second attempt, there are 2 additional Received rules because I'm using the outbound method.
Or it might be the 2 Delivered-To fields...
_smf_
Bramzor: did it deliver it to the spam folder?
Bramzor
Nope
_smf_
It's unusual for Google to bin a message.
Bramzor
Even though headers might not be correct or something like that?
_smf_
The only time I know of that Google will bin a message is if the Message-ID header is the same as another message in the mailbox (or something like that - I can't remember exactly)
Bramzor
Ow, that might be it.
Nope, that's not it. It is bounced the first time so Message-ID shouldn't be in the mailbox already.
_smf_
Bramzor: you're just going to have to do some experimentation then. I would try removing any headers like Delivered-To, Return-Path etc.
mattsimerson: I can't change the channel topic as I can't get ops on the channel.
I had ops yesterday, but it seems baudehlo hasn't set auto-op.
mattsimerson: One major improvement you could make for your geoip plugin is to be able to allow the distance calculation to be done on a different IP per domain or by the destination MX IPs
mattsimerson
Yeah Bramzor, that version still uses the maxmind@0.6 (geoip v1) dbs
_smf_
As distance is a pretty useless indicator for me as I have multiple domains on my Haraka and they're all over the place.
So baseing it on the server IP doesn't work in that case.
mattsimerson
I have quite a number of domains on mine as well, but even across the USA, they're within a few thousand miles of each other, so plenty good enough.
and "domains" don't really have geoip locations, per se...
I've only ever found distance to be relevant when the distance is very large (> 4,000 km)