vexim / vexim2

Virtual Exim 2
Other
70 stars 47 forks source link

adding forwarding address(es) #180

Closed mistatongz closed 8 years ago

mistatongz commented 8 years ago

Hi Guys,

I have a new server running FreeBSD 10.2 and exim 4.8. I have vexim2 installed and all seems to be working fine. However I have noticed that when you try to add a forwarding address on a user/address, you can only add one address contrary to the previous vexim where you could add multiple addresses. I get this error : "user1@xyz.com,user2@abc.com is not a valid e-mail address" when i separate with a comma. Have tried using a semi colon with the same error.

rimas-kudelis commented 8 years ago

Duplicate of #154 and fixed by #156? @mistatongz, which exactly version or commit ID are you using?

Udera commented 8 years ago

I was able to reproduce this, it happens when spamassassin is disabled.

Udera commented 8 years ago

Sorry, the error was slightly different and I probably found a different issue. I can however add multiple addresses. @mistatongz can you also specify the php version? For me, it is working on a FreeBSD system (10.3-RELEASE-p4) and php 5.6.

mistatongz commented 8 years ago

Hi,

I made changes to those 7 files but I am still getting the same error. I am using PHP 5.6.23, FreeBSD 10.2-RELEASE

On Sun, Aug 14, 2016 at 9:26 AM, Udera notifications@github.com wrote:

Sorry, the error was slightly different and I probably found a different issue. I can however add multiple addresses. @mistatongz https://github.com/mistatongz can you also specify the php version? For me, it is working on a FreeBSD system (10.3-RELEASE-p4) and php 5.6.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-239660067, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_wnaHHqc6oyahLOajakBNF8uY8_Hks5qfsMzgaJpZM4Ji-eS .

Tongai Terrence Zimbiti

Udera commented 8 years ago

And you installed vexim via freebsd pkg? Or github?

mistatongz commented 8 years ago

through github

On Sun, Aug 14, 2016 at 10:20 AM, Udera notifications@github.com wrote:

And you installed vexim via freebsd pkg? Or github?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-239661808, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_zItbMddYMx1o-vf-fNB4f8BsxsIks5qfs_NgaJpZM4Ji-eS .

Tongai Terrence Zimbiti

Udera commented 8 years ago

I tried this string user1@xyz.com,user2@abc.com as postmaster of a domain. I used it as a forward for an IMAP/POP-account, and also for aliases. Both work.

Can you tell us the script name of the form where you enter the details? Is it adminuserchange.php?

Did you install and enable the php-filter-module? (pkg-name: php56-filter-5.6.24)

mistatongz commented 8 years ago

There was php56-filter-5.6.23 and I have just upgraded to php56-filter-5.6.24

On Sun, Aug 14, 2016 at 10:33 AM, Udera notifications@github.com wrote:

I tried this string user1@xyz.com,user2@abc.com as postmaster of a domain. I used it as a forward for an IMAP/POP-account, and also for aliases. Both work.

Did you install and enable the php-filter-module? (pkg-name: php56-filter-5.6.24)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-239662304, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_7dTl06HJMzw86Gta7LBkTcUwRXqks5qftLxgaJpZM4Ji-eS .

Tongai Terrence Zimbiti

Udera commented 8 years ago

It's still not 100% clear, what form and what version you are using.

mistatongz commented 8 years ago

Hi

I am not sure I understand what you are asking when you say what form? I had indicated the version of php I am running as PHP 5.6 and apache24

On Sun, Aug 14, 2016 at 11:50 AM, Udera notifications@github.com wrote:

It's still not 100% clear, what form and what version you are using.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-239665070, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_zXnzWsINYH5GEqmUW-c2C_0QTNoks5qfuTLgaJpZM4Ji-eS .

Tongai Terrence Zimbiti

Udera commented 8 years ago

What page are you using? The URL must be something like: http://youdomain.com/vexim/adminuserchange.php

How exactly did you install vexim? Did you download the latest release: https://github.com/vexim/vexim2/releases or the master-branch?

mistatongz commented 8 years ago

http://mydomain.com/vexim

<Directory "/usr/local/www/apache24/data/vexim"> is my entry in the httpd-vhosts.conf file

I downloaded the vexim from github site and did the installation about 4months ago. Its been working fine along until one of the clients requested forwarding to more than one address.

I am attaching 2 files. One has spamassassin option which is my old vexim server and the one without is the new server which i am having issues with.

On Sun, Aug 14, 2016 at 1:39 PM, Udera notifications@github.com wrote:

What page are you using? The URL must be something like: http://youdomain.com/vexim/adminuserchange.php

How exactly did you install vexim? Did you download the latest release: https://github.com/vexim/vexim2/releases or the master-branch?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-239669113, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_8peG8cf8hWFbs0bYqha9CVlSlLeks5qfv57gaJpZM4Ji-eS .

Tongai Terrence Zimbiti

rimas-kudelis commented 8 years ago

@mistatongz try updating from git (or downloading latest tarball). @Udera fixed this problem 25 days ago in #156. Please update and report if it fixes your problem.

mistatongz commented 8 years ago

Will do Rimas. Thanks

regards

Tongai

On Mon, Aug 15, 2016 at 10:03 AM, Rimas Kudelis notifications@github.com wrote:

@mistatongz https://github.com/mistatongz try updating from git (or downloading latest tarball). @Udera https://github.com/Udera fixed this problem 25 days ago in #156 https://github.com/vexim/vexim2/pull/156. Please update and report if it fixes your problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-239748870, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_136P0oTOvV6C9V9p1VGNdhGs_Avks5qgB1LgaJpZM4Ji-eS .

Tongai Terrence Zimbiti

rimas-kudelis commented 8 years ago

@mistatongz have you tested if the problem is fixed for you?

mistatongz commented 8 years ago

Not yet Rimas. Will let you once done.

On Tue, Aug 16, 2016 at 10:30 AM, Rimas Kudelis notifications@github.com wrote:

@mistatongz https://github.com/mistatongz have you tested if the problem is fixed for you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-240036966, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_1OKwgmdBMk4Pxcr4Rao6Zo8Ia76ks5qgXU6gaJpZM4Ji-eS .

Tongai Terrence Zimbiti

mistatongz commented 8 years ago

Please confirm I should use the source code on the link below.

https://github.com/vexim/vexim2/releases/tag/v.2.2.1-git

On Tue, Aug 16, 2016 at 10:46 AM, Tongai. T. Zimbiti tongzii@gmail.com wrote:

Not yet Rimas. Will let you once done.

On Tue, Aug 16, 2016 at 10:30 AM, Rimas Kudelis notifications@github.com wrote:

@mistatongz https://github.com/mistatongz have you tested if the problem is fixed for you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-240036966, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_1OKwgmdBMk4Pxcr4Rao6Zo8Ia76ks5qgXU6gaJpZM4Ji-eS .

Tongai Terrence Zimbiti

Tongai Terrence Zimbiti

Udera commented 8 years ago

Please confirm I should use the source code on the link below. https://github.com/vexim/vexim2/releases/tag/v.2.2.1-git

No, use the current master: https://github.com/vexim/vexim2/archive/master.zip

mistatongz commented 8 years ago

Thanks guys. I will let you know how it goes. Its been hectic workwise, so havent had the time.

On Tue, Aug 16, 2016 at 11:00 AM, Udera notifications@github.com wrote:

Please confirm I should use the source code on the link below. https://github.com/vexim/vexim2/releases/tag/v.2.2.1-git

No, use the current master: https://github.com/vexim/ vexim2/archive/master.zip

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-240044846, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_2eIMjjeWYgi2sCy2qnRlxqk6Ft9ks5qgXwdgaJpZM4Ji-eS .

Tongai Terrence Zimbiti

rimas-kudelis commented 8 years ago

@Udera I've added a mention of PHP-filter to the README.

Udera commented 8 years ago

@Udera I've added a mention of PHP-filter to the README.

very good. I forgot about this.

mistatongz commented 8 years ago

great. thanks

On Tue, Aug 16, 2016 at 2:28 PM, Udera notifications@github.com wrote:

@Udera https://github.com/Udera I've added a mention of PHP-filter to the README.

very good. I forgot about this.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-240087118, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_ySzk5XvNA_4xtf8AniXWBYgzP--ks5qgaz_gaJpZM4Ji-eS .

Tongai Terrence Zimbiti

mistatongz commented 8 years ago

hey guys,

Good news. I managed to install vexim with the latest master source code and all is working, multiple forwarding addresses sorted. Thanks for all your help. Much appreciated.

regards

Tongai

On Tue, Aug 16, 2016 at 10:30 AM, Rimas Kudelis notifications@github.com wrote:

@mistatongz https://github.com/mistatongz have you tested if the problem is fixed for you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-240036966, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_1OKwgmdBMk4Pxcr4Rao6Zo8Ia76ks5qgXU6gaJpZM4Ji-eS .

Tongai Terrence Zimbiti

rimas-kudelis commented 8 years ago

Great! Closing this issue then.

@mistatongz make sure to note somewhere that you now have Vexim version 2.3 (we haven't released it officially yet, but I guess we will very soon).

mistatongz commented 8 years ago

Will do. Great. You can close it.

On Wed, Aug 17, 2016 at 10:14 AM, Rimas Kudelis notifications@github.com wrote:

Great! Closing this issue then.

@mistatongs make sure to note somewhere that you now have Vexim version 2.3 (we haven't released it officially yet, but I guess we will very soon).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vexim/vexim2/issues/180#issuecomment-240343988, or mute the thread https://github.com/notifications/unsubscribe-auth/AUBD_yTO5dMu0dEP5bf8-7SkUadrjoPIks5qgsLbgaJpZM4Ji-eS .

Tongai Terrence Zimbiti