1 (edited by RooDee 2016-07-19 02:10:17)

Topic: Botched install - Can I manually test/repair each installed component?

Hello all,

I hope there is help for me.  Basically, I have a VPS which was already in use under debian wheezy (owncloud, mediawiki etc.)

To use iRedMail, I upgraded to debian jessie. So it was not a fresh, new VPS.

Needless to say, the install went pearshaped. sad

==== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.5-1
- Linux/BSD distribution name and version:

# more os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
# uname -a
Linux #### 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux

- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Did not even get this far.
- Related log if you're reporting an issue:
I see a lot of problems, but most cuurently, I am trying to fix this:

mail.log wrote:

Jul 18 17:21:24 hostname postfix/pickup[12855]: 75859135D: uid=0 from=<root>
Jul 18 17:21:24 hostname postfix/cleanup[12860]: warning: proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf lookup error for "root@vmd5576.contabo.net"
Jul 18 17:21:24 hostname postfix/cleanup[12860]: warning: 75859135D: sender_bcc_maps map lookup problem -- message not accepted, try again later
Jul 18 17:21:24 hostname postfix/pickup[12855]: warning: maildrop/C5BFDA051D: error writing 75859135D: queue file write error
Jul 18 17:21:24 hostname postfix/pickup[12855]: 759D4135D: uid=0 from=<root>
Jul 18 17:21:24 hostname postfix/cleanup[12864]: warning: proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf lookup error for "root@vmd5576.contabo.net"
Jul 18 17:21:24 hostname postfix/cleanup[12864]: warning: 759D4135D: sender_bcc_maps map lookup problem -- message not accepted, try again later
Jul 18 17:21:24 hostname postfix/pickup[12855]: warning: maildrop/11273A0515: error writing 759D4135D: queue file write error

====

  • I really would like to fix this - what are my chances?

  • Can I go through each installed component and test/fix them?

  • If not, what is the best way to remove the whole thing?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Botched install - Can I manually test/repair each installed component?

Any help on this would be appreciated.  Apologies, I don't have the means for pro-support.

3

Re: Botched install - Can I manually test/repair each installed component?

RooDee wrote:

Jul 18 17:21:24 hostname postfix/cleanup[12860]: warning: proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf lookup error for "root@vmd5576.contabo.net"

Check and verify SQL address, port, username, password in all files under /etc/postfix/mysql/*.cf.

4

Re: Botched install - Can I manually test/repair each installed component?

ZhangHuangbin wrote:
RooDee wrote:

Jul 18 17:21:24 hostname postfix/cleanup[12860]: warning: proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf lookup error for "root@vmd5576.contabo.net"

Check and verify SQL address, port, username, password in all files under /etc/postfix/mysql/*.cf.

Hi Zhang,

I checked into this. I found out that the vmail-db was not created, and the user vmail was not created either.

I found the "How-To:" on the Remote Mysql-Server, it appears that might be a good starting point for me.

Thanx for now, I'll be back to report.