Re: [Mailman-Users] Mailman intergaration with zimbra

2011-02-17 Thread NOC SimbaNET
Dear Geoff,

Thanks 

-Original Message-
From: Geoff Shang [mailto:ge...@quitelikely.com] 
Sent: Tuesday, February 15, 2011 11:40 PM
To: mailman-users@python.org
Subject: Re: [Mailman-Users] Mailman intergaration with zimbra

On Tue, 15 Feb 2011, Bozra wrote:

 Dear All,

 Thanks for your reply it helped me a lot.

 Sorry to bother you Iam  getting  when I ''bin/newlist
 -emailhost=virtual-domain1.com -urlhost=your zimbra host listname
 admin-email-address admin-password'' I get -bash: syntax error near
 unexpected token `'

 Is there anything wrong in my syntax?

uh... You do know that  and  signs are used to describe example text, 
yes?  You should replace it with the actual value expected.  for example, 
admin-email-address (given above) should be replaced with the actual 
admin address you intend to own the list.

There should not be any  or  signs in a newlist command.

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


[Mailman-Users] Mail delivery fails with (-2, 'Name or service not known')

2007-03-07 Thread noc
Hi,

I'm in trouble. I've read the FAQ and everything about it on mailman site.

My problem is described in the FAQ (6.14) :
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.014.htp

I see these log entries in smtp-failure:
  Dec 22 21:03:29 2004 (1060) delivery to [EMAIL PROTECTED] failed  
with code -1: (-2, 'Name or service not known')
  Dec 22 21:18:32 2004 (1060) Low level smtp error: (-2, 'Name or  
service not known'), msgid:  
[EMAIL PROTECTED]
  Dec 22 21:18:32 2004 (1060) delivery to [EMAIL PROTECTED] failed  
with code -1: (-2, 'Name or service not known').

This python script :
   import smtplib
   connection = smtplib.SMTP()
  

didn't return any error to me... So I've look in my resolv.conf file.


My resolv.conf look like this :

search domainname.com
nameserver 193.24.123.123

but my computer name is ns50.domainname.com. Should I have  
domainname.com in resolv.conf or ns50.domainanme.com ?

I've tried that in python shell :
 import socket
 x = socket.gethostname()
 print x
ns50.domainname.com
 y = socket.gethostbyname(x)
 print y
127.0.0.1

So i've aded nameserver 127.0.0.1 to my resolv.conf . I've rebooted  
this computer and restarted mailman daemon.

But the problem is always here ...

When I try to access to python shell with mailman user ( @# su  
mailman ) I've got a error :
This account is currently not available.

So I can't test this python shell script with mailman user ...

I've look my /etc/hosts, I think it's world readable :
[EMAIL PROTECTED] ~]# ls -lah /etc/hosts
-rw-r--r-- 1 root root 135 Feb  2 16:21 /etc/hosts


What should I do ?
Any tips ?

I have this problem since two week from now ... and I can't see how to  
solve that :(

Thanks you if you have a tips !

--
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] True virtual hosting patch for 2.1.9

2007-03-07 Thread noc
Hi,

I've applied mailman-vh-2.1.7.patch from http://nix.lauft.net/mailman/  
to my mailman 2.1.9 (running on fedora core 5).

But I can't create same list name on different domains ... where  
should I look to fix this problem ? Any tips or logs ?

Thanks !

--
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] Problem w/ alias

2006-03-31 Thread noc ops

noc ops wrote:
 Mark Sapiro wrote:
 
noc ops wrote:


For some unknown reason sending mail to this alias, not everyone (140
users) on this list get messages. Few do and others don't?

Is there a way to check for corruption? What should I be looking for?
I'm kinda lost.



Check Mailman's log files - particularly smtp, smtp-failure and bounce.
 
 
 I will check this in the morning and report back.
-
/var/log/mailman/smtp shows e-mails were delivered to all receipts
within the alias.

/var/log/smtp-failure and bounce is empty.


Is there anything that I'm may be overlooking?


regards,
/virendra


 
 
If the smtp log shows the post is sent to a smaller number than
expected, check the users settings in the membership list for 'nomail'
and maybe 'digest'. 
 
 -
 Nope none of these are checked. I even subscribed/unsubscribed users
 from this alias with no avail. How do you fix the corruption issue.
 
 
 Also, are Topics defined for the list or were
 
Topics ever defined? This can cause members to not get all messages.
 
 -
 The topic filter is disabled.
 
 
 What's interesting is, under 'Privacy Options'--'Recipient filters' the
 Ceiling on acceptable number of recipients for a posting was set to
 10. So I've set this to 0 to see what happens.
 
 
 
 
 regards,
 /virendra
 
 
 --
 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/aptgetd%40gmail.com
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp
 
--
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] Problem w/ alias

2006-03-31 Thread noc ops
Mark Sapiro wrote:
 noc ops wrote:
 
What's interesting is, under 'Privacy Options'--'Recipient filters' the
Ceiling on acceptable number of recipients for a posting was set to
10. So I've set this to 0 to see what happens.
 
 
 This has nothing to do with your issue. It is the number of explicit
 addresses in To: and Cc: headers of the message *to* the list which
 will cause the post to be held for moderator approval because of too
 many recipients.
-
ok.

 
 As Patrick said in reply to your followup, you now need to look to your
 MTA logs, but it is curious that your bounce log is empty. Is
 bounce_processing set off for this list?
-
I'm trying to bypass my spam filter and go directly to my e-mail server
to see if it could be causing issues.

In order to bypass my MX record, I like to point my mailman directly to
to e-mail server's ip address (10.0.0.10). See below cust and paste.


Is this correct? Please advice.



etc/postfix/main.cf

myhostname = mailman.domain.com
alias_maps = hash:/etc/aliases
##alias_maps = hash:/etc/postfix/aliases, hash:/var/lib/mailman/data/aliases
alias_database = hash:/etc/aliases
##alias_database = hash:/etc/postfix/aliases
myorigin = /etc/mailname
mydestination = mailman.domain.com, localhost.domain.com, , localhost
relayhost =  10.0.0.10
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a $EXTENSION
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all


/etc/mailman/mm_cfg.py

#-
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = '10.0.0.10'
#-
# Default host for web interface of newly created MLs
DEFAULT_URL_HOST   = 'mailman.domain.com'
#-



regards,
/virendra
--
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] Problem w/ alias

2006-03-31 Thread noc ops

Mark Sapiro wrote:
 noc ops wrote:
 
In order to bypass my MX record, I like to point my mailman directly to
to e-mail server's ip address (10.0.0.10). See below cust and paste.


Is this correct? Please advice.
 
 
 
 I don't know about the postfix stuff
-
no worries...I'll ping the list about postfix MX related question.


 
 
 
/etc/mailman/mm_cfg.py

#-
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = '10.0.0.10'
 
 
 
 This is almost certainly wrong. This should be the domain that users
 address their list mail to. Unless you actually want Mailman mail to
 be addressed to e.g., [EMAIL PROTECTED], you don't want this.

Yeah I figured this the minute I saw my /var/log/mail.log complaining
about illegal address systax as you indicated. I've changed it since then.



regards,
/virendra

 
--
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] Problem w/ alias

2006-03-30 Thread noc ops
Hi,

I have around 32 aliases setup and they all are working fine with an
exception of one in particular which has around 140 users.

For some unknown reason sending mail to this alias, not everyone (140
users) on this list get messages. Few do and others don't?

Is there a way to check for corruption? What should I be looking for?
I'm kinda lost.


Any recommendation will be appreciated.


I'm running mailman v2.1.5-8 on debian (sarge).



regards,
/virendra


--
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] Problem w/ alias

2006-03-30 Thread noc ops

Mark Sapiro wrote:
 noc ops wrote:
 
For some unknown reason sending mail to this alias, not everyone (140
users) on this list get messages. Few do and others don't?

Is there a way to check for corruption? What should I be looking for?
I'm kinda lost.
 
 
 
 Check Mailman's log files - particularly smtp, smtp-failure and bounce.

I will check this in the morning and report back.

 
 If the smtp log shows the post is sent to a smaller number than
 expected, check the users settings in the membership list for 'nomail'
 and maybe 'digest'. 
-
Nope none of these are checked. I even subscribed/unsubscribed users
from this alias with no avail. How do you fix the corruption issue.


Also, are Topics defined for the list or were
 Topics ever defined? This can cause members to not get all messages.
-
The topic filter is disabled.


What's interesting is, under 'Privacy Options'--'Recipient filters' the
Ceiling on acceptable number of recipients for a posting was set to
10. So I've set this to 0 to see what happens.




regards,
/virendra

 
--
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] domain change for mailman

2006-01-23 Thread noc ops
hi,

i'm looking at changing domain name for an operation mailman server and
looking at the following mailman config files to reflect this change.

/etc/hosts and host related files
/etc/postfix (in my case)
/etc/mailman/mm_cfg.py
/usr/lib/mailman/Mailman/mm_cfg.py

are these config files sufficient to reflect the change for mailman not
to break? did i miss anything?


any other pointers will be appreciated.


regards,
/virendra
--
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] delay=10

2006-01-20 Thread noc ops


Mark Sapiro wrote:
 noc ops wrote:
 
 
another observation.

the messages that don't make it to the list [EMAIL PROTECTED] do
get archived?



regards,
/virendra


noc ops wrote:

Mark Sapiro wrote:

Where does delay=10 come from? In what context?

---
/var/log/syslog
 
 
 
 Mailman doesn't write to syslog. I don't know what this means.
 
 If your messages are archived, but not delivered to the list members,
 they may either be in the 'out' or 'retry' queues (qfiles/out/,
 qfiles/retry/) or there should be some indication in Mailman's
 'error', 'post', 'smtp' and/or 'smtp-failure' logs.

couldn't locate qfiles/retry or qfiles/out? where this directory located?

also, error is empty, post shows that my messages were sent successfully
and smtp-failure is empty.

not sure what else to look for because it appears that i can send first
three messages to the list and anything after that gets blackholed?



regards,
/virendra


 
--
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] delay=10

2006-01-19 Thread noc ops


Mark Sapiro wrote:
 noc ops wrote:
 
i have created a list called [EMAIL PROTECTED] on my mailman
(v2.1.5-8) server. I can send newly created messages to it with no
problems. when i try and forward messages (which worked earlier) it
intermittently and other times i get delay=10 and the message doesn't
make it to the list.
 
 
 Where does delay=10 come from? In what context?
---
/var/log/syslog

 
 This seems more like a problem in delivering to Mailman than a problem
 within Mailman.

what's perplexing is that it intermittently delivers messages to the
same alias. if i sent a test message to the same alias it go through at
all times?


 
 You could look at Mailman's 'error' and 'vette' logs for anything
 relevant.

/var/log/mailman/error is empty
/var/log/mailman/vetter shows nothing that i can point my finger at.


anything else that i can look at?




regards,
/virendra

 
--
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] delay=10

2006-01-19 Thread noc ops
another observation.

the messages that don't make it to the list [EMAIL PROTECTED] do
get archived?



regards,
/virendra


noc ops wrote:
 
 Mark Sapiro wrote:
 
noc ops wrote:


i have created a list called [EMAIL PROTECTED] on my mailman
(v2.1.5-8) server. I can send newly created messages to it with no
problems. when i try and forward messages (which worked earlier) it
intermittently and other times i get delay=10 and the message doesn't
make it to the list.


Where does delay=10 come from? In what context?
 
 ---
 /var/log/syslog
 
 
This seems more like a problem in delivering to Mailman than a problem
within Mailman.
 
 
 what's perplexing is that it intermittently delivers messages to the
 same alias. if i sent a test message to the same alias it go through at
 all times?
 
 
 
You could look at Mailman's 'error' and 'vette' logs for anything
relevant.
 
 
 /var/log/mailman/error is empty
 /var/log/mailman/vetter shows nothing that i can point my finger at.
 
 
 anything else that i can look at?
 
 
 
 
 regards,
 /virendra
 
 
 --
 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/aptgetd%40gmail.com
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp
 
--
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] delay=10

2006-01-19 Thread noc ops
Mark Sapiro wrote:
 noc ops wrote:
 
 
another observation.

the messages that don't make it to the list [EMAIL PROTECTED] do
get archived?



regards,
/virendra


noc ops wrote:

Mark Sapiro wrote:

Where does delay=10 come from? In what context?

---
/var/log/syslog
 
 
 
 Mailman doesn't write to syslog. I don't know what this means.

hmm..apparently it is logging events related to the postfix/smtpd which
are configured for mailman.

 
 If your messages are archived, but not delivered to the list members,
 they may either be in the 'out' or 'retry' queues (qfiles/out/,
 qfiles/retry/) or there should be some indication in Mailman's
 'error', 'post', 'smtp' and/or 'smtp-failure' logs.

i will look into qfiles logs but from what i can tell,
error/smtp/smtp-failure shows zero file size.



regards,
/virendra
 
--
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] delay=10

2006-01-19 Thread noc ops

Mark Sapiro wrote:
 noc ops wrote:
 
 
hmm..apparently it is logging events related to the postfix/smtpd which
are configured for mailman.
 
 
 
 Then it would be a postfix issue. It might have to do with messages
 being delayed after being accepted from Mailman for delivery.
--
i'll dig deeper into this.

 
 
 
i will look into qfiles logs but from what i can tell,
error/smtp/smtp-failure shows zero file size.
 
 
 
 Then these are not the correct log files. The 'smtp' log at least is
 written every time mailman sends anything.
 
 Some packagers (Red Hat, others?) create log files in say
 /var/mailman/logs, but change the log directory so that the actual
 logs that are written are in /var/log/mailman/.
-
i'm running debian sarge 3.1. /var/mailman/logs is correct.



 
 Check mm_cfg.py for assignment to LOG_DIR.
--
ok.



regards,
/virendra

 
--
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] delay=10

2006-01-18 Thread noc ops
hi,

a little intro as to what's i'm facing.

i have created a list called [EMAIL PROTECTED] on my mailman
(v2.1.5-8) server. I can send newly created messages to it with no
problems. when i try and forward messages (which worked earlier) it
intermittently and other times i get delay=10 and the message doesn't
make it to the list.

i even added text/html to the pass_mime_types list with no avail. this
list also has text/plain.

there's no message limitation or changes occurred that i know of which
might be causing the server to block or hold messages.

let me know if you need any specific log outputs.


any insight will be appreciated.


regards,
/virendra
--
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