Search results for query: purplehat postfix

  1. dbdemon

    Solved error: unsupported dictionary type: mysql and conflict

    You need to also compile the dovecot port so it supports "mysql" (i.e. MariaDB) as well. Not sure about the SASL authentication for postfix. Which options did you choose when compiling? You might want to have a quick look at this guide and see if that gives you any ideas...
  2. J

    Postfix and dovecot and mysql for mail sever.

    I had it working for years in conjunction wit something called Maia that handles spam and the like. (https://www.purplehat.org/?p=736 Portions of it that provided a web control page went away. The developed man new guide (https://www.purplehat.org/?p=1446). which unfortanlely was moving away...
  3. T

    Postfix and dovecot and mysql for mail sever.

    I set up a private mail server several years ago drawing from purplehat and a few other guides, and have been using it to host 2 primary mail domains and a few auxiliary mail domains ever since. The database approach described in that guides is flexible, so you can adjust the table layouts and...
  4. R

    Postfix and dovecot and mysql for mail sever.

    Hi, I am in the process of setting up postfix, dovecot, mysql to the latest versions to be used for mail server. I need to be able to handle mail for multiple domain names. I have followed these 2 tutorials: postfix tutorail Dovecot Tutorial I have mysql installed and setup properly...
  5. J

    Solved Postfixadmin and FreeBSD 13.2

    in web surfing there seems to be discussion about a postfixadmin database in mysql. Going back to my original guidebook. http://www.purplehat.org/?page_id=11. I am confused by the instruction. It says to create a postfixadmin database but al the instructions refer to postfix. The intent...
  6. VladiBG

    Idiot guide to freebsd+postfix+libspf2 ?

    Add amavisd-new with spamassassin and clamav to the mix and spamrats to reject_rbl_client in your postfix main.cf file. You can check this guide at : https://www.purplehat.org/?page_id=4
  7. Lamia

    Solved TLS library problem in Mail

    You rock; It is indeed one of the best; purplehat's is also good.
  8. VladiBG

    Dovecot Installation on FreeBSD 12.1 - Running daemon (Non-SSL) - Doesn't work

    No i'm not using MySQL in my setup. I'm using PostgreSQL with postfix. Instead of manually creating the configuration file it would be easy to copy all examples and then only to modify the required changes. cd /usr/local/etc/dovecot/example-config cp -Rp * ../ This will overwrite your current...
  9. C

    Solved Dovecot Postfix MySQL Authentication Issues

    I wiped postfix and dovecot and started fresh .. I wasn't helped by bad typing or some pretty interesting mistakes in /http://www.purplehat.org
  10. E

    Guide to a FreeBSD mail server

    It still blows my mind how many people use my guide but I wanted to say thanks for still recommending it (even though it's older than dirt). Fact is, the main project itself (Maia-Mailguard) had fallen into the unmaintained category until somewhat recently when Joshua Small (huge thanks to him!)...
  11. herrbischoff

    Guide to a FreeBSD mail server

    Thanks. However, I'm looking for something simpler to start with to be able to understand what I'm doing. That sounds like a reasonable approach and mirrors my experiences with setting it up just by reading the manuals and manpages. There are instructions for almost anything under the sun but...
  12. Lamia

    Guide to a FreeBSD mail server

    You should start with the Purplehat tutorial, which most FreeBSD users also referenced - https://forums.freebsd.org/search/29961/?q=purplehat+postfix&o=date. Here is the guide. It will get you started but you need some additional resources to get a close to standard mailserver for the Internet...
  13. H

    Dovecot Error

    Well, I upgraded my FreeBSD 8.1 system to FreeBSD 8.4. I then was promoted for upgrades for software packages. This included the Postfix and Dovecot. My Postfix config seems to be working properly. I can receive e-mails. I am having most of the problems with Dovecot 2.2.10 I upgraded to that...
  14. N

    Home network setup

    Re: It is now: bsdbox.co resolves to my router's external IP. I managed to get WAMP working on Windows 7; however, I've now set up AMP on an old notebook running FreeBSD 9.2-RELEASE and it is functional. I do, and I have some questions you might be able to help with. It's irrelevant now, but...
  15. C

    Postfix Tutorial

    Currently, @rolfheinrich is elaborating a HOWTO very interesting. Also, for a common installation/configuration you can take a look to this blog. PS. purplehat's tutorial just seems too old.
  16. C

    Postfix Tutorial

    HI guys, does anyone have a tutorial for Postfix or know some link to it? I was taking a look on www.purplehat.org but I don't know if it is updated. Thank you all.
  17. S

    Postfix installation problem

    Hi, I have started using FreeBSD recently. I am trying to configure the Postfix mail server using Purplehat's tutorial. I have Googled below issue but I'm not getting any good solution yet. I have tried below link but apparently the issue is not related with mine. Any help would be highly...
  18. G

    FreeBSD Mail Server

    First let me say that I am very new to FreeBSD. However... new enough to be dangerous. I have been searching around for server software to replace my Windows servers and seem to have found that FreeBSD will more than suit my needs for what I am trying to accomplish and with that my interest was...
  19. Understudy

    Postfix telnet issue

    I think you may be absolutely correct. Here is (in part )my current master.cf # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master"). # # Do not forget to execute "postfix reload" after editing this...
  20. X

    Postfix telnet issue

    The problem is that you seem to have some configuration somewhere that has enabled SSL *ONLY* on port 25. So when you try a normal telnet postfix is waiting for it to negotiate SSL and the telnet isn't doing that so it's just hanging. Everything works fine when you actually use SSL via the...
Back
Top