This is a discussion on Blocking Outgoing within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; How would I block outgoing mail whose From: is not a specific domain name? TIA!...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Tyrone Slothrop wrote:
> How would I block outgoing mail whose From: is not a specific domain > name? > > TIA! Why not block it when it is coming in? use the mxcheck patch which will check whether the sender's domain is a "valid" or existing domain. once the email is in your queue, the only thing that is important is the recipients' email address. AK |
|
|||
|
On Thu, 01 Jun 2006 01:58:43 -0400, AK <aktrader2@excite.com> wrote:
>Tyrone Slothrop wrote: > >> How would I block outgoing mail whose From: is not a specific domain >> name? >> >> TIA! > >Why not block it when it is coming in? use the mxcheck patch which will >check whether the sender's domain is a "valid" or existing domain. > >once the email is in your queue, the only thing that is important is the >recipients' email address. > >AK Where can I find this patch? Couldn't find anything that was Qmail specific. |
|
|||
|
Tyrone Slothrop wrote:
> On Thu, 01 Jun 2006 01:58:43 -0400, AK <aktrader2@excite.com> wrote: > > >>Tyrone Slothrop wrote: >> >> >>>How would I block outgoing mail whose From: is not a specific domain >>>name? >>> >>>TIA! >> >>Why not block it when it is coming in? use the mxcheck patch which will >>check whether the sender's domain is a "valid" or existing domain. >> >>once the email is in your queue, the only thing that is important is the >>recipients' email address. >> >>AK > > > Where can I find this patch? Couldn't find anything that was Qmail > specific. http://www.qmail.org There are differnet patches available. mxcheck, qregex, see the net-qmail distro which is the stock qmail with certain patches applied. AK |
|
|||
|
On Fri, 02 Jun 2006 21:54:40 -0400, AK <aktrader2@excite.com> wrote:
>Tyrone Slothrop wrote: > >> On Thu, 01 Jun 2006 01:58:43 -0400, AK <aktrader2@excite.com> wrote: >> >> >>>Tyrone Slothrop wrote: >>> >>> >>>>How would I block outgoing mail whose From: is not a specific domain >>>>name? >>>> >>>>TIA! >>> >>>Why not block it when it is coming in? use the mxcheck patch which will >>>check whether the sender's domain is a "valid" or existing domain. >>> >>>once the email is in your queue, the only thing that is important is the >>>recipients' email address. >>> >>>AK >> >> >> Where can I find this patch? Couldn't find anything that was Qmail >> specific. > >http://www.qmail.org > >There are differnet patches available. mxcheck, qregex, see the >net-qmail distro which is the stock qmail with certain patches applied. > >AK I am here: http://www.qmail.org/top.html I do not see an mxcheck on this page. Is there something I am missing? The qregex page is inaccessible at the moment. |
|
|||
|
Tyrone Slothrop wrote:
> On Fri, 02 Jun 2006 21:54:40 -0400, AK <aktrader2@excite.com> wrote: > > >>Tyrone Slothrop wrote: >> >> >>>On Thu, 01 Jun 2006 01:58:43 -0400, AK <aktrader2@excite.com> wrote: >>> >>> >>> >>>>Tyrone Slothrop wrote: >>>> >>>> >>>> >>>>>How would I block outgoing mail whose From: is not a specific domain >>>>>name? >>>>> >>>>>TIA! >>>> >>>>Why not block it when it is coming in? use the mxcheck patch which will >>>>check whether the sender's domain is a "valid" or existing domain. >>>> >>>>once the email is in your queue, the only thing that is important is the >>>>recipients' email address. >>>> >>>>AK >>> >>> >>>Where can I find this patch? Couldn't find anything that was Qmail >>>specific. >> >>http://www.qmail.org >> >>There are differnet patches available. mxcheck, qregex, see the >>net-qmail distro which is the stock qmail with certain patches applied. >> >>AK > > > I am here: > http://www.qmail.org/top.html > > I do not see an mxcheck on this page. Is there something I am > missing? The qregex page is inaccessible at the moment. Oops, typo. mfcheck is the patch. http://js.hu/package/qmail/index.html http://js.hu/package/qmail/qmail-1.03-mfcheck.4.patch qregex from freshmeat http://freshmeat.net/projects/qregex/ You would need to alter the code after the application to make qregex case insencitive. AK |
|
|||
|
On Sat, 03 Jun 2006 07:59:11 -0400, AK <aktrader2@excite.com> wrote:
>Tyrone Slothrop wrote: > >> On Fri, 02 Jun 2006 21:54:40 -0400, AK <aktrader2@excite.com> wrote: >> >> >>>Tyrone Slothrop wrote: >>> >>> >>>>On Thu, 01 Jun 2006 01:58:43 -0400, AK <aktrader2@excite.com> wrote: >>>> >>>> >>>> >>>>>Tyrone Slothrop wrote: >>>>> >>>>> >>>>> >>>>>>How would I block outgoing mail whose From: is not a specific domain >>>>>>name? >>>>>> >>>>>>TIA! >>>>> >>>>>Why not block it when it is coming in? use the mxcheck patch which will >>>>>check whether the sender's domain is a "valid" or existing domain. >>>>> >>>>>once the email is in your queue, the only thing that is important is the >>>>>recipients' email address. >>>>> >>>>>AK >>>> >>>> >>>>Where can I find this patch? Couldn't find anything that was Qmail >>>>specific. >>> >>>http://www.qmail.org >>> >>>There are differnet patches available. mxcheck, qregex, see the >>>net-qmail distro which is the stock qmail with certain patches applied. >>> >>>AK >> >> >> I am here: >> http://www.qmail.org/top.html >> >> I do not see an mxcheck on this page. Is there something I am >> missing? The qregex page is inaccessible at the moment. > > >Oops, typo. mfcheck is the patch. > >http://js.hu/package/qmail/index.html >http://js.hu/package/qmail/qmail-1.03-mfcheck.4.patch > >qregex from freshmeat http://freshmeat.net/projects/qregex/ >You would need to alter the code after the application to make qregex >case insencitive. > >AK Ah, found it! Thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|