postfix

  1. S

    Solved LDAP broken after Postfix upgrade

    After updating Postfix to the latest version (3.6.2_2,1) ldap is broken. I tried the flavored ldap version as well as the default version with ldap option compiled into it. In both cases I get this error in /var/log/maillog: mailserver postfix/master[5837]: warning...
  2. V

    Solved LDAP error in mail/postfix

    Hi! Today I've updated mail/postfix to version 3.6.2_2,1 built in ports-mgmt/poudriere. I use it with LDAP support. I was surprised by the following messages in my logs: postfix/smtps/smtpd[35950]: fatal: load_library_symbols: dlsym failure looking up dict_ldap_open in...
  3. mtrcycllvr

    Solved Issues compiling bdb support into postfix/postmap?

    Greetings! I've recently been working on a FreeBSD install from 12.0 to 12.2.. This OS/HW instance supports several jails, one is dedicated to my postfix/dovecot mailhost. After futzing with various version changes to various settings.. (god, cant we just leave things alone for a bit?)...
  4. alfikmik

    Solved problem with sieve ... Postfix + mysql+ postfixadmin + dovecot + sieve + amavisd (with spamassassin and clamav)

    Hi there got problem with sieve (it doesn't move mails to directories i mean spam to "Junk" folder. In logs there is no information about any errors. Spamassassin is called from amavisd and tags mail (as spam) properly but sieve doesn't move mails. installed packages: amavisd-new-2.12.0_1,1...
  5. IPTRACE

    Postifx rule - reject From: & Return-path are not from the same domain

    Hello Guys! I need some help to create any rule, exp. pcre or regex to check if domain (@domain.tld) fields From: and Return-path are the same. Generally, I'd like to avoid create another transport policy in Postfix, perhaps the above can do the job. Thanks for any support.
  6. IPTRACE

    Postfix 3.4

    Hello All! Does someone know when we can expect the Postfix branch version 3.4 in ports tree? The software is already ready since end of February and current version is 3.4.5 . I do not want to install by myself from source. The old one 3.3.4 is legacy release and is availbale from ports of...
  7. T

    Cannot login to Maia mailguard

    Hi, I'm running maia mailguard 1.0.3 (A Virus and Spam Management Solution for Email ) and have set 2 primary account as administrator, and I’ve tried switch account as primary from account1 to account2. After that I cannot login with new primary account with error : Login for user...
  8. pingme

    Solved Timeout to localhost:25 and 127.0.0.1:25 (postfix)

    Hello, I am running FreeBSD 11.1-RELEASE-p8 and postfix-3.3.0,1 and since few days (maybe since the last update) it's takes very long time to get the EHLO when i do telnet localhost 25 or telnet 127.0.0.1 25. telnet to the public IP : 25 works normally. The Webmail client get a timeout error...
  9. D

    PF Route outgoing smtp through pptp tunnel

    I am using freeBSD 11.1-RELEASE-p6 on a raspberry PI and I can't get it to route email out though a pptp tunnel instead of the default route through the ethernet connection. If I change smtp_bind_address in postfix main.cf to the pptp tunnel address I can see the correct from address in pflog...
  10. IPTRACE

    OpenDKIM slows to a crawl outgoing mails at Postfix

    Hello! The issue is like in the subject. OpenDKIM signs mails and it takes too much time. Example (50 MB mail size): Without OpenDKIM: transmission time is around 5 sec. With OpenDKIM: transmission time is around 120 sec. I was looking at Postfix logs and the issue was by the OpenDKIM. So...
  11. spython01

    Solved Send external email from FreeBSD without FQDN

    I am trying to set up a FreeBSD VPS on Digital Ocean and would like to have the server send emails to my work email whenever updates are available and when cron jobs have completed. Is there a way to do this without associating a fully qualified domain name to the server? In looking through...
  12. CyberCr33p

    merge 2 bogofilter databases

    Is it possible to merge 2 bogofilter databases in 1 database? For example does this work? bogoutil -d wordlist.db > wordlist.server1 bogoutil -d wordlist.db > wordlist.server2 cat wordlist.db.server1 | bogoutil -l wordlist.db.new cat wordlist.db.server2 | bogoutil -l wordlist.db.new
  13. S

    cannot send mail with postfix and dovecot

    Another question about mail server. I follow many tutorial and their instructions to set up a mail server on my Freebsd11 machine. when I run the swaks --from user1@example.com --to user2@example.com --server <ip>:25, the output of /var/log/dovecot-error is: deliver(user2@example.com): Fatal...
  14. S

    Solved mail server error: /usr/lib/dovecot/deliver: No such file or directory

    I'm on FreeBSD11. I want to setup a mail server with postfix and dovecot with ldap backend. I encounter with this error in /var/log/maillog: /usr/lib/dovecot/deliver: No such file or directory configs are: #ee master.cf dovecot unix - n n - - pipe...
  15. K

    VPS with Postfix as outgoing mail server

    Hi I'm trying to figure out how to solve my mail server problem the best possible way. The reason for this is that my ISP blocks smtp port 25 and that's no problem since they provide a smtprelay server I can use to send mail thru. But recently more and more of my mails have been blocked by...
  16. M

    Solved Cron Emails & OpenDKIM?

    Is there any reason why cron emails are not signed by OpenDKIM? My server is setup so all emails are delivered via postfix (sendmail is disabled). The cron emails are delivered from <user>@mail.example.com. If I manually send an email from "mayhem@mail.example.com", the email is digitally...
  17. marcus123

    Solved Roundcube could not connect to localhost:143: Unknown reason

    Hi, after setup roundcube, it can send email from installer page -> "Test SMTP config". But I got this strange error on the installer page -> "Test IMAP config": IMAP connect: NOT OK(Login failed for my-account-name from 192.168.123.188. Could not connect to localhost:143: Unknown reason)...
  18. IPTRACE

    Postfix - does not resolve a new revDNS entry

    Hello! I have a strange problem. My postfix does not resolve one of the IP address to domain name. So, in such case mail is dropped. Restarting the postfix does not help. host command from this OS resolves this IP correctly. I don't use any DNS server on this machine. Where can be a problem...
  19. N

    Postfix multi-domain mail server - jails or virtual domains?

    Hello folks! I am just getting started to setup a new mail server running FreeBSD 11. I need to setup 4 domains on this server. I am using Postfix as the MTA, Dovecot for Imap/Pop, Amavisd, Spamassassin, Postgrey & Clamav for filtering messages. Initially, all the domains will share a common...
  20. G

    "libicuuc.so.55" not found 10.3

    Shared object "libicuuc.so.55" not found, required by "postconf" # uname -a FreeBSD theranch 10.3-RELEASE-p11 FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:49:24 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 I went to ports/devel and built icu. That didn't...
Back
Top