Re: [Mailman-Users] {Disarmed} Re: mailman postfix ldap virtual user

2012-12-09 Thread Gökhan Alkan
hostname is mail.example.com -- main.cf mydestination = $myhostname, localhost.$mydomain, localhost mydomain = example.com myhostname = mail.example.com mynetworks = 127.0.0.0/8, 192.168.1.0/24 myorigin = $mydomain relay_domains = $mydestination sendmail_path = /usr/sbin/sendmail.postfix setgid_g

Re: [Mailman-Users] {Disarmed} Re: mailman postfix ldap virtual user

2012-12-09 Thread Gökhan Alkan
Here is the postfix log . Dec 10 08:33:51 mail postfix/cleanup[19869]: 9BD343FEC3: message-id=< c5fda5032ab9f35756783b6fd9095...@webmail.example.com> Dec 10 08:33:51 mail postfix/smtpd[19865]: disconnect from unknown[192.168.1.2] Dec 10 08:33:51 mail postfix/qmgr[19850]: 9BD343FEC3: from=< den...@

Re: [Mailman-Users] {Disarmed} Re: mailman postfix ldap virtual user

2012-12-09 Thread Stephen J. Turnbull
Gökhan Alkan writes: > the /usr/local/mailman/data/aliases file . And also main.cf file contains > the line "alias_maps = > hash:/etc/mail/aliases,hash:/usr/local/mailman/data/aliases". But it doesnt > run and returns "unknwon user". As a wild guess, I bet Postfix also wants to be informed a

Re: [Mailman-Users] {Disarmed} Re: mailman postfix ldap virtual user

2012-12-09 Thread Mark Sapiro
On 12/9/2012 1:12 PM, Gökhan Alkan wrote: > > But when i want to send email to t...@example.com, postfix returns > "tatus=bounced (unknown user: "t...@example.com")" What is the full log message? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter u

Re: [Mailman-Users] {Disarmed} Re: mailman postfix ldap virtual user

2012-12-09 Thread Gökhan Alkan
Hi Now /usr/local/mailman/data/virtual-mailman file content is below. t...@example.com test test-ad...@example.comtest-admin test-boun...@example.comtest-bounces test-conf...@example.comtest-confirm test-j...@example.comtest-join test-le...@example.comtest-leave t

Re: [Mailman-Users] {Disarmed} Re: mailman postfix ldap virtual user

2012-12-09 Thread Mark Sapiro
On 12/9/2012 12:32 PM, Gökhan Alkan wrote: > > Imagine that two domains named example.com and example.org are hosted by > the postfix and i want to create email list named t...@example.com. That's fine as long as list names are globally unique. I.e., you can't have two different lists named 'tes

Re: [Mailman-Users] mailman postfix ldap virtual user

2012-12-09 Thread Gökhan Alkan
At first thanks for the quick reply. I see why mailman send mail to "|/usr/lib/mailman/mail/mailman post t...@example.com". Imagine that two domains named example.com and example.org are hosted by the postfix and i want to create email list named t...@example.com. # postconf -n alias_maps = has

Re: [Mailman-Users] mailman postfix ldap virtual user

2012-12-09 Thread Mark Sapiro
On 12/9/2012 3:14 AM, Gökhan Alkan wrote: > > I have searched the list archives but i can't send email to the any mail > list which handled by mailman. User backend is ldap and there is no local > user on the server and there are 4 virtual domains. Postfix > main.cfconfiguration is below and also

Re: [Mailman-Users] Automated Subscription Bots Inundating ListOwners With Subscription Requests

2012-12-09 Thread Mark Sapiro
On 12/9/2012 8:14 AM, Ivan Fetch wrote: > > I downloaded the three modified files from this patch, and diffed them > against 2.1.14 files. It looks like this patch will mostly apply to 2.1.14, > but I'm not sure about the differences relating to comparing passwords, and > the use of "strip." Se

Re: [Mailman-Users] Google Message Security (or similar) with Mailman

2012-12-09 Thread Tanstaafl
On 2012-12-07 5:52 PM, Kirke Johnson wrote: We have been using GMS since we migrated user accounts to Gmail. Our relationship between Postini and Mailman is kind of ugly due to that migration. Fyi... we have been using postini (hate it, lots of false positives, and lots of obvious spam slippi

Re: [Mailman-Users] Automated Subscription Bots Inundating ListOwners With Subscription Requests

2012-12-09 Thread Ivan Fetch
On Nov 24, 2012, at 4:11 PM, Mark Sapiro wrote: > Mark Sapiro wrote at > : > >> I have implemented a simple version of what I think you requested in >> your post at >>

[Mailman-Users] mailman postfix ldap virtual user

2012-12-09 Thread Gökhan Alkan
Hi all I have searched the list archives but i can't send email to the any mail list which handled by mailman. User backend is ldap and there is no local user on the server and there are 4 virtual domains. Postfix main.cfconfiguration is below and also hostname ise mail.example.com. # vi /etc/pos