View previous topic :: View next topic |
Author |
Message |
acc.johnson n00b
Joined: 21 Mar 2005 Posts: 57
|
|
Back to top |
|
|
acc.johnson n00b
Joined: 21 Mar 2005 Posts: 57
|
Posted: Sat Mar 18, 2006 5:06 pm Post subject: Solved |
|
|
I tried `sendmail -v somebody@somewhere.domain
and postifx correctly re-wrote localuser@localhost.localdomain to
realuser@realhost.realdomain
In squirrelmail's personal information plugin
there's a setting for email address and replay-to address.
The values I had for those weren't being looked up in my
generic db.
So I added to my generic translation table lines like the following
localuser@localdomain realuser@realhost.realdomain
localuser@localhost.localdomain realuser@realhost.realdomain
And I removed lines like
localuser@localdomain realuser+localuser@realhost.realdomain
because although verizon correctly sends emails addressed to
realuser+localuser@realhost.realdomain
it apparently rejects mail with headers with email & reply-to containing
the +localuser format. |
|
Back to top |
|
|
|