Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Digger] Automatic posting via email?

Quote Reply
Re: [Digger] Automatic posting via email? In reply to
Hi,

You need to configure your email server so that whenever your email address receives a message, archive.pl is run.

Unfortunately there are so many different email servers, and ways to set the program up, that one answer can't fit all.

If you are using sendmail, you want to edit /etc/aliases and add:

useraccount: "|/full/path/to/admin/Plugins/MailArc/archive.pl --forum=x"

where

useraccount == the user that is subscribed to the mailing list
x = the forum id you want to subscribe to.

and then rebuild your aliases file. If you were on qmail, you could add a .qmail-username file in the aliases directory with the contents:

|/full/path/to/admin/Plugins/MailArc/archive.pl --forum=x

Postfix, Exim, and other mail servers may be different.

Really, the best thing to do is ask your ISP how to run a program everytime an email is received.

Hope that helps,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Automatic posting via email? Flaaz 8980 Feb 3, 2002, 12:32 AM
Thread Re: [Flaaz] Automatic posting via email?
brewt 8899 Feb 3, 2002, 1:01 AM
Thread Re: [brewt] Automatic posting via email?
balita 8811 Feb 3, 2002, 9:04 AM
Post Re: [balita] Automatic posting via email?
lpa 8675 Mar 18, 2002, 6:59 AM
Post Re: [brewt] Automatic posting via email?
Flaaz 8822 Feb 3, 2002, 11:35 AM
Thread Re: [brewt] Automatic posting via email?
Digger 8662 Mar 19, 2002, 3:22 AM
Post Re: [Digger] Automatic posting via email?
ptegler 8596 Mar 20, 2002, 6:17 PM
Thread Re: [Digger] Automatic posting via email?
Alex 8634 Mar 20, 2002, 7:53 PM
Thread Re: [Alex] Automatic posting via email?
Digger 8695 Mar 22, 2002, 9:36 AM
Thread Re: [Digger] Automatic posting via email?
Alex 8683 Mar 22, 2002, 1:02 PM
Thread Re: [Alex] Automatic posting via email?
Digger 8577 Mar 23, 2002, 3:35 AM
Thread Re: [Digger] Automatic posting via email?
Alex 8631 Mar 23, 2002, 1:09 PM
Post Re: [Alex] Automatic posting via email?
Digger 8569 Mar 25, 2002, 12:41 PM
Thread Re: [Alex] Automatic posting via email?
shiner 8475 Jun 11, 2002, 1:11 PM
Post Re: [shiner] Automatic posting via email?
shiner 8398 Jun 11, 2002, 1:16 PM