Questions tagged [postfix]
Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program.
778 questions
0 votes
0 answers
35 views
Adding an account of postfixmailserver failed on Outlook
I need to add a new account to Outlook. This account belongs to a postfixmailserver. For POP settings, I set port number 110 for incoming and port number 25 for outgoing mail. As the server doesn't ...
0 votes
1 answer
52 views
Testing postfix mail server with POP3 fails
PostfixAdmin installed successfully. To test whether internal sending and receiving mail work, I used SMTP to send mail: telnet mail.example.com 25 Trying 94.284.174.110... Connected to mail.example....
0 votes
0 answers
30 views
imap indexing on postfix server
Situation I have a Postfix mail server that uses NFS mounted home directories. Each user’s inbox is located in /var/mail/user, while secondary mail folders are stored within the user’s home directory. ...
0 votes
1 answer
72 views
Postfix: forcing postfix to use port 465 for all outgoing mail delivery
Suppose and external mailserver force the use (allow only) of port 465. Postfix by default use port 25. So when I try to send an email postfix exit with error "no route to host" and don't ...
0 votes
0 answers
126 views
Sendmail wont work for my ubuntu terminal server (Ubuntu 24.04.2)
I'm currently attempting (and failing) to set up an SMTP mail server on my Ubuntu server so I can recieve emails from the contact page of my php based website. I was planning to send these emails ...
0 votes
0 answers
28 views
postmap mangled output
Why is postmap returning the action mixed in with the input header? # < test.eml postmap -q - regexp:test_HC Return-PREDIRECT [email protected][email protected]> # cat test.eml Return-Path: &...
1 vote
0 answers
160 views
Envelope and from address rewriting for local mail
When delivering local mail via Postfix, I would like to rewrite both the envelope and the from header. For the envelope, I configured a sender_canonical_map (which works well), but the header_checks (...
0 votes
0 answers
37 views
Handling of local mail by Postfix
I have three servers (web, social, mail) on which a root cronjob is executed nightly. For two of the servers (web, social), the cron notification is delivered through the local Postfix MTA to the ...
3 votes
1 answer
109 views
unattended-upgrades uses wrong hostname after switching from msmtp to Postfix
I recently switched from using msmtp to Postfix as MTA on one of my servers. unattended-upgrades used to send notifications with the content of /etc/hostname (webserver.example.org), but now it uses ...
-1 votes
1 answer
82 views
`postmap -s` returns output but `postmap -q` does not
postmp -s lists the contents of the test file, but postmap -q does not match queries. What am I missing? Postfix Version and Test File [root@relay postfix]# rpm -q postfix postfix-3.9.0-8.fc41.x86_64 ...
0 votes
0 answers
178 views
Postfix/Dovecot configuration to gmail as relay
Does any one have a complete configuration of using Dovecot to handle OAuth2 tokens to allow Postfix to send mail to gmail? Most use cases found are either too old or not complete. I have done the ...
0 votes
1 answer
92 views
How to configure 2x Postfix MTAs [closed]
I want to run an email server for myself (I'm leaning towards postfix), but I need it to look something like this: [MUA] <-> [Home MTA] <--> [External MTA] The Home MTA sits on a ...
0 votes
1 answer
113 views
What DNS records are needed to ensure pop3 delivery from external mail senders succeeds?
My setup: Network: Low spec vps server, Mail server: postfix + dovecot + mysql, OS: ubuntu 16.04 (to be upgraded once mail config is complete). I have a single domain (call it mydomain1.com) ...
0 votes
0 answers
189 views
Can Postfix be used to deliver e-mail internally only?
I've set up a Rocky server and would like to deliver notifications from apps internally using Postfix (rather than needing to look at logs). An example would be smartd delivering an e-mail when there ...
0 votes
1 answer
70 views
Postfix Mail logs Alert
Is there a way via script to set an alert when an application is sending high volume of messages in short amount of time (5min)? My goal here to have us notified when some application spamming or ...