PDA

View Full Version : Create 'all@' mailing list


Bull-DoG
10-27-2009, 01:23 PM
sorry for silly question but how to create mailing list all@company.com for all employers?

slava
10-27-2009, 03:59 PM
In the ISPmanager E-mail -> E-Mail groups menu

Bull-DoG
10-27-2009, 06:17 PM
Yeah i know that much, but how to set it up to automatically add all domain mail addresses to senders and subscribers? Or it's impossible and i have to do it manually?

Bull-DoG
10-27-2009, 10:12 PM
When i've added
|/usr/bin/minimalist -d /var/spool/minimalist/example.ru/ all
to E-mail groups, I've got following error in exim/mainlog:
009-10-27 23:02:22 1N2sFK-0007F3-Hy <= test111@example.ru H=localhost (primero.example.ru) [127.0.0.1] P=esmtp S=726 id=b5dd01623a4f1083c75c8d56d138dc7d.squirrel@prime ro.example.ru from <test111@example.ru> for all@example.ru
2009-10-27 23:02:22 1N2sFK-0007F7-JW <= test111@example.ru U=Debian-exim P=spam-scanned S=1107 id=b5dd01623a4f1083c75c8d56d138dc7d.squirrel@prime ro.example.ru from <test111@example.ru> for all@example.ru
2009-10-27 23:02:22 1N2sFK-0007F7-JW == |/usr/bin/minimalist,-d,/var/spool/minimalist/example.ru/,all (all@example.ru) <all@example.ru> R=group_aliases defer (-30): pipe_transport unset in group_aliases router
2009-10-27 23:02:22 1N2sFK-0007F3-Hy => all <all@example.ru> R=spamcheck_router T=spamcheck
2009-10-27 23:02:22 1N2sFK-0007F3-Hy Completed

When i've added
pipe_transport = address_pipe
to
vi /etc/exim4/exim4.conf.template
in group_aliases: section

i've got following error in log:
2009-10-27 23:08:05 1N2sKr-0007VW-5Z <= test111@example.ru H=localhost (primero.example.ru) [127.0.0.1] P=esmtp S=727 id=7f938bdccb9c3f060373ee971fb92245.squirrel@prime ro.example.ru from <test111@example.ru> for all@example.ru
2009-10-27 23:08:05 1N2sKr-0007Va-7A <= test111@example.ru U=Debian-exim P=spam-scanned S=1113 id=7f938bdccb9c3f060373ee971fb92245.squirrel@prime ro.example.ru from <test111@example.ru> for all@example.ru
2009-10-27 23:08:05 1N2sKr-0007Va-7A ** |/usr/bin/minimalist,-d,/var/spool/minimalist/example.ru/,all (all@example.ru) <all@example.ru> R=group_aliases T=address_pipe: Child process of address_pipe transport returned 127 (could mean unable to exec or command does not exist) from command: /usr/bin/minimalist,-d,/var/spool/minimalist/example.ru/,all
2009-10-27 23:08:05 1N2sKr-0007Vi-A8 <= <> R=1N2sKr-0007Va-7A U=Debian-exim P=local S=1992 from <> for test111@example.ru
2009-10-27 23:08:05 1N2sKr-0007Va-7A Completed

As i can see ISPmanager replaces ' ' with ',' so pipe can't work.

What should I do to get it running?

slava
10-28-2009, 05:29 PM
As i can see ISPmanager replaces ' ' with ',' so pipe can't work.

Our developers will check this problem