Submitted by Hans Salvisberg on Sat, 2015-09-05 18:07
Submitted by Hans Salvisberg on Sat, 2015-08-08 15:40
Submitted by Hans Salvisberg on Fri, 2015-01-02 14:19
This is an update to my original instructions for installing qpsmtpd on a Linux system running under Plesk.
Just in case you don't have cc yet:
apt-get install build-essential
qpsmtpd is now on GitHub
qpsmtpd's README mentions installing the following "required Perl modules"
perl -MCPAN -e 'install Net::DNS'
perl -MCPAN -e 'install MIME::Base64'
Submitted by Hans Salvisberg on Fri, 2013-12-27 02:10
The process is not straight-forward, but it's possible using the Anything to SMS (CSV, XML, SQL) Android App. The problem is that you tend to get the
Failed java.lang.Exception: No SMS imported.
message.
To successfully import into a Samsung Galaxy S4, I used the following procedure:
- Use Nokia Suite to export the messages into a .csv file. You will get (at least on Windows) a UTF-8 file without BOM and with Windows-style line endings (CR/LF).
Submitted by Hans Salvisberg on Thu, 2013-10-24 17:03
Run
aptitude purge mailman psa-mailman-configurator
Submitted by Hans Salvisberg on Thu, 2013-10-24 17:00
Run
mysql -uadmin -p`cat /etc/psa/.psa.shadow ` database_name
Submitted by Hans Salvisberg on Thu, 2013-10-24 12:31
I found that Google/Gmail was suddenly filing email from my domains into the spam folder of the recipients. At that point I had implemented SPF a few years back. It's difficult to access whether SPF pass increases the chances for successful delivery, but SPF fails definitely increase the odds of rejections, which is a good thing, because it makes my domains unattractive for spoofing. This in turn has reduced the number of non-delivery messages (back-scatter) for spam that claimed to originate from one of my domains to just about none.
Submitted by Hans Salvisberg on Wed, 2013-09-11 01:19
Here's what 111.93.188.66 (presumably Parallels, India) did:
cat /etc/issue
/usr/local/psa/bin/admin --show-password
mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa
\q
use psa;
select id,name from domains where cl_id = vendor_id;
select id,login from clients where parent_id is null;
update domains set vendor_id=1 where cl_id=vendor_id;
Submitted by sysadmin on Sat, 2012-09-29 00:09
It has been a while since How to Install a CPAN Perl Module and things have changed a little bit. The qpsmtpd Download page recommends running
# perl -MCPAN -e shell
This will again go through a configuration wizard, but now you have to answer 'no' to get the full run-down:
CPAN is the world-wide archive of perl resources. It consists of about
300 sites that all replicate the same contents around the globe. Many
Submitted by Hans Salvisberg on Sun, 2012-04-29 04:01
I run some German-language sites, but I strongly prefer working with an English-language user interface. A possible solution is the Administration Language module, which lets you select an alternative langauge for the administration pages, but it falls short in several ways:
- I want to see everything in English, not just the administration pages,
- I have a deputy administrator who prefers to see the administrtion pages in German, and
Pages