Re: relaying

2008-08-19 Thread Robin Bowes
Hans Sandsdalen wrote: Hi I have to admitt that I am no perl hacker. In other words, I cannot see how I can do this... :( Robin Bowes skrev: Hans Sandsdalen wrote: Hi I want my authenticated users to be able to relay. How? I use auth/auth_flat_file Hans, Look at the check_relay plugin.

Re: relaying

2008-08-19 Thread Hans Sandsdalen
Hi I have to admitt that I am no perl hacker. In other words, I cannot see how I can do this... :( Robin Bowes skrev: Hans Sandsdalen wrote: Hi I want my authenticated users to be able to relay. How? I use auth/auth_flat_file Hans, Look at the check_relay plugin. R. -- mvh Hans Sand

Re: relaying

2008-08-18 Thread Robin Bowes
Hans Sandsdalen wrote: Hi I want my authenticated users to be able to relay. How? I use auth/auth_flat_file Hans, Look at the check_relay plugin. R.

Re: Relaying problem

2007-09-22 Thread Ask Bjørn Hansen
On Sep 20, 2007, at 1:53, [EMAIL PROTECTED] wrote: That's my point. From what I can gather, the install of qpsmtpd from trunk (at least from a few weeks ago) enables the authnull plugin I took it out, thanks! -- http://develooper.com/ - http://askask.com/

Re: Relaying problem

2007-09-21 Thread qpsmtpdfrose . 20 . ftumsh
On Wed, 2007-09-19 at 22:23, [EMAIL PROTECTED] wrote: > On Wed, 19 Sep 2007, [EMAIL PROTECTED] wrote: > > > Anyway, I think I've fixed it today. The latest plugin config file > > uses the auth plugins, those plugins upon closer inspection say not to > > use them in production. Anyway, the upshot i

Re: Relaying problem

2007-09-19 Thread Charlie Brady
On Wed, 19 Sep 2007, [EMAIL PROTECTED] wrote: Anyway, I think I've fixed it today. The latest plugin config file uses the auth plugins, those plugins upon closer inspection say not to use them in production. Anyway, the upshot is that any spammer can relay if they login, as it were. And any s

Re: Relaying problem

2007-09-19 Thread qpsmtpdfrose . 20 . ftumsh
On Sat, 2007-09-01 at 13:56, [EMAIL PROTECTED] wrote: > On Fri, 31 Aug 2007, [EMAIL PROTECTED] wrote: > > > I seem to be having a relaying problem. > ... > > Anyone any ideas? > > My first idea is that you should shut down qmail until you identify your > configuration problem. I did that as soo

Re: Relaying problem

2007-09-01 Thread Charlie Brady
On Fri, 31 Aug 2007, [EMAIL PROTECTED] wrote: I seem to be having a relaying problem. ... Anyone any ideas? My first idea is that you should shut down qmail until you identify your configuration problem. --- Charlie

Re: Relaying problem

2007-09-01 Thread Peter J. Holzer
On 2007-08-31 12:57:35 +0100, [EMAIL PROTECTED] wrote: > I seem to be having a relaying problem. I have qpsmtpd on our office > mailserver (cirith-ungol), it's the version before 0.4. I am migrating > all email to a hosted linux box(biggles) and upgraded to 0.4. I am > getting a lot of processes li

Re: Relaying to external server

2007-08-14 Thread vvitkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Peacock wrote: > vvitkov wrote: >> I have a mail relay machine on which i want simple checks performed. >> Checks like early talker, dnsbl and some very simple sanities. >> Then the mail should be relayed to the real MX which will perform >> spa

Re: Relaying to external server

2007-08-14 Thread Michael Holzt
> One thing you can consider is queue/smtp-forward, which will start a > SMTP session with your real MX box. This will have the effect of acting > like a transparent relay, and any RCPT TO: addresses which would be > denied will be denied back to the remote server. This happens very late > in

Re: Relaying to external server

2007-08-14 Thread Charlie Brady
On Tue, 14 Aug 2007, John Peacock wrote: One thing you can consider is queue/smtp-forward, which will start a SMTP session with your real MX box. This will have the effect of acting like a transparent relay, and any RCPT TO: addresses which would be denied will be denied back to the remote s

Re: Relaying to external server

2007-08-14 Thread John Peacock
vvitkov wrote: I have a mail relay machine on which i want simple checks performed. Checks like early talker, dnsbl and some very simple sanities. Then the mail should be relayed to the real MX which will perform spam/av detection/marking/clearing What Robin said, but more directly: MAKE SURE

Re: Relaying to external server

2007-08-14 Thread Robin Bowes
vvitkov wrote: > Hello, > > I am looking for a lightweight and preferably fast solution for my > problem and looks that qpsmtpd can do the job (at least for the > lightweight and fast) > > Now the idea of the setup > > I have a mail relay machine on which i want simple checks performed. > Checks

Re: Relaying with tls

2006-01-04 Thread Robin Bowes
John Peacock said the following on 04/01/2006 01:26: > Robin Bowes wrote: > >>Any idea why remote_host and remote_ip are not making it through? > > > I banged on this for more than an hour today, and I cannot see what is going > on. > At one point, everything is set properly, and then by the t

Re: Relaying with tls

2006-01-03 Thread John Peacock
Robin Bowes wrote: > Any idea why remote_host and remote_ip are not making it through? I banged on this for more than an hour today, and I cannot see what is going on. At one point, everything is set properly, and then by the time we get to the tls plugin, most of the connection settings are just

Re: Relaying with tls

2006-01-03 Thread Robin Bowes
John Peacock said the following on 03/01/2006 15:50: > The problem is that the RELAYCLIENT stuff is checked during the connect > hook, but TLS takes place later than that, and the appropriate bits were > not copied when the new TLS sessions is started. Try the following patch: > > Index: plugins/

Re: Relaying with tls

2006-01-03 Thread Robin Bowes
John Peacock said the following on 03/01/2006 15:50: > Robin Bowes wrote: > >> Robin Bowes said the following on 03/01/2006 13:11: >> >>> Hi, >>> >>> I've just started playing around with the tls plugin with the latest >>> 0.31.1 branch and it seems to break relaying support. >> >> >> I forgot to

Re: Relaying with tls

2006-01-03 Thread John Peacock
Robin Bowes wrote: Robin Bowes said the following on 03/01/2006 13:11: Hi, I've just started playing around with the tls plugin with the latest 0.31.1 branch and it seems to break relaying support. I forgot to add, relaying is enabled for localhost using tcpserver and /etc/stcp.smtp.cdb to se

Re: Relaying with tls

2006-01-03 Thread Robin Bowes
Robin Bowes said the following on 03/01/2006 13:11: > Hi, > > I've just started playing around with the tls plugin with the latest > 0.31.1 branch and it seems to break relaying support. I forgot to add, relaying is enabled for localhost using tcpserver and /etc/stcp.smtp.cdb to set RELAYCLIENT.

Re: Relaying (again)

2004-06-12 Thread Sam Laffere
Matt Sergeant wrote: > I'm trying to clean up the code for relaying again. One thing I'm > trying to make easy is that my code for spam scanning (among other > things) does not get applied to relayed mail (because there are things > in there it will cause to get tripped). In order to achieve this I

Re: Relaying?

2002-10-13 Thread Ask Bjoern Hansen
On Sun, 13 Oct 2002, Rander wrote: [...] > When I tried to send mail through it, qbsmtpd closed the connection after > the "rcpt to"-line... What did the log say? > Okay, so I tried to disable (comment out) all the plug-ins, and ended up > with this: > > Connected to localhost. > Escape charact