Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-02 Thread Jonas Kellens

Hello Mike,

the semi-column did not really work :

  "Jonas Kellens" : malformed address: 
:i...@mail2.be> may not follow "Jonas Kellens" 

and same result with a comma :

  "Jonas Kellens" : malformed address: 
,i...@mail2.be> may not follow "Jonas Kellens" 

  "Jonas Kellens" : malformed address: , 
i...@mail2.be> may not follow "Jonas Kellens" 



On 05/31/2010 10:37 PM, Mike wrote:


Actually IIRC comma or semi-column worked.  Try both, one of them will do.

Mike



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Brian C. Huffman
Create a local mail alias that sends to what you need and then use the
alias in the vmail config.

-b

On Tue, 2010-06-01 at 20:47 +0200, Jonas Kellens wrote:
> I am no programmer, and very happy with what Asterisk holds in it.
> Just hoped that mailing multiple mail-addresses was an easy
> configuration...
> 
> 
> On 06/01/2010 06:06 PM, Steve Howes wrote: 
> > On 1 Jun 2010, at 16:53, Jonas Kellens wrote:
> >   
> > > Sounds... p
> > > 
> > Perhaps you could contribute a patch? ;)
> > 
> > S
> > 
> >   


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Jonas Kellens
I am no programmer, and very happy with what Asterisk holds in it. Just 
hoped that mailing multiple mail-addresses was an easy configuration...



On 06/01/2010 06:06 PM, Steve Howes wrote:

On 1 Jun 2010, at 16:53, Jonas Kellens wrote:
   

Sounds... p
 

Perhaps you could contribute a patch? ;)

S

   
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Steve Howes
On 1 Jun 2010, at 16:53, Jonas Kellens wrote:
> Sounds... p

Perhaps you could contribute a patch? ;)

S

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Jonas Kellens
So Asterisk sends a user to the Voicemail()-application and creates a 
mail statement with attachment and sends it to the Exim-proces. 
Therefore Asterisk looks into the realtime MySQL-DB voicemail_users for 
the mail-address of the voicemail-user/mailbox. Exim will then also 
check the MySQL-DB (another table I guess) for multiple mail-addresses 
that are attached to the mail-address of the mailbox which is actually 
an alias, looking it from Exim's perspective.


So the mail-address that is put into the field 'email' of 
voicemail_users, needs to be defined as an alias so I can attach 
multiple mail-addresses to this alias in another MySQL-table which Exim 
can refer to ?


Sounds... p


On 06/01/2010 05:26 PM, Rob Coward wrote:


If you are using exim as your mailserver, why dont you just configure 
it to lookup your aliases in mysql ? You can then provide a php-based 
gui to allow maintenance of the aliases. I already do something 
similar but using ldap as my aliases 'database'.


This is the router I use in exim.conf:

ldap_aliases:
  driver = redirect
  allow_fail
  allow_defer
  data = ${lookup ldap \
   {user="cn=Lookup User,dc=mydomain,dc=org" pass=XX \

ldap:///cn=$local_part,ou=Aliases,dc=mydomain,dc=org?mail?base}}

  file_transport = address_file
  pipe_transport = address_pipe

Regards,

Rob



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Rob Coward


If you are using exim as your mailserver, why dont you just configure it
to lookup your aliases in mysql ? You can then provide a php-based gui to
allow maintenance of the aliases. I already do something similar but using
ldap as my aliases 'database'. 

This is the router I use in exim.conf:


ldap_aliases:
 driver = redirect
 allow_fail
 allow_defer
 data =
${lookup ldap 
 {user="cn=Lookup User,dc=mydomain,dc=org" pass=XX 

ldap:///cn=$local_part,ou=Aliases,dc=mydomain,dc=org?mail?base}}

file_transport = address_file
 pipe_transport = address_pipe

Regards,


Rob 

On Tue, 01 Jun 2010 17:12:21 +0200, Jonas Kellens  wrote:  This way
of working is a bit difficult to implement into a website so that it stays
user-friendly for my customers...

 Now I work with a realtime MySQL-db and
a user-friendly php-website for settings that my customers can make on
their own. Editing the aliases of my Exim-mailserver is not flexible at
all...

 Jonas.

 On 06/01/2010 04:44 PM, Jared Smith wrote:  
On Mon,
2010-05-31 at 22:08 +0200, Jonas Kellens wrote:

Is there yet a seperator
that actually works to define multiple mail
addresses ?

Not that I'm aware
of. I simply create an alias on the mail server that
then forwards to all
the recipients.

--
Jared Smith
Digium, Inc.

 -- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Jonas Kellens
This way of working is a bit difficult to implement into a website so 
that it stays user-friendly for my customers...


Now I work with a realtime MySQL-db and a user-friendly php-website for 
settings that my customers can make on their own. Editing the aliases of 
my Exim-mailserver is not flexible at all...


Jonas.

On 06/01/2010 04:44 PM, Jared Smith wrote:

On Mon, 2010-05-31 at 22:08 +0200, Jonas Kellens wrote:
   

Is there yet a seperator that actually works to define multiple mail
addresses ?
 

Not that I'm aware of.  I simply create an alias on the mail server that
then forwards to all the recipients.

--
Jared Smith
Digium, Inc.
   
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-06-01 Thread Jared Smith
On Mon, 2010-05-31 at 22:08 +0200, Jonas Kellens wrote:
> Is there yet a seperator that actually works to define multiple mail
> addresses ?

Not that I'm aware of.  I simply create an alias on the mail server that
then forwards to all the recipients.

--
Jared Smith
Digium, Inc.


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-05-31 Thread Mike
Actually IIRC comma or semi-column worked.  Try both, one of them will do.

 

Mike

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens
Sent: Monday, May 31, 2010 16:08
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Voicemail : mail attachment to multiple
mail-addresses

 

Hello list,

google returns a discussion on the dev-list when I search for how to mail a
voicemail to multiple mail addresses.

Is there yet a seperator that actually works to define multiple mail
addresses ?


Kind regards,

Jonas.

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Voicemail : mail attachment to multiple mail-addresses

2010-05-31 Thread Jonas Kellens

Hello list,

google returns a discussion on the dev-list when I search for how to 
mail a voicemail to multiple mail addresses.


Is there yet a seperator that actually works to define multiple mail 
addresses ?



Kind regards,

Jonas.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users