2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
dennosius |
Posted: Feb 6 2005, 12:20 PM
|
Newbie Group: Members Posts: 5 Member No.: 1497 Joined: 4-February 05 |
Hi!
UMPL worked fine with XMail 1.17, but now I updated to XMail 1.21 and I have some problems: 1. The alias domains were mixed up in the list. I fixed this by exchaning var[1] and var[0] in line 168 of root/class.php 2. I cannot access server settings. 3. The most severe problem I still have: Everything works fine with emails that are adressed only to the mailbox@domain they are delivered to. But the UMPL user interface does not show me emails that are for mailbox@alias at all. They are delivered correctly by XMail to the MailDir/new directory and are also available by external POP3 request (i.e. MS Outlook). When I send an email to mailbox@domain AND email@alias, the email is delivered TWICE into the MailDir/new directory by XMail correctly, but NONE of them is shown in the UMPL web inbox. Furthermore, even when I send an email to mailbox@domain AND mailbox@alias AND mailbox@domain2, XMail delievers it corretly TWICE to the MailDir/new of the first receipient and ONCE to the second one. But UMPL shows NONE of them in neither web inbox. In addition, what I just found out: I sent an Email to mailbox@domain and it was delivered and shown in UMPL correctly. Then I sent another email to mailbox@alias. This one is delivered correctly by XMail, but UMPL does not show it and furthermore does not show the first email any longer. It seems that if there is any email related to aliases UMPL does not show any inbox content for that user. Can anyone help? |
schmidt |
Posted: Feb 6 2005, 02:55 PM
|
Newbie Group: Members Posts: 3 Member No.: 907 Joined: 27-January 04 |
Hello together,
this is a known bug resulting from xmails new ctrl-protocoll behaviour - i did a fix some time ago (which also is inside latest umpl_xmail to be released) - this is the solution in detail: I just put together a hotfix for everybody running xmail>1.19: It can be downloaded at http://os3.waaf.net/tmp/umpl_xmail_fix_1.20.tar.gz inside there are four files that replace the existing ones: inc/class.php inc/inc.functions.php root/class.php root/aliasdom.php Please _first_ make backups of your existing files, e.g. $ cp inc/class.php inc.class.bak.php ... and then copy the files inside the tarball to the _correct_ locations (inc/class.php isnt the same than root/class.php) inside your umpl-xmail installation. If any problems occure please let me know! Sorry for the problems, Achim |
dennosius |
Posted: Feb 6 2005, 05:17 PM
|
Newbie Group: Members Posts: 5 Member No.: 1497 Joined: 4-February 05 |
Hi Achim,
thank you very much for the patch! It works fine. I still cannot access the server configuration, but I think that's probably because I restricted access to the MailRoot directory to chmod 700. And I prefer editing the server.tab file manually anyway, so no problem for me. UMPL is really a very good integrated admin/postmaster/user web frontend für XMail - I haven't seen any better one. And it is obviously very well supported by the author Really great thanks to you. |