PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > Ability to Accept Mail Selectively for Each Destination User?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

Ability to Accept Mail Selectively for Each Destination User?

Réponse
 
LinkBack Outils de la discussion
Vieux 20/09/2006, 18h24   #1
Will
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Ability to Accept Mail Selectively for Each Destination User?

Is there a sendmail style mailer, preferably implemented for Windows, that
allows you to selectively pick which mail domains or mail users can send
mail to each specific userid? For example, we have an account set up for
private correspondence on billing issues with trusted partners. I want to
be able to specify that this one email billing@mysite.com can receive email
from:

trustedpartner1.com
trustedpartner2.com
mysite.com

Everything else would be rejected, but just for that one email address.

I would like to find a way to do this through a GUI that is well defined for
this purpose and not through hacks to sendmail config files.

--
Will


  Réponse avec citation
Vieux 20/09/2006, 20h58   #2
Michael Heiming
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Ability to Accept Mail Selectively for Each Destination User?

In comp.mail.sendmail Will <DELETE_westes@earthbroadcast.com>:
> Is there a sendmail style mailer, preferably implemented for Windows, that
> allows you to selectively pick which mail domains or mail users can send
> mail to each specific userid? For example, we have an account set up for
> private correspondence on billing issues with trusted partners. I want to
> be able to specify that this one email billing@mysite.com can receive email
> from:


> trustedpartner1.com
> trustedpartner2.com
> mysite.com


> Everything else would be rejected, but just for that one email address.


Sounds like an easy job for procmail, which is usually the
standard sendmail LDA. No windoze here, sorry.

> I would like to find a way to do this through a GUI that is well defined for
> this purpose and not through hacks to sendmail config files.


Why would you want a GUI, to edit .procmailrc?

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 285: Telecommunications is upgrading.
  Réponse avec citation
Vieux 20/09/2006, 23h05   #3
Will
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Ability to Accept Mail Selectively for Each Destination User?

"Michael Heiming" <michael+USENET@www.heiming.de> wrote in message
news:l3j8u3-qhc.ln1@news.heiming.de...
> In comp.mail.sendmail Will <DELETE_westes@earthbroadcast.com>:
> > Is there a sendmail style mailer, preferably implemented for Windows,

that
> > allows you to selectively pick which mail domains or mail users can send
> > mail to each specific userid? For example, we have an account set up

for
> > private correspondence on billing issues with trusted partners. I want

to
> > be able to specify that this one email billing@mysite.com can receive

email
> > from:

>
> > trustedpartner1.com
> > trustedpartner2.com
> > mysite.com

>
> > Everything else would be rejected, but just for that one email address.

>
> Sounds like an easy job for procmail, which is usually the
> standard sendmail LDA. No windoze here, sorry.


Would procmail also work for "steering" a particular sender's e-mails to a
different destination? For example, we have some salespeople whose offers
we want to see, but no matter how many times I tell them they send the
e-mail to the wrong e-mail alias. For such cases I would like a rule that
says:

email from joe@company.com to: salespeople@mysite.com redirected to:
material-for-sale@mysite.com


> > I would like to find a way to do this through a GUI that is well defined

for
> > this purpose and not through hacks to sendmail config files.

>
> Why would you want a GUI, to edit .procmailrc?


I want this so that less sophisticated administrators can do the grunt work.
I don't want to deal with someone who isn't a critical reader and whose
syntax error takes down the entire process.

--
Will



  Réponse avec citation
Vieux 21/09/2006, 06h00   #4
Michael Heiming
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Ability to Accept Mail Selectively for Each Destination User?

In comp.mail.sendmail Will <westes-usc@noemail.nospam>:
> "Michael Heiming" <michael+USENET@www.heiming.de> wrote in message
> news:l3j8u3-qhc.ln1@news.heiming.de...
>> In comp.mail.sendmail Will <DELETE_westes@earthbroadcast.com>:
>> > Is there a sendmail style mailer, preferably implemented for Windows,

> that
>> > allows you to selectively pick which mail domains or mail users can send
>> > mail to each specific userid? For example, we have an account set up

> for
>> > private correspondence on billing issues with trusted partners. I want

> to
>> > be able to specify that this one email billing@mysite.com can receive

> email
>> > from:


>> > trustedpartner1.com
>> > trustedpartner2.com
>> > mysite.com


>> > Everything else would be rejected, but just for that one email address.


>> Sounds like an easy job for procmail, which is usually the
>> standard sendmail LDA. No windoze here, sorry.


> Would procmail also work for "steering" a particular sender's
> e-mails to a different destination? For example, we have some
> salespeople whose offers we want to see, but no matter how many
> times I tell them they send the e-mail to the wrong e-mail
> alias. For such cases I would like a rule that says:


> email from joe@company.com to: salespeople@mysite.com
> redirected to: material-for-sale@mysite.com


One wouldn't use procmail in the first place...However what you
are going to do sounds pretty illegal...

>> > I would like to find a way to do this through a GUI that is
>> > well defined

[..]
>> Why would you want a GUI, to edit .procmailrc?


> I want this so that less sophisticated administrators can do
> the grunt work. I don't want to deal with someone who isn't a
> critical reader and whose syntax error takes down the entire
> process.


Dunno about a windows GUI to configure procmail, albeit you could
probably use webmin for as (http) frontend.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 188: ..disk or the processor is on fire.
  Réponse avec citation
Vieux 21/09/2006, 07h21   #5
Will
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Ability to Accept Mail Selectively for Each Destination User?

"Michael Heiming" <michael+USENET@www.heiming.de> wrote in message
news:tsi9u3-b23.ln1@news.heiming.de...
> > email from joe@company.com to: salespeople@mysite.com
> > redirected to: material-for-sale@mysite.com

>
> One wouldn't use procmail in the first place...However what you
> are going to do sounds pretty illegal...


That was a bizarre comment. What law saws that a domain owner cannot
redirect its incoming mail to whatever place it wants?

--
Will



  Réponse avec citation
Vieux 21/09/2006, 09h53   #6
Michael Heiming
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Ability to Accept Mail Selectively for Each Destination User?

In comp.mail.sendmail Will <westes-usc@noemail.nospam>:
> "Michael Heiming" <michael+USENET@www.heiming.de> wrote in message
> news:tsi9u3-b23.ln1@news.heiming.de...
>> > email from joe@company.com to: salespeople@mysite.com
>> > redirected to: material-for-sale@mysite.com


>> One wouldn't use procmail in the first place...However what you
>> are going to do sounds pretty illegal...


> That was a bizarre comment. What law saws that a domain owner cannot
> redirect its incoming mail to whatever place it wants?


It sounded like outgoing mail not incoming from your initial
description. Secrecy of telecommunications laws might disallow
this depending on your country.

However, incoming can be redirected through procmail or even
virtusertable.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 212: Of course it doesn't work. We've performed
a software upgrade.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h22.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16463 seconds with 14 queries