|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] SMTP & Posting to PLUG (was SMTP Crud something)
|
> 1.) Configure your MTA so that you are a trusted user; your MTA will not
> generate the Sender: headers in this case. For example, if you use
> Exim, you'd want to set the trusted_users variable to a colon-separated
> list of users who are to be trusted to set their own From: headers. I
> forget how to do it with Sendmail; I do know that Debian's
> sendmailconfig program will ask you for trusted users.
I just realized today that this must be causing my messages to not get
delivered to plug. In addition to setting trusted_users in exim.conf, i
also added:
headers_remove = "sender"
headers_add = "Sender: $header_from:"
in the remote_smtp: section, since adding my username to trusted_users
wasn't enough. i am theorizing that this may be due to either the fact
that pine's "from" field might be funky when setting up roles, or possibly
my using a smarthost for actually delivering stuff. i am not really sure.
-kevin
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
(kevin mudrick) (kevin@furhurts.com) (www.bleachedwhale.com)
pgp key available at http://www.bleachedwhale.com/kevinGPG.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Would you prepared if gravity reversed itself? The only thing I
can't figure out is how to keep the change in my pockets.
I've got it! Nudity!"
- Chris Knight (Val Kilmer), Real Genius
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|