Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - amz4u2nv

Pages: [1]
1
E-Mail / Re: pipe to php script
« on: May 16, 2020, 09:07:07 PM »
nevermind sorted, had to create a forwarder first to forward all emails to an account, then use that account to pipe it.

2
E-Mail / pipe to php script
« on: May 16, 2020, 08:30:20 PM »
Hi, I am trying to pipe all emails that don't have an email account setup to a php script

Forwarder         Domain      Version de php  script
*@test.com   test.com   null   /home/test/forward_email.php

so sending an email to an account that doesn't exist should send email details to php script.
However i get this in the logs -

NOQUEUE: reject: RCPT from mail-db8eur06olkn2101.outbound.protection.outlook.com[40.92.51.101]: 550 5.1.1 <***@test.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<test1234@hotmail.com> to=<test222@test.com> proto=ESMTP helo=<EUR06-DB8-obe.outbound.protection.outlook.com>

The account test222 doesn't exist, but i want emails that are sent to accounts that doesn't exist to be parsed via the php script.
Any ideas?

Thanks

3
E-Mail / Re: Cpanel Emails to CWP
« on: May 13, 2020, 01:04:59 PM »
logs just show this
Warning: autocreate plugin is deprecated, use mailbox { auto } setting instead

4
E-Mail / Cpanel Emails to CWP
« on: May 13, 2020, 09:50:27 AM »
Hi, I'm new to CWP, and want to move my emails from cpanel to CWP
I've followed the guide here - http://wiki.centos-webpanel.com/how-to-manually-import-emails

Parts of it seems to work
i.e. the quoto for each email account seems to be updated via mail explorer under emails link.
However when I go to the email account itself via roundcube webmail, there are no emails in the inbox.
I've coped the account to /var/vmail/
change the permissions as stated in the guide.

Any ideas?

Pages: [1]