Re: [Mailman-Users] From Address for 'mailpasswds'

2019-06-07 Thread Mark Sapiro
On 6/7/19 4:49 AM, Dennis Putnam wrote:
> Thanks. That is what I need to override. How do I do that?
> 


To override the From: address, at lines 220.. in cron/mailpasswds you
will see

msg = Message.UserNotification(
addr, siteowner,

change siteowner to the literal address you want in quotes as

msg = Message.UserNotification(
addr, 'fromu...@example.com',

To override the envelope sender, at lines 235.. you will see

msg.send(sitelist, **{'errorsto': sitebounce,
  '_nolist' : 1,
  'verp':
mm_cfg.VERP_PASSWORD_REMINDERS,
  })


('verp' line in this email is wrapped - don't change that)  Add a line
to set 'envsender' to the address you want as in

msg.send(sitelist, **{'errorsto': sitebounce,
  'envsender': 'sen...@example.com',
  '_nolist' : 1,
  'verp':
mm_cfg.VERP_PASSWORD_REMINDERS,
  })


-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From Address for 'mailpasswds'

2019-06-07 Thread Dennis Putnam
Thanks. That is what I need to override. How do I do that?

On 6/7/2019 4:25 AM, mailman-admin wrote:
> Am 05.06.19 um 20:18 schrieb Dennis Putnam:
>> Hi Mark,
>>
>> After looking at this a bit I have a question. Are the strings 'owner',
>> 'request' and 'bounces' appended to the list name?
>>
>> list1-owner@domain
>> list1-request@domain
>> list1-bounces@domain
>>
> yes.
>
>
> Kind regards,
> Christian Mack
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe: 
> https://mail.python.org/mailman/options/mailman-users/dap1%40bellsouth.net
>




signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From Address for 'mailpasswds'

2019-06-07 Thread mailman-admin
Am 05.06.19 um 20:18 schrieb Dennis Putnam:
> Hi Mark,
> 
> After looking at this a bit I have a question. Are the strings 'owner',
> 'request' and 'bounces' appended to the list name?
> 
> list1-owner@domain
> list1-request@domain
> list1-bounces@domain
> 

yes.


Kind regards,
Christian Mack
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From Address for 'mailpasswds'

2019-06-05 Thread Dennis Putnam
Hi Mark,

After looking at this a bit I have a question. Are the strings 'owner',
'request' and 'bounces' appended to the list name?

list1-owner@domain
list1-request@domain
list1-bounces@domain

On 6/5/2019 1:21 PM, Mark Sapiro wrote:
> On 6/5/19 8:55 AM, Dennis Putnam wrote:
>> I am trying to send a monthly reminder using 'mailman
>> /usr/lib/mailman/cron/mailpasswds'. However, the messages bounce due to
>> an invalid from address. How can I change the script to use a valid from
>> address? Thanks.
>
> Why is the From: invalid? it is the site list -owner address and the
> envelope is from the site list -bounces address. These should be
> deliverable addresses. There is a potential issue with virtual domains
> in that the domain of these addresses can be the virtual host domain and
> the address may not be valid in that domain.
>
> We currently add the site list address in each virtual domain in
> POSTFIX_STYLE_VIRTUAL_DOMAINS to the generated virtual-mailman file, but
> we don't add the -owner and -bounces addresses. I'll fix that. See
> .
>
> As far as changing these addresses is concerned, at lines 197-199 in the
> script you'll see
>
> siteowner = Utils.get_site_email(host, 'owner')
> sitereq = Utils.get_site_email(host, 'request')
> sitebounce = Utils.get_site_email(host, 'bounces')
>
> You could replace host in these lines with the literal host name which
> is valid for the site list in quotes like 'example.com'.
>
>
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe: 
> https://mail.python.org/mailman/options/mailman-users/dap1%40bellsouth.net



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From Address for 'mailpasswds'

2019-06-05 Thread Dennis Putnam
Hi Mark,

I am using U-Verse which means the domain and from address of my Linux
server are fake. I tried setting up translation in Postfix (generic) but
it does not seem to work for this particular address. I'll try your
suggestion. Thanks.

On 6/5/2019 1:21 PM, Mark Sapiro wrote:
> On 6/5/19 8:55 AM, Dennis Putnam wrote:
>> I am trying to send a monthly reminder using 'mailman
>> /usr/lib/mailman/cron/mailpasswds'. However, the messages bounce due to
>> an invalid from address. How can I change the script to use a valid from
>> address? Thanks.
>
> Why is the From: invalid? it is the site list -owner address and the
> envelope is from the site list -bounces address. These should be
> deliverable addresses. There is a potential issue with virtual domains
> in that the domain of these addresses can be the virtual host domain and
> the address may not be valid in that domain.
>
> We currently add the site list address in each virtual domain in
> POSTFIX_STYLE_VIRTUAL_DOMAINS to the generated virtual-mailman file, but
> we don't add the -owner and -bounces addresses. I'll fix that. See
> .
>
> As far as changing these addresses is concerned, at lines 197-199 in the
> script you'll see
>
> siteowner = Utils.get_site_email(host, 'owner')
> sitereq = Utils.get_site_email(host, 'request')
> sitebounce = Utils.get_site_email(host, 'bounces')
>
> You could replace host in these lines with the literal host name which
> is valid for the site list in quotes like 'example.com'.
>
>
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe: 
> https://mail.python.org/mailman/options/mailman-users/dap1%40bellsouth.net



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From Address for 'mailpasswds'

2019-06-05 Thread Mark Sapiro
On 6/5/19 8:55 AM, Dennis Putnam wrote:
> I am trying to send a monthly reminder using 'mailman
> /usr/lib/mailman/cron/mailpasswds'. However, the messages bounce due to
> an invalid from address. How can I change the script to use a valid from
> address? Thanks.


Why is the From: invalid? it is the site list -owner address and the
envelope is from the site list -bounces address. These should be
deliverable addresses. There is a potential issue with virtual domains
in that the domain of these addresses can be the virtual host domain and
the address may not be valid in that domain.

We currently add the site list address in each virtual domain in
POSTFIX_STYLE_VIRTUAL_DOMAINS to the generated virtual-mailman file, but
we don't add the -owner and -bounces addresses. I'll fix that. See
.

As far as changing these addresses is concerned, at lines 197-199 in the
script you'll see

siteowner = Utils.get_site_email(host, 'owner')
sitereq = Utils.get_site_email(host, 'request')
sitebounce = Utils.get_site_email(host, 'bounces')

You could replace host in these lines with the literal host name which
is valid for the site list in quotes like 'example.com'.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] From Address for 'mailpasswds'

2019-06-05 Thread Dennis Putnam
I am trying to send a monthly reminder using 'mailman
/usr/lib/mailman/cron/mailpasswds'. However, the messages bounce due to
an invalid from address. How can I change the script to use a valid from
address? Thanks.



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] From address

2011-04-26 Thread Website Administrator
 Hi,
 
  
 
 Can you please advice why the email is going through like this? Is there 
 anyway to change this?
 
  
 
 From: hq_test-boun...@dummy.com [mailto:hq_test-boun...@dummy.com] On Behalf 
 Of Amyn Gilani
 Sent: Sunday, April 24, 2011 11:59 PM
 To: hq_t...@groups.dummy.com
 Subject: [HQ Test] New List Test
 
  
 
 Is there anyway to change the From? First choice would be the name of person 
 if not that then second would be hq_test-ow...@dummy.com ?
 
 Thanks,
 
 With Regards
 
  
 
  
 
 Amyn Gilani
 
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From address

2011-04-26 Thread Geoff Shang

On Tue, 26 Apr 2011, Website Administrator wrote:


Can you please advice why the email is going through like this? Is there anyway 
to change this?



From: hq_test-boun...@dummy.com [mailto:hq_test-boun...@dummy.com] On Behalf Of 
Amyn Gilani


It's actually going through just fine, it's the Email client which is 
displaying it wrong.  The From address will be that of the poster.


Geoff.

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] From address

2011-04-26 Thread Mark Sapiro
Geoff Shang wrote:

On Tue, 26 Apr 2011, Website Administrator wrote:

 Can you please advice why the email is going through like this? Is there 
 anyway to change this?



 From: hq_test-boun...@dummy.com [mailto:hq_test-boun...@dummy.com] On 
 Behalf Of Amyn Gilani

It's actually going through just fine, it's the Email client which is 
displaying it wrong.  The From address will be that of the poster.


See the FAQ at http://wiki.list.org/x/RoA9 for more detail and what
you can do about it.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] from address

2007-01-14 Thread Rtdos
ok, i got the mail2news gateway figured out, but now when somone posts to  
the list it shows up in the from field as the short description of the list  
rather than the usersname (both in email and in usenet); how can i correct this 
 
so that the from field shows the usersname instead?
 
Jeff
_http://www.aimpages.com/rtdos/profile.html_ 
(http://www.aimpages.com/rtdos/profile.html) 
_http://rtdos.com/mailman/listinfo_ (http://rtdos.com/mailman/listinfo) 

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] from address

2007-01-14 Thread Mark Sapiro
[EMAIL PROTECTED] wrote:

ok, i got the mail2news gateway figured out, but now when somone posts to  
the list it shows up in the from field as the short description of the list  
rather than the usersname (both in email and in usenet); how can i correct 
this  
so that the from field shows the usersname instead?


It seems that you may have General Options-anonymous_list set to Yes.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] From address format question

2006-02-21 Thread Jonathan Larsen
Why is it that in outlook, when I get an email from mail man that it puts;
[EMAIL PROTECTED] on behalf of ME [EMAIL PROTECTED]

Shouldn't it just be the listname?  Or if this is normal can someone explain
it to me.  I've been left with this duty of figuring out every odd and end
of mailman to tell my managers and they don't like the fact that it does
this.  Not that it matters to any of you but. ya.. hah anyways, any help is
much appreciated.

 

If i was a rabbit, i would ROLL... ROLL!

-Kompressor

 

Jonathan Larsen

The Awesome I.S. Dept

Questions? mail us  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Call us 801.257.5754

Fax us 801.366.5702

 

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] From address format question

2006-02-21 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jonathan Larsen wrote:
 Why is it that in outlook, when I get an email from mail man that it puts;
 [EMAIL PROTECTED] on behalf of ME [EMAIL PROTECTED]

See FAQ 2.3: From field displayed by Microsoft Outlook

http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq02.003.htp

 Shouldn't it just be the listname?  Or if this is normal can someone
 explain it to me.  I've been left with this duty of figuring out
 every odd and end of mailman to tell my managers and they don't like
 the fact that it does this.  Not that it matters to any of you but.
 ya.. hah anyways, any help is much appreciated.

What's the polite way to tell a manger that Outlook is shit and MS
insists on making life difficult for those who use their products?

:-)

- -- 
ToddOpenPGP - KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
==
Remember, there's a big difference between kneeling down and bending
over.
-- Frank Zappa

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iG0EARECAC0FAkP7a0cmGGh0dHA6Ly93d3cucG9ib3guY29tL350bXovcGdwL3Rt
ei5hc2MACgkQuv+09NZUB1qfbwCg3+1pXDbhZJjA2wEmWLueodn3gYYAoNvX90oC
eoLa9l31wQ7Wq5nNUhXJ
=DKLL
-END PGP SIGNATURE-
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] From address format question

2006-02-21 Thread Patrick Bogen
Install Thunderbird and tell him it's a code name for a new Outlook beta.

On 2/21/06, Mark Sapiro [EMAIL PROTECTED] wrote:
 Jonathan Larsen wrote:

 Why is it that in outlook, when I get an email from mail man that it puts;
 [EMAIL PROTECTED] on behalf of ME [EMAIL PROTECTED]
 
 Shouldn't it just be the listname?  Or if this is normal can someone explain
 it to me.  I've been left with this duty of figuring out every odd and end
 of mailman to tell my managers and they don't like the fact that it does
 this.


 In that case, you should probably familiarize yourself with the FAQ and
 the archives of this list.

 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


 The answer to your specific question is in FAQ 2.3

 --
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan

 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/pdbogen%40gmail.com

 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp



--
- Patrick Bogen
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] From address to virtual domain with Sendmail

2004-08-10 Thread Fran Boon
Fran Boon wrote:
 I am using mailman-2.1.5 on RedHat Enterprise 3 (Sendmail-8.12)
 I wish to configure mailman to use an alias for access: lists.dom.ain
 (This is done so that I can move the service to another machine 
later,  if I so wish)
 I have set DEFAULT_URL_HOST  DEFAULT_EMAIL_HOST to lists.dom.ain  
  the Web interface  inbound mails all work fine.
 However outgoing mails from the list appear as Sent by: 
  [EMAIL PROTECTED]
 Admin mails come From: [EMAIL PROTECTED]
 My guess is that this is more of a sendmail issue than a mailman 
  issue, but it would be nice to know whether anyone has got this 
   working.

-CUT-
I managed to get some excellent support from the sendmail-questions list.
The answer was that the lists.dom.ain was set as a CNAME.
Switching this to an 'A' record has enabled the rewriting to work as 
expected :)

Hope this is useful for the archives...
Fran.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] From address to virtual domain with Sendmail

2004-08-04 Thread Fran Boon
I am using mailman-2.1.5 on RedHat Enterprise 3 (Sendmail-8.12)
I wish to configure mailman to use an alias for access: lists.dom.ain
(This is done so that I can move the service to another machine later, 
if I so wish)
I have set DEFAULT_URL_HOST  DEFAULT_EMAIL_HOST to lists.dom.ain  the 
Web interface  inbound mails all work fine.
However outgoing mails from the list appear as Sent by: 
[EMAIL PROTECTED]
Admin mails come From: [EMAIL PROTECTED]
My guess is that this is more of a sendmail issue than a mailman issue, 
but it would be nice to know whether anyone has got this working.

To attempt to get Sendmail to change this I have added support for a 
genericstable in sendmail.mc:
FEATURE(`genericstable', `hash -o /etc/mail/genericstable.db')dnl
GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnl

I have re-expanded a new sendmail.cf  this shows the FEATURE ok.
I have set up entries in this file:
list-owner  [EMAIL PROTECTED]
list-bounces[EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
I have used makemap to create the hashed db.
Testing with sendmail -bt shows that the map is working:
 /map generics [EMAIL PROTECTED]
map_lookup: generics ([EMAIL PROTECTED]) returns 
[EMAIL PROTECTED] (0)
 /map generics list-owner
map_lookup: generics (list-owner) returns [EMAIL PROTECTED] (0)

However, mailman still sends out mails From: @host.dom.ain
What will mailman pass to the MTA? 'list-owner' or 
'[EMAIL PROTECTED]'?

Any hints greatly appreciated!
Thanks a lot,
Fran.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] From address to virtual domain with Sendmail

2004-08-04 Thread Richard Barrett
Your problem is probably  not a Sendmail issue. You might find reading 
the following FAQ entry useful, particularly under the sub-heading 
Existing versus new lists:

http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.029.htp
On 4 Aug 2004, at 09:57, Fran Boon wrote:
I am using mailman-2.1.5 on RedHat Enterprise 3 (Sendmail-8.12)
I wish to configure mailman to use an alias for access: lists.dom.ain
(This is done so that I can move the service to another machine later, 
if I so wish)
I have set DEFAULT_URL_HOST  DEFAULT_EMAIL_HOST to lists.dom.ain  
the Web interface  inbound mails all work fine.
However outgoing mails from the list appear as Sent by: 
[EMAIL PROTECTED]
Admin mails come From: [EMAIL PROTECTED]
My guess is that this is more of a sendmail issue than a mailman 
issue, but it would be nice to know whether anyone has got this 
working.

To attempt to get Sendmail to change this I have added support for a 
genericstable in sendmail.mc:
FEATURE(`genericstable', `hash -o /etc/mail/genericstable.db')dnl
GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnl

I have re-expanded a new sendmail.cf  this shows the FEATURE ok.
I have set up entries in this file:
list-owner  [EMAIL PROTECTED]
list-bounces[EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
I have used makemap to create the hashed db.
Testing with sendmail -bt shows that the map is working:
 /map generics [EMAIL PROTECTED]
map_lookup: generics ([EMAIL PROTECTED]) returns 
[EMAIL PROTECTED] (0)
 /map generics list-owner
map_lookup: generics (list-owner) returns [EMAIL PROTECTED] (0)

However, mailman still sends out mails From: @host.dom.ain
What will mailman pass to the MTA? 'list-owner' or 
'[EMAIL PROTECTED]'?

Any hints greatly appreciated!
Thanks a lot,
Fran.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-users%40python.org/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] From address to virtual domain with Sendmail

2004-08-04 Thread Fran Boon
Richard Barrett wrote:
Your problem is probably  not a Sendmail issue. You might find reading 
the following FAQ entry useful, particularly under the sub-heading 
Existing versus new lists:
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.029.htp
Thanks for the reply Richard, but unfortunately it's not that simple :/
Have tried re-running the fix_url utility, but to no avail...
F
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] From Address and non-member posts

2004-07-01 Thread Yogesh Subhash Talekar
But suppose I really want to make sure that all recepients get the mail.
Then how can I detect that mail delivery has failed for some users?

It will simply keep me in dark and I may never know that someone is not
getting any announcement!

any advice??

--yogesh


 * Yogesh Subhash Talekar [EMAIL PROTECTED]:
 hi

 two questions:

 1. When I post to my mailming list the From address comes like
 [EMAIL PROTECTED]. Why can't I have the from address as the
 address of the sender?

 Because that's where bounces go, and you want automatic unsubscription
 to work, don't you?

 --
 Ralf Hildebrandt (Im Auftrag des Referat V a)
 [EMAIL PROTECTED]
 Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450
 570-155
 Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450
 570-916
 IT-Zentrum Standort Campus Mitte  AIM.
 ralfpostfix



--yogesh


One RAID to backup them all, one RAID to find them, one RAID to bring them
all and in the darkness bind them.



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] From Address and non-member posts

2004-06-30 Thread Yogesh Subhash Talekar
hi

two questions:

1. When I post to my mailming list the From address comes like
[EMAIL PROTECTED]. Why can't I have the from address as the
address of the sender?

2. I want the posts from non-members to go through successfully and
without moderation? How to do it from command line?

Also, I want to make sure that non-members do not become memebers when
they post mails !

Thanks in advance.

--yogesh


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Ralf Hildebrandt
* Yogesh Subhash Talekar [EMAIL PROTECTED]:
 hi
 
 two questions:
 
 1. When I post to my mailming list the From address comes like
 [EMAIL PROTECTED]. Why can't I have the from address as the
 address of the sender?

Because that's where bounces go, and you want automatic unsubscription
to work, don't you?
 
-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-916
IT-Zentrum Standort Campus Mitte  AIM.  ralfpostfix

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Brad Knowles
At 5:16 PM +0100 2004-06-30, Ian A B Eiloart wrote:
  1. When I post to my mailming list the From address comes like
  [EMAIL PROTECTED]. Why can't I have the from address as
  the address of the sender?
 Because that's where bounces go, and you want automatic unsubscription
 to work, don't you?
 And, as a subscriber, I don't want all the bounce messages coming to me!
  As Ralf says, let mailman see the bounces and deal with them.
 No, that's wrong. The question was about the From: address. Bounces
 go to the Sender: address. The from address has to be the person who
 composed the message. The sender address is the agent that sent it to
 the recipient.
	There is the header From: field, and then there is the envelope 
sender address.  The latter is sometimes indicated as something like:

From [EMAIL PROTECTED]
	In particular, note the lack of a colon after the word From. 
This is sometimes indicated as the From_ address, where the 
underscore character is understood to stand for a space character in 
this usage.

	It is not exactly clear to me which one is being referred to 
here.  The original quote does not indicate a colon after the word 
From:, but I'm not 100% certain as to whether or not the author was 
aware of this connotation.

	Note that some MTAs will promote the envelope sender address into 
the header From: field (especially if no header From: field 
exists), and some MUAs display an address listed in the Sender: 
field in addition or in place of the From: field (if they are 
different).

	Bounces are sent to the envelope sender address, which may or may 
not be recorded in the Sender: field, or elsewhere in the message. 
It's important to distinguish between the envelope sender address and 
the contents of the From: and Sender: fields, because the 
envelope sender address may be lost or irretrievably altered once the 
message is received.

	You should never attempt to bounce a message to any address in 
any header field -- you should always bounce back to the actual 
envelope sender address.  This obviously causes problems if the 
envelope sender address is lost or irretrievably altered.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Richard Barrett
On 30 Jun 2004, at 17:16, Ian A B Eiloart wrote:
--On Wednesday, June 30, 2004 10:55 am -0400 David Relson 
[EMAIL PROTECTED] wrote:

On Wed, 30 Jun 2004 15:44:17 +0200
Ralf Hildebrandt wrote:
* Yogesh Subhash Talekar [EMAIL PROTECTED]:
 hi

 two questions:

 1. When I post to my mailming list the From address comes like
 [EMAIL PROTECTED]. Why can't I have the from address as
 the address of the sender?
Because that's where bounces go, and you want automatic 
unsubscription
to work, don't you?
And, as a subscriber, I don't want all the bounce messages coming to 
me!
 As Ralf says, let mailman see the bounces and deal with them.
No, that's wrong. The question was about the From: address. Bounces 
go to the Sender: address.
Almost but not quite. Bounces go to the SMTP envelope sender NOT, as 
Ian says, the address in the message From: header. MM normally puts the 
same value as the envelope sender into the message Sender: header but 
an MTA generating a bounce should only work off the envelope value and 
never off the message headers. In general you can have a different 
value in the Sender: header to the envelope From, which can ameliorate 
the behaviour of some versions of Outlook which upsets some users 
getting mail from lists; see:

http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq02.003.htp
The from address has to be the person who composed the message. The 
sender address is the agent that sent it to the recipient.

There is an option in the General Options page of the web management 
utility which hides the original sender of the message. Hide the 
sender of a message, replacing it with the list  address (Removes 
From, Sender and Reply-To fields). It fixes a setting called 
anonymous_list.

--
Ian Eiloart
Servers Team
Sussex University ITS

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


RE: [Mailman-Users] From address on subscribe

2001-06-11 Thread Galbraith, Randy

 -Original Message-
 From: Galbraith, Randy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 01:49
 To: '[EMAIL PROTECTED]'
 Subject: [Mailman-Users] From address on subscribe
 
 
 All,
 
 I've installed and set up Mailman 2.0.5.  Everything works 
 except one small
 snag.  When a user subscribes to one of my lists the from 
 address is set
 to...
 
   [EMAIL PROTECTED]
 
 This won't work for me, instead I need it to read...
 
   [EMAIL PROTECTED]

Change the hostname this site preferes setting in the list
administration
pages to daffy.pegs.com

--
Enriko Groen, Hosting manager

netivity bv   www.netivity.nl   [EMAIL PROTECTED]
038 - 850 1000   van nagellstraat 4  8011 eb  zwolle

 
Enriko,

That was one of the first things I tried, but it doesn't seem to help.  Any
other ideas?  Thanks for your reply nonetheless.

-Randy Galbraith

Enriko,

After going through the Python modules step-by-step I confirmed your
response was absolutely correct.  Nonetheless my problem remained.  The
source of the problem?  It turns out our sys admin folks look for stuff like
this, and automatically remove the host name portion.  They then run an
alias file that redirects traffic to the correct host on the inbound side.
This setup of course hides host names from the outside world and in the
process allows us to move services from one host to the other without
impacting clients using those services.

The lesson learned: Don't automatically blame the new software -- it may be
a system config issue.  Thanks again for your reply.

-Randy Galbraith


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



RE: [Mailman-Users] From address on subscribe

2001-06-06 Thread Galbraith, Randy

 -Original Message-
 From: Galbraith, Randy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 01:49
 To: '[EMAIL PROTECTED]'
 Subject: [Mailman-Users] From address on subscribe
 
 
 All,
 
 I've installed and set up Mailman 2.0.5.  Everything works 
 except one small
 snag.  When a user subscribes to one of my lists the from 
 address is set
 to...
 
   [EMAIL PROTECTED]
 
 This won't work for me, instead I need it to read...
 
   [EMAIL PROTECTED]

Change the hostname this site preferes setting in the list administration
pages to daffy.pegs.com

--
Enriko Groen, Hosting manager

netivity bv   www.netivity.nl   [EMAIL PROTECTED]
038 - 850 1000   van nagellstraat 4  8011 eb  zwolle

 
Enriko,

That was one of the first things I tried, but it doesn't seem to help.  Any
other ideas?  Thanks for your reply nonetheless.

-Randy Galbraith


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] From Address in mailman

2001-05-23 Thread David Jacobson

Hi all,

I got a quick question, when mailing to a list it then says in the From header
From listname-whatever@hostname on behalf of [EMAIL PROTECTED]
Now I need it to basically just say From the USER that emailed the list and not from 
listname on behalf of user.  eg if I mail the list it must say from [EMAIL PROTECTED] and 
nothing else.  Please if somebody could tell me how to do this it'd be greatly 
appreciated, please reply to me off the list.

Regards,
Dave.

-- 
David Jacobson
Linux Administrator
ENSQUARED
Tel:  +27 11 788 8445
Fax:  +27 11 405 6424
Cell: +27 83 235 0760
Visit us @ : www.ensquared.com


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users