Re: qpsmtpd-async authenticated relaying direction request

2009-05-31 Thread Matt Sergeant
On Sat, 30 May 2009, Baltasar Cevc wrote: On May 28, 2009, at 4:37 PM, Matt Sergeant wrote: Seems a little fragile. There aren't many bounces that quote all headers. You'd be better off just rejecting all bounces in qpsmtpd, then you only see "legit" bounces where the remote end issued an imme

Re: qpsmtpd-async authenticated relaying direction request

2009-05-29 Thread Baltasar Cevc
On May 28, 2009, at 4:37 PM, Matt Sergeant wrote: Seems a little fragile. There aren't many bounces that quote all headers. You'd be better off just rejecting all bounces in qpsmtpd, then you only see "legit" bounces where the remote end issued an immediate 5xx to your Exim's outgoing mail. Of

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread David Nicol
On Thu, May 28, 2009 at 3:27 PM, Matt Sergeant wrote: > On Thu, 28 May 2009, David Nicol wrote: > >> On Wed, May 27, 2009 at 9:18 AM, David Favor wrote: >> >> I wrote a plugin to create VERP variable envelope return path >> addresses for each and every message passing through my forwarding >> sys

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread Matt Sergeant
On Thu, 28 May 2009, David Nicol wrote: On Wed, May 27, 2009 at 9:18 AM, David Favor wrote: I host many domains and I'd like to protect them all against backscatter I wrote a plugin to create VERP variable envelope return path addresses for each and every message passing through my forwardi

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread David Nicol
On Wed, May 27, 2009 at 9:18 AM, David Favor wrote: > I host many domains and I'd like to protect them all > against backscatter I wrote a plugin to create VERP variable envelope return path addresses for each and every message passing through my forwarding system, kept track of in a little data

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread Matt Sergeant
On Thu, 28 May 2009 12:04:27 -0400 (EDT), Charlie Brady wrote: > > On Thu, 28 May 2009, Matt Sergeant wrote: > >> years. So my qpsmtpd runs a no_bounces plugin, which I believe I've >> posted here before. > > Google seems not to have heard of it. Ah. OK. It basically just does this: if ($tra

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread Charlie Brady
On Thu, 28 May 2009, Matt Sergeant wrote: years. So my qpsmtpd runs a no_bounces plugin, which I believe I've posted here before. Google seems not to have heard of it.

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread David Favor
Matt Sergeant wrote: On Wed, 27 May 2009 09:18:32 -0500, David Favor wrote: I'm currently running qpsmtpd-async. I host many domains and I'd like to protect them all against backscatter using something like this: http://psg.com/~brian/software/authbounce/configure-authbounce.txt to add a

Re: qpsmtpd-async authenticated relaying direction request

2009-05-28 Thread Matt Sergeant
On Wed, 27 May 2009 09:18:32 -0500, David Favor wrote: > I'm currently running qpsmtpd-async. > > I host many domains and I'd like to protect them all > against backscatter using something like this: > > http://psg.com/~brian/software/authbounce/configure-authbounce.txt > > to add a bounce k

Re: qpsmtpd-async authenticated relaying direction request

2009-05-27 Thread Chris Lewis
David Favor wrote: I'm currently running qpsmtpd-async. I host many domains and I'd like to protect them all against backscatter using something like this: http://psg.com/~brian/software/authbounce/configure-authbounce.txt to add a bounce key to each outgoing message of the form: X-

qpsmtpd-async authenticated relaying direction request

2009-05-27 Thread David Favor
I'm currently running qpsmtpd-async. I host many domains and I'd like to protect them all against backscatter using something like this: http://psg.com/~brian/software/authbounce/configure-authbounce.txt to add a bounce key to each outgoing message of the form: X-bounce-key: $mx-$numbe

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.

relaying

2008-08-18 Thread Hans Sandsdalen
Hi I want my authenticated users to be able to relay. How? I use auth/auth_flat_file -- mvh Hans Sandsdalen -- HANS = High Availability, No Superman -- http://www.spacetec.no

Re: greylisting and relaying

2008-05-08 Thread Chris Garrigues
Thanks for the belated feedback. BTW, I'd have no problem with this being included in the distribution. Chris On May 8, 2008, at 5:34 PM, James Turnbull wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Garrigues wrote: I write my own greylisting plugin some time ago due to proble

Re: greylisting and relaying

2008-05-08 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Garrigues wrote: > I write my own greylisting plugin some time ago due to problems I had > with the one included. I posted it on this list, but never got any > comments on it. > > See > > http://www.trinsics.com/blog/?p=59 > > I've b

Re: greylisting and relaying

2008-05-08 Thread Chris Garrigues
ROTECTED]> 250 <[EMAIL PROTECTED]>, sender OK - how exciting to get mail from you! RCPT TO:<[EMAIL PROTECTED]> 550 Relaying denied (#5.7.1) QUIT 221 mx3.maildev.net closing connection. Have a wonderful day. Second attempt (Log) greylisting plugin: key 10.25.201.81:[EMAIL PROTECTED]:[EMAIL PROTECTED] updated grey->white

Re: greylisting and relaying

2008-05-07 Thread Jim Murray
intervenes before rcpt_ok throws the "Relaying denied" message. The greylisting plugin should respect check_relay and ignore relay clients. There's a block of tests in sub denysoft_greylist that check for exceptions, which is why I wondered about the plugin order : # Alwa

Re: greylisting and relaying

2008-05-07 Thread Chris Babcock
If I'm reading the code right, check_relay does the checks but the rejection doesn't happen until the rcpt_ok plugin runs. So, it looks like the greylisting plugin intervenes before rcpt_ok throws the "Relaying denied" message. Also, this host doesn't do any client r

Re: greylisting and relaying

2008-05-07 Thread Jim Murray
Chris Babcock wrote: ( Sorry, the first one I sent had some unintended crap in the headers. ) I've been experimenting with the greylisting plugin a bit lately, and I've noticed some odd behavior. It seems that mail for domains that aren't in rcpthosts that would normally get a 5xx message an

greylisting and relaying

2008-05-07 Thread Chris Babcock
xciting to get mail from you! RCPT TO:<[EMAIL PROTECTED]> 550 Relaying denied (#5.7.1) QUIT 221 mx3.maildev.net closing connection. Have a wonderful day. Second attempt (Log) greylisting plugin: key 10.25.201.81:[EMAIL PROTECTED]:[EMAIL PROTECTED] updated grey->white

greylisting and relaying

2008-05-07 Thread Chris Babcock
eady; send us your mail, but not your spam. HELO test 250 mx3.maildev.net Hi [10.25.201.81] [10.25.201.81]; I am so happy to meet you. MAIL FROM:<[EMAIL PROTECTED]> 250 <[EMAIL PROTECTED]>, sender OK - how exciting to get mail from you! RCPT TO:<[EMAIL PROTECTED]> 550 Relayin

Re: authnull plugin in config.sample/plugins enables relaying?

2007-10-20 Thread Charlie Brady
On Mon, 24 Sep 2007, Ask Bj?rn Hansen wrote: On Sep 23, 2007, at 9:35 PM, Sydney Bogaert wrote: The problem I think is that this config is found in the .tar.gz file, the file that most people download and install as is... Yeah, I'm thinking of rolling a 0.41 with the changes we have now.

new release WAS authnull plugin in config.sample/plugins enables relaying?

2007-09-25 Thread JT Moree
Matt Sergeant wrote: > Ask Bjørn Hansen wrote: >> >> On Sep 23, 2007, at 9:35 PM, Sydney Bogaert wrote: >> >>> The problem I think is that this config is found in the .tar.gz file, >>> the file that most people download and install as is... >> >> Yeah, I'm thinking of rolling a 0.41 with the change

Re: authnull plugin in config.sample/plugins enables relaying?

2007-09-24 Thread Matt Sergeant
Ask Bjørn Hansen wrote: On Sep 23, 2007, at 9:35 PM, Sydney Bogaert wrote: The problem I think is that this config is found in the .tar.gz file, the file that most people download and install as is... Yeah, I'm thinking of rolling a 0.41 with the changes we have now. +1

Re: authnull plugin in config.sample/plugins enables relaying?

2007-09-24 Thread Ask Bjørn Hansen
On Sep 23, 2007, at 9:35 PM, Sydney Bogaert wrote: The problem I think is that this config is found in the .tar.gz file, the file that most people download and install as is... Yeah, I'm thinking of rolling a 0.41 with the changes we have now. - ask -- http://develooper.com/ - http://ask

RE: authnull plugin in config.sample/plugins enables relaying?

2007-09-23 Thread Sydney Bogaert
> > > Would it not be a good idea to remove the authnull plugin from the > > "default" install to avoid this? > > Yup, it's gone from svn trunk (since a day or two ago). > > - ask > > -- > http://develooper.com/ - http://askask.com/ > The problem I think is that this config is found in the .

Re: authnull plugin in config.sample/plugins enables relaying?

2007-09-23 Thread Ask Bjørn Hansen
On Sep 23, 2007, at 13:18, Angelo Brigante Jr. wrote: Would it not be a good idea to remove the authnull plugin from the "default" install to avoid this? Yup, it's gone from svn trunk (since a day or two ago). - ask -- http://develooper.com/ - http://askask.com/

Re: authnull plugin in config.sample/plugins enables relaying?

2007-09-23 Thread Charlie Brady
On Sun, 23 Sep 2007, Angelo Brigante Jr. wrote: Would it not be a good idea to remove the authnull plugin from the "default" install to avoid this? Please see: http://www.nntp.perl.org/group/perl.qpsmtpd/2007/09/msg7373.html

Re: authnull plugin in config.sample/plugins enables relaying?

2007-09-23 Thread James Turnbull
Angelo Brigante Jr. wrote: > > Would it not be a good idea to remove the authnull plugin from the > "default" install to avoid this? It's been done - Ask removed it recently - see revision #793. Regards James Turnbull -- James Turnbull <[EMAIL PROTECTED]> --- Author of Pro Nagios 2.0 (http://

authnull plugin in config.sample/plugins enables relaying?

2007-09-23 Thread Angelo Brigante Jr.
checking of the logs, every incoming connection that issued the "AUTH LOGIN" command was automatically authenticated, thus allowing relaying. Apparantly this is the intended behavior of the "proof of concept" authnull plugin. I installed qpsmtpd based on the quick install instr

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
henticates anyone no matter what they type. So in answer to your question, yes. I only noticed that it was relaying because of the large queue to addresses that didn't exist. > > Perhaps the trunk plugin config should have them commented out, as this > > is probably not what anyo

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 > configu

Re: Theory behind rcpt_ok doing relaying check?

2007-09-07 Thread Matt Sergeant
On 6-Sep-07, at 8:29 PM, Robert Spier wrote: Some of this will be easier to fix if if let plugins register to be run "first" and "last". Eeep. No. I like the strict ordering guarantees given by the config file. The first/last stuff ends up just being a morass. Yes, if you want that, use $

Re: Theory behind rcpt_ok doing relaying check?

2007-09-06 Thread Robert Spier
> > Some of this will be easier to fix if if let plugins register to be > run "first" and "last". Eeep. No. I like the strict ordering guarantees given by the config file. The first/last stuff ends up just being a morass.

Re: Theory behind rcpt_ok doing relaying check?

2007-09-06 Thread John Levine
>Isn't it mostly a matter of poor naming ? Only partly, a lot is you need ... >The plan is, eventually, to have proper APIs and plugin hooks for >some of the things notes are used for now (whitelists, user >information, ). Yeah. For example, I have several plugins that check something e

Re: Theory behind rcpt_ok doing relaying check?

2007-09-06 Thread Chris Garrigues
> From: =?ISO-8859-1?Q?Ask_Bj=F8rn_Hansen?= <[EMAIL PROTECTED]> > Date: Thu, 6 Sep 2007 00:49:06 -0700 > > > On Sep 5, 2007, at 3:27 PM, Chris Garrigues wrote: > > > okay...you've demonstrated that the other more sensible way works > > fine...so why > > does the default distribution do it the

Re: Roll your own vs. default distro (was: Theory behind rcpt_ok doing relaying check?)

2007-09-06 Thread Chris Garrigues
> From: Johan Almqvist <[EMAIL PROTECTED]> > Date: Thu, 06 Sep 2007 09:33:33 +0200 > > Chris Garrigues wrote: > > Two weeks into membership on this list and I'm beginning to realize that > > the > > design of plugins is utterly chaotic. Since we're at 0.40, I guess that's > > okay, but by 1.0

Re: Theory behind rcpt_ok doing relaying check?

2007-09-06 Thread Ask Bjørn Hansen
On Sep 5, 2007, at 3:27 PM, Chris Garrigues wrote: okay...you've demonstrated that the other more sensible way works fine...so why does the default distribution do it the way it does? Isn't it mostly a matter of poor naming ? Those plugins were some of the first ones when we weren't so w

Roll your own vs. default distro (was: Theory behind rcpt_ok doing relaying check?)

2007-09-06 Thread Johan Almqvist
Chris Garrigues wrote: Two weeks into membership on this list and I'm beginning to realize that the design of plugins is utterly chaotic. Since we're at 0.40, I guess that's okay, but by 1.0 I hope it's no longer true. Is there a roadmap which states when along the way the distribution will i

Re: Theory behind rcpt_ok doing relaying check?

2007-09-05 Thread Chris Garrigues
> From: "Peter J. Holzer" <[EMAIL PROTECTED]> > Date: Wed, 5 Sep 2007 23:36:37 +0200 > > > Why doesn't rcpt_ok just return(OK) and the logic for testing rcpthosts get > > moved to check_relay? > > Have a look at > http://svn.perl.org/viewcvs/qpsmtpd/contrib/hjp/rcpt_accept/rcpt_accept?view=mark

Re: Theory behind rcpt_ok doing relaying check?

2007-09-05 Thread Peter J. Holzer
I thought I'd try to understand why > messages which will be denied due to relaying are even touching my greylist. > > After all, check_relay is up near the top of my plugins file. > > So, I determined that all check_relay does is to set the relay_client flag > and > a te

Theory behind rcpt_ok doing relaying check?

2007-09-05 Thread Chris Garrigues
I just noticed some entries in my greylist for mail from the outside world destined for domains that aren't mine and thought "Oh oh, am I an open relay?" I quickly determined that I'm not, so I thought I'd try to understand why messages which will be denied due to rela

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

Relaying problem

2007-08-31 Thread qpsmtpdfrose . 20 . ftumsh
Lo, 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 like the ones below and have no idea where they come

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

Relaying to external server

2007-08-14 Thread vvitkov
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 like early talker, dnsbl and some

Re: error when relaying email from qpsmtpd

2006-06-22 Thread John Peacock
ng the external SMTP server the ability to relay to a completely external domain (yahoo.ca). If you want to do this (and I'm still not sure I understand why the external server doesn't just do the external relaying on its own), you will have to rewrite the smtp-forward to use SMTP AUTH

error when relaying email from qpsmtpd

2006-06-22 Thread [EMAIL PROTECTED]
One example: The sender is one user of virtual host. The recipient is yahoo.ca. When smtp-forward plugin is used to forward to another smtp server in local network, Qpsmtp got error: 24825 Plugin queue::smtp_2dforward, hook queue returned DECLINED, Unable to queue message () 24825 451 Unabl

Re: Relaying with tls

2006-01-04 Thread Robin Bowes
t properly, and then by the time we get to the > tls plugin, most of the connection settings are just gone. > > >>Also, this shouldn't cause relaying to be denied if relay_client is set, >>should it? > > > That's another of the connection values th

Re: Relaying with tls

2006-01-03 Thread John Peacock
are just gone. > Also, this shouldn't cause relaying to be denied if relay_client is set, > should it? That's another of the connection values that has gone missing. I'm going to scatter Data::Dumper->Dump()'s throughout the core to see where the connection informati

Re: Relaying with tls

2006-01-03 Thread Robin Bowes
gt; remote_info > +relay_client > ), > )); > $self->qp->reset_transaction; Yup. Just tried this again with the same result - I still get relaying denied. I checked the return values in the adaptive logging program and I see that rel

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 a

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.c

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 t

Relaying with tls

2006-01-03 Thread Robin Bowes
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'm using swaks for testing. Here's a couple of sample runs (I've replaced my email address and the hostname): [EMAIL PROTECTED] ~]# swaks --ser

Re: session->relaying instead of transaction->relaying?

2004-09-03 Thread Michael Holzt
('authmethod', 'pop-before-smtp'); In any case the plugin will return 'DECLINED'. Now i'm still not happy with the $ENV{'RELAYCLIENT'} = ''; part, because in my opinion using an environment variable to signal relaying to the rest of qpsmtpd is bad pra

Re: session->relaying instead of transaction->relaying?

2004-09-03 Thread Michael Holzt
> I suspect because the only time the code cares about whether this > transaction is permitted to relay is at FROM. I guess you mean at 'RCPT TO'. > a) the mail will be accepted for local delivery (and it isn't really > relaying) Hmm. My intention is to be able to l

Re: session->relaying instead of transaction->relaying?

2004-09-03 Thread John Peacock
Michael Holzt wrote: Why is the relaying flag on transaction level anyway? I suspect because the only time the code cares about whether this transaction is permitted to relay is at FROM. Once you receive the FROM line, you have all of the information needed to decide whether this e-mail should

session->relaying instead of transaction->relaying? (was: Re: New plugin 'maillog')

2004-09-03 Thread Michael Holzt
> Transaction notes are cleared at MAIL FROM. You need to use connection > notes. Ok, this leads to another problem/question. We store the allowance to relay in transaction->relaying. But because this seems to be cleared as well, modules like Auth.pm can not use this, but have to

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

Relaying (again)

2004-06-11 Thread Matt Sergeant
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've

Re: Selective relaying

2003-10-16 Thread gabriel russell
This is a little broken in that one of the functions of relay-ctrl-check was to make sure that the file wasn't more the fifteen minutes old. If it was it was delete the file and not allow relaying. This code won't clean up old ip addresses and potentially allow them to relay foreve

Re: Selective relaying

2003-09-01 Thread Reuven M. Lerner
> "Matt" == Matt Sergeant <[EMAIL PROTECTED]> writes: Matt> There was a recent thread about this here: Matt> http://nntp.x.perl.org/group/perl.qpsmtpd/460 and more OK, I gotta say that this is by far the easiest mail-hacking system that I've ever laid my hands on. Wow! The majority

Re: Selective relaying

2003-08-31 Thread Matt Sergeant
On Sunday, 31 August 2003, at 18:05, Reuven M. Lerner wrote: I just discovered qpsmtpd in the last 48 hours, and I'm extremely impressed. Kudos to the developers of this amazing package! There's only one thing stopping me from switching 100 percent over to qpsmtpd, and that's my mobility: I want

Selective relaying

2003-08-31 Thread Reuven M. Lerner
I just discovered qpsmtpd in the last 48 hours, and I'm extremely impressed. Kudos to the developers of this amazing package! There's only one thing stopping me from switching 100 percent over to qpsmtpd, and that's my mobility: I want to be able to relay my mail via the qmail SMTP server on my c

Pop before SMTP relaying with courier-imap, qpsmtpd?

2002-11-26 Thread Michael T. Halligan
Does anybody know of any working solutions for this, or any good way of dynamic relay access without making all of our users have to configure smtpauth? -- --- Michael T. Halligan Chief Geek Halligan Infrastructure Designs. 2250 Jerrold Ave #11 San Francisco, CA 94124 (415

Re: Relaying?

2002-10-13 Thread Ask Bjoern Hansen
ected to localhost. > Escape character is '^]'. > 220 rander.dk ESMTP qpsmtpd 0.12-dev ready; send us your mail, but not your > [...] > rcpt to: [address] > 450 Could not determine of relaying is allowed I changed the error message to "No plugin decided if relaying is allowe

Relaying?

2002-10-13 Thread Rander
pt to: [address] 450 Could not determine of relaying is allowed where address is a local address... What exactly is going wrong here? It seems to me that not everything is started correctly, as I can see in log/run that it should create a main-directory for the log when qbsmtpd is started, but it d