spf-discuss
[Top] [All Lists]

SRS in .forward and reversing in /etc/aliases

2004-02-17 16:49:32
On Tue, Feb 17, 2004 at 09:26:57AM -0600, mw-list-spf-discuss(_at_)csi(_dot_)hu 
wrote:
| But why not focus on the really fundamental problems:  
| 
| 1) How do you propose to handle users' forwarding from .forward or
|    .qmail files (as opposed to relaying)?

.forward before: final(_at_)destination(_dot_)com
.forward after:  "|/usr/bin/srs --secret=/etc/srs.secret 
final(_at_)destination(_dot_)com"

| 2) How do you propose to handle SRS in case of multiple incoming and
|    outgoing servers?

Each server has to know the SRS secret(s).

/etc/aliases:

srs0:     "|/usr/bin/srs -reverse --secret=/etc/srs.secret"
srs1:     "|/usr/bin/srs -reverse --secret=/etc/srs.secret"

The above proposed "srs" syntax is just one possible form.