Hello,
i already wrote on the Facebook-Page as "Dennis Scholz".
There are several Problems on openSuSE 12.2:
1. Hourly Cleanup Cronjob is not added automatically - i had to add it myself. But instead of the other guy in this thread, that cronjob is working on my Server.
2. POP3D is not starting automatically. You Need to
# /usr/lib/courier-imap/pop3d.rc start
in order to start it. It's also pretty funny that you can remove the Content of the file /etc/init.d/courier-imap and still be able to execute /etc/init.d/courier-imap start / stop in order to start / stop courier. It works even though nothing is in that file! I worked around that pop3d issue through adding a new init file, that starts the daemon for pop3 manually.
The Solution RuslanT gave didn't solve the Problem, but it made another: After doing These steps plesk gives me error 500 when i try to go to the page "Custom View Settings" under "Tools & Settings".
The error i've got in the log is this one:
Exception: PHP Catchable Fatal Error: Argument 1 passed to CommonPanel_Controller_Helper_Subscription::getPermissions() must implement interface Plan_Interface, null given, called in /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Final/ServicePlan/AdminPlanHostingPermissions.php on line 45 and defined; File: /usr/local/psa/admin/plib/CommonPanel/Controller/Helper/Subscription.php, Line: 167
file: /usr/local/psa/admin/smb/application/library/Smb/Exception/Syntax.php
line: 55
code: 0
trace: #0 /usr/local/psa/admin/plib/CommonPanel/Controller/Helper/Subscription.php(167): Smb_Exception_Syntax::handleError(4096, 'Argument 1 pass...', '/usr/local/psa/...', 167, Array)
#1 /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Final/ServicePlan/AdminPlanHostingPermissions.php(45): CommonPanel_Controller_Helper_Subscription::getPermissions(NULL)
#2 /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Abstract/ServicePlan/Permissions.php(57): AdminPanel_Form_Final_ServicePlan_AdminPlanHostingPermissions->_getPermissions()
#3 /usr/local/psa/admin/plib/Zend/Form.php(240): AdminPanel_Form_Abstract_ServicePlan_Permissions->init()
#4 /usr/local/psa/admin/plib/CommonPanel/Form.php(60): Zend_Form->__construct(Array)
#5 /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Final/ServicePlan/AdminPlan.php(184): CommonPanel_Form->__construct(Array)
#6 /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Final/ServicePlan/AdminPlan.php(95): AdminPanel_Form_Final_ServicePlan_AdminPlan->_addHostingPermissionsTab(Object(CommonPanel_Form_TabbedSubForm))
#7 /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Abstract/ServicePlan.php(56): AdminPanel_Form_Final_ServicePlan_AdminPlan->_addTabs(Object(AdminPanel_Form_Final_ServicePlan_AdminPlan))
#8 /usr/local/psa/admin/panel/application/library/AdminPanel/Form/Final/ServicePlan/AdminPlan.php(49): AdminPanel_Form_Abstract_ServicePlan->init()
#9 /usr/local/psa/admin/plib/Zend/Form.php(240): AdminPanel_Form_Final_ServicePlan_AdminPlan->init()
#10 /usr/local/psa/admin/plib/CommonPanel/Form.php(60): Zend_Form->__construct(Array)
#11 /usr/local/psa/admin/panel/application/controllers/ServerController.php(124): CommonPanel_Form->__construct()
#12 /usr/local/psa/admin/plib/Zend/Controller/Action.php(513): ServerController->adminPlanAction()
#13 /usr/local/psa/admin/plib/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('adminPlanAction')
#14 /usr/local/psa/admin/plib/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 /usr/local/psa/admin/panel/application/library/AdminPanel/Application/Web.php(20): Zend_Controller_Front->dispatch()
#16 /usr/local/psa/admin/panel/application/public/index.php(15): AdminPanel_Application_Web->run()
#17 {main}
PHP Fatal error: Call to a member function getPermissions() on a non-object in /usr/local/psa/admin/plib/CommonPanel/Controller/Helper/Subscription.php on line 170
The third and last Problem is, that catchall-adresses are not working. I get the following mail log entry if i try to send an email to an unexisting emailadress "postmaster (at) thegreyworld.de" that should be redirected to "catchall (at) thegreyworld.de":
Dec 15 22:15:38 Server-02 postfix/qmgr[8273]: C4897880417: from=<xyz@gmail.com>, size=2091, nrcpt=1 (queue active)
Dec 15 22:15:38 Server-02 postfix/cleanup[8058]: 2B6FF880761: message-id=<CAJJkQqCQUuYSbEEm5EqauCFxYdJ4i45dm2net6tNKBLNg9xbTA@mail.gmail.com>
Dec 15 22:15:38 Server-02 postfix/local[8061]: C4897880417: to=<postmaster@localhost.localdomain>, orig_to=<postmaster@godsofwarclan.de>, relay=local, delay=0.53, delays=0.53/0/0/0, dsn=2.0.0, status=sent (forwarded as 2B6FF880761)
Dec 15 22:15:38 Server-02 postfix/qmgr[8273]: 2B6FF880761: from=<scholzden@gmail.com>, size=2467, nrcpt=1 (queue active)
Dec 15 22:15:38 Server-02 postfix/qmgr[8273]: C4897880417: removed
"catchall (at) thegreyworld.de" is set as catchall adress for the Domain. But it sends the E-Mail to my sendermail
xyz@gmail.com. So instead of putting the mail that was directed to an inexistent mailadress in the catchall mail it sends it back to my senderadress
xyz@gmail.com. Something is completley wrong with the mailservice.
If you Need any Special Information or better Explanation, please ask, i will try to do my best to help you.
Dennis