Search results

  1. wasif

    Regenerate PMTA Config got null message

    It means the Mumara server is unable to connect to your pmta webmonitor via HTTP.
  2. wasif

    How can i use only one smtp host address with all powermta servers

    If you PowerMTA server is same, you can just point any of the usable IP to your hostname e..g smtp.yourserver.com and then edit all smtps to replace the hostname with the new value. Or if you have a lot of SMTPs, you can do it via DB query.
  3. wasif

    Sending emails unsubscribers

    Either you can mark set all recipients back to "subscribed" or you can create a segment of all unsubscribed contacts and then send a campaign to them. When you send to a segment, it doesn't skip any contacts except the ones which are suppressed. And if you plan to set all contacts to...
  4. wasif

    Dynamic Content Tags With Multiple Content Block Options

    Something similar but more feature-enriched module is being developed that will allow you to handle several conditions for a single tag.
  5. wasif

    TLD inboxes with Mumara classic and Spamboxes with Campaign +

    @internetbizz , thank you for the question. Did you try with cname or cloak? if you tried with cloak, I would suggest trying cname as well. Also, sometimes the headers show the reason why the email was marked as spam. Anything you found in the headers similar to this?
  6. wasif

    Memory allocation

    Just add the line above the include dir. But make sure you should know what you are doing. If you have 0 technical experience, I would suggest getting an expert on it.
  7. wasif

    Changing link paths?

    Can you provide me a sample of the link you see right now vs the link you want it to appear. It will explain more!
  8. wasif

    Memory allocation

    @zeehman To give more memory to MySQL, find the MySQL config file mostly placed here /etc/my.cnf and add/edit the following lines to it innodb_buffer_pool_size=8G where 8G is the 8GB of RAM you are allocating to MySQL. You can modify the value as per your requirement To give more memory to...
  9. wasif

    how to increase SQL memory

    yes and then restart the services. If you comment on the mentioned topic, I can explain in more detail. So we stick beneath a single correct thread.
  10. wasif

    how to increase SQL memory

    Look into this post https://community.mumara.com/threads/memory-allocation.228/#post-865
  11. wasif

    Minimum required headers

    What headers you are seeing in the message source? You can always remove any headers at the MTA side. However, x-logid is important for logs processing.
  12. wasif

    Autoresponder to Customers who replied to our reply-to email address

    We have built an addon for Mumara Campaigns called ReplyProcessor but hasn't launched it yet. It's going through the testing phase.
  13. wasif

    Sending Domain SSL certificate

    Can you please explain in detail what you are trying to do?
  14. wasif

    external smtp

    If the Mumara server and the MTA server are placed within the same rack, the traveling time of the packet will be minimum and you can save a huge delay. And yes, it depends again on your configuration i.e. how the MTA server is listening to the Mumara server. In some cases, the people make a...
  15. wasif

    RSS Feed to Email

    I appreciate your suggestion and we have a similar thing pipelined that should fetch the content from a remote JSON or XML file and add to the email content using dynamic tags.
  16. wasif

    Remove duplicate emails from all lists.

    Once you dedupe list, it will give you options to chose from. I believe it should help!
  17. wasif

    CNAME and hiding mumara real domain/ip.

    It's about to launch tonight!
  18. wasif

    Segment Filter Criteria AND or OR

    for or, you can use comma-separated values. e.g first name is Ken,Chris,Richard etc. And if you want an OR between two filters e.g. where first name is Ken or last name is Chris, that isn't yet available.
  19. wasif

    Trigger Event Criteria - Date Field

    You can create a segment on it where %%date_field%% is {options} and then add a trigger on it. e.g give me an example and I'll explain how to achieve it
Back
Top