Hi.
There don't seem to be any errors in the logfiles to speak of! "error: no such column: cmusaslsecretCRAM-MD5" Is the only postfix related error. That is for the main mailbox but none of the others. The /var/log/messages file as above only contains that postfix related error. Nothing on start up or termination of the service. Maillog in /var/log is empty.
postconf -n gives:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 71680000
mydestination = localhost.$mydomain, localhost, localhost.localdomain
mynetworks = 127.0.0.0/8 127.0.0.1/32 92.48.85.11/32 92.48.85.12/32, hash:/var/spool/postfix/plesk/poplock
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES
sample_directory = /usr/share/doc/postfix-2.2.10/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_send_xforward_command = yes
smtp_use_tls = no
smtpd_authorized_xforward_hosts = 127.0.0.0/8
smtpd_client_restrictions = reject_rbl_client sbl.spamhaus.org, reject_rbl_client bl.spamcop.net
smtpd_recipient_restrictions = permit_mynetworks, check_client_access pcre:/var/spool/postfix/plesk/no_relay.re, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sender_restrictions = check_sender_access hash:/var/spool/postfix/plesk/blacklists, permit_sasl_authenticated, check_client_access pcre:/var/spool/postfix/plesk/non_auth.re
smtpd_tls_cert_file = /etc/postfix/postfix_default.pem
smtpd_tls_key_file = $smtpd_tls_cert_file
smtpd_use_tls = yes
transport_maps = hash:/var/spool/postfix/plesk/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = $virtual_maps, hash:/var/spool/postfix/plesk/virtual
virtual_gid_maps = static:31
virtual_mailbox_base = /var/qmail/mailnames
virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
virtual_mailbox_maps = hash:/var/spool/postfix/plesk/vmailbox
virtual_transport = plesk_virtual
virtual_uid_maps = static:110
Running qmail niced wasn't even suggested. Should have thought of that as it would be a simple fix. Set to -19 and it will only run in the idle loop so won't be able to take over the machine.
Postfix seems to be working but not doing the local delivery as I can send email fine. The senior admins have been looking at it for days but no joy yet.
I don't like cpanel at all which is why I tend to use plesk
I did try a sendmail -bt, it emails it to root but there isn't a root user mailbox in /var/mail. Not sure where else to look to find it. Don't get any sign of 'new mail' when logged in as root via ssh which I would expect.
I'll suggest they put it back to qmail and nice it. It's the only way forward for now. I don't have any other mail host I can use.
Thanks for your help.