Search found 154 matches

by ud
Wed Sep 27, 2006 7:50 am
Forum: Installation & Upgrades
Topic: Running on x64 machine
Replies: 6
Views: 12194

I've no experience with 64 bit linux, but I cannot see a big problem. Either there is a 32 bit compabitility mode which allows running 32 bit binaries or you can install the binary package, compile the C parts from the source package and just install them over the 32 bit binaries. Compiling should n...
by ud
Mon Sep 25, 2006 7:41 am
Forum: Installation & Upgrades
Topic: bav-update.log errors...
Replies: 5
Views: 12134

Ronin wrote: (1045, "Access denied for user "agnitus'@'localhost' (using password: YES")
agnitus? Are you sure? The correct user is agnitas.

-- ud
by ud
Thu Sep 21, 2006 8:59 am
Forum: Installation & Upgrades
Topic: bav-update.log errors...
Replies: 5
Views: 12134

This looks like the python database driver is installed, but it cannot connect to the database. Try these steps for more details: {login as openemm} % . bin/scripts/config.sh % python >>> import agn >>> db = agn.DBase () >>> db {this should output something like <agn.DBase instance at 0xb7e9986c>} >...
by ud
Wed Sep 20, 2006 8:05 am
Forum: Development
Topic: The big fat list of Jar Files needed when building from src
Replies: 6
Views: 22953

Simple solution: Get the binary distribution, there are all JAR files included.

-- ud
by ud
Mon Sep 11, 2006 12:18 pm
Forum: Installation & Upgrades
Topic: Openemm on Debian Vserver
Replies: 5
Views: 15431

OpenEMM uses its own queues, these are ~openemm/var/spool/ADMIN for test and admin mailings and ~openemm/var/spool/QUEUE for world mailings. Perhaps you'll find a hint in the control files (qf*) in one of these directories.

-- ud
by ud
Mon Sep 11, 2006 7:50 am
Forum: Installation & Upgrades
Topic: Openemm on Debian Vserver
Replies: 5
Views: 15431

1.) Looks like smctrl is not running setuid root (see install guide.)

2.) Check the whole path for group writable directories up to /home/openemm/var/run.

-- ud
by ud
Wed Sep 06, 2006 10:01 am
Forum: Development
Topic: Openemm demons (what should they do?)
Replies: 1
Views: 8909

Ok, here we go: - bav-update.py: Reads the information for bounce management from the database and writes it to ~/var/spool/bav/bav.conf (as cache for performance reason.) - bav-trigger.py: Interface to trigger bav-update to reread the database. - bavd.py: The logic behind the bounce management for ...
by ud
Wed Sep 06, 2006 9:52 am
Forum: Installation & Upgrades
Topic: sendmail warning (error??)
Replies: 3
Views: 8221

Is any part of the path world writable? Please check

/
/home
/home/openemm
/home/openemm/var

for access permissions.

-- ud
by ud
Fri Sep 01, 2006 3:31 pm
Forum: Development
Topic: sending process source files
Replies: 3
Views: 10679

Ok, here is more detailed list: - When you press the sending button in OpenEMM (for test and world mailings), an instance of org.agnitas.backend.MailgunImpl is started to write a XML file containing all relevant informations to create the mails. - When sending world mailings, pickdist forwards the X...
by ud
Fri Sep 01, 2006 2:06 pm
Forum: Development
Topic: sending process source files
Replies: 3
Views: 10679

The sending process is sendmail, source code can be found using your package management system as found in your distribution or directly from http://www.sendmail.org/ . Test mailings are used to check if the mailling is correct (can be send more than once); world mailings can only be send once and i...
by ud
Tue Aug 29, 2006 9:03 am
Forum: Installation & Upgrades
Topic: Sending mails failed
Replies: 16
Views: 46004

Your Mysql installation is working, the next possible point of failure is the sending process, sendmail. So you can look into ~openemm/var/spool/QUEUE and glance through the control files (qf*) and also have a look at /var/log/maillog for possible reasons.

-- ud
by ud
Tue Aug 29, 2006 8:40 am
Forum: Installation & Upgrades
Topic: Sending mails failed
Replies: 16
Views: 46004

Can you post the content of your ~openemm/var/log/<current>-<hostname>-pickdist.log, please?

-- ud
by ud
Mon Aug 28, 2006 7:55 am
Forum: Bugs, bug fixes & releases
Topic: Sendmail Log errors
Replies: 1
Views: 10045

This is a non critical message, as we do not use the PID file, it is not changed for each process. Will be fixed in a future release.

-- ud
by ud
Fri Aug 25, 2006 8:01 am
Forum: Bounce Management
Topic: Understanding how bounce management works
Replies: 12
Views: 32117

Minichip, you're right, there are these two ways to find bounces. While reading the sendmail log is more or less straight forward, parsing bounces coming back as e-mails isn't that easy, as every systems seems to generate them their own way. Short description about bounce handling using bav: 1.) The...
by ud
Tue Aug 22, 2006 1:15 pm
Forum: Installation & Upgrades
Topic: Sendmail problem
Replies: 8
Views: 17254

After some mailexchange, Mr. Dittrich found the solution, thanks here for this description! To enable sendmail access to the OpenEMM directories on a SuSE system using AppArmor edit the file /etc/apparmor.d/usr.sbin.sendmail and add these lines: /home/openemm/var/spool/ADMIN rwl, /home/openemm/var/s...