Postfix is a free, open-source, widely used cross-platform mail server, available on all common platforms.

learn more… | top users | synonyms

0
votes
0answers
11 views

config postfix to use different gmail for different domain

i can use a single gmail for my server send out email globally, but i want to make each domain use individual gmail, so i make changes to the main.cf. Here is my main.cf up to now. ...
0
votes
0answers
5 views

PostfixAdmin - Removing the announcement that users see

There is an announcement posted for every user. It looks like this: === Announcement === This is a new version of Postfix Admin. If you have any questions please direct them to the Site Admin === ...
0
votes
0answers
12 views

Linux mail server allowing users access by windows clients without entering password [closed]

Linux mail server allowing users access by windows clients without entering password Hi!, I have long been trying to solve a problem but I could not. I want to install a linux mail server allowing ...
0
votes
0answers
15 views

postfix recipients_restrictions sender domain = recipient domain

I have a postfix server configured with virtual domains. Everything works quite fine except one use case which goes through and should not. When I am sending email from domain name supported by the ...
0
votes
1answer
19 views

PHP + postfix: all emails copied to mailer-daemon

I have an ubuntu 12.10 box with latest repository (apt-get) postfix. When I send emails from sendmail command line: sendmail -r from@example.com -f from@example.com -t to@example.com The email is ...
-1
votes
0answers
6 views

How to configure postfix to throw away all email to one domain and relay all other email? [closed]

I need to set up postfix in a development/test environment to filter e-mails so we don't spam our customers. In our test environments we scrub all our user data so that e-mail addresses are changed ...
1
vote
0answers
57 views

Send email from PHP on aws EC2 via Postfix on another EC2 instance

I m trying to install a Web Server on aws Ec2 ubuntu instance to send email coming from another Ec2 instance. But I have some trouble... I use swiftmail to prepare emails $transport = ...
0
votes
1answer
23 views

Connection Time out on Email forwarding

I have a situation when forwarding from postfix mail server to yahoo,gmail,aol,icloud and many others forwarded email delivery to major ESP stopped at once though it works for my company email and the ...
0
votes
1answer
25 views

Ubuntu not mailing to own domain user not found

Here is the mail.log output from the Ubuntu 12.04.2 Server NAMES HAVE BEEN VERIFIED AND CHANGED TO PROTECT THE INNOCENT May 9 15:32:53 svr-it-app2 postfix/local[22727]: 743FCC00E52: ...
-1
votes
0answers
16 views

Creating multiple smtp accounts on the fly

I am working on a college project where I am expected to code a program to create smtp accounts on the fly(php). I have read and explored about Mail Trasport Agents such as sendmail, postfix and ...
0
votes
2answers
90 views

Evaluating postfix using stack python

My task is to convert a fully parenthesized infix expression. Example (((54+56)+(4+73))+(9+7)) to postfix. Then evaluate the postfix. The expression is input from the user. I have to use a ...
0
votes
0answers
22 views

Postfix check_recipient_access through a db table

I'm working on my postfix server, specifically the alias section. I'm trying to make this are a bit more dynamic with a few tables so I can manage it through one of my applications. Here is my ...
1
vote
0answers
61 views

SQLite Query for a character with a prefix and a suffix

Okay actually I'm writing a program for parsing Japanese/Chinese text, but I try to map it to an english example. No, I don't want to use it to create password lists :). Suppose there is a text ...
-1
votes
0answers
21 views

Postfix & ISPConfig & DKIM - Can't retrieve DKIM public key [closed]

I configured a SMTP server with Postfix and OpenDKIM, and when I send messages, a DKIM header is added, but I can't pass any test like the one at http://www.brandonchecketts.com/emailtest.php. The ...
-1
votes
0answers
24 views

Dovecot User not found [closed]

I'm having problems setting up my mailserver. I try to send a testmail like this: echo "Dies ist ein Test .." | mail -s "Testmail" test@example.net However it never get's through. My dovecote log ...
1
vote
1answer
104 views

Evaluate a postfix expression using a stack and array in C

I am still new and not too quick on picking up coding with C. For an assignment I have to evaluate a Postfix expression from an array using a stack. While I am sure I have several problems with my ...
-1
votes
0answers
33 views

Sending out a mail with postfix to gmail / hotmail addresses [closed]

I'm trying to send out emails with my Postfix server to gmail / hotmail addresses. This doesn't work. The Postfix mail log says that mails are sent but I never received the email. Sending out ...
1
vote
1answer
24 views

How to find out which script is generating email in postfix [closed]

I want to find out what script is generating below emails in Postfix. How can I find this out? Apr 9 15:44:40 web-02 sendmail[6483]: r395ieiC006483: from=communications@domain.com.au, size=50, ...
0
votes
0answers
78 views

POSTFIX / DOVECOT - delivery remote after smtp_auth - 454 4.7.1 Relay Access Denied

i've installed zpanel for test with postfix mail server. I've a problem on mail service. Operating System CentOS release 6.4 (Final) x64 Zpanel version 10.0.0.2 Postfix version 2.10 mysql version ...
-2
votes
0answers
61 views

CentOS Postfix email server to send mail outside of network [closed]

I am using Fortigate as firewall, network and DHCP server. On my network I have CentOS server with static IP 192.168.0.10 with Postfix installed on it. I want to send email to the outside world from ...
1
vote
0answers
28 views

Filter outgoing mail in postfix

I have varios postfixs servers over the infraestruture sending mails that are generated by other server outside my administration. I need to filter in every postfix server wich domains are allow to ...
0
votes
0answers
38 views

Postfix not forwarding emails to Mailman using virtual domains [closed]

I've recently set up a mailserver using Postfix and Dovecot, using virtual domains. This is all working well, I can access and send to/from the mailboxes. However, I am now trying to set up a mailing ...
0
votes
1answer
24 views

Is there a way to get my program to convert characters to integers?

I have been running this and typing "12+" as the expression. 'm down to trying to add the top value and next value and it keeps giving me the result 'c' but I want the result to be 3. So is there any ...
2
votes
0answers
39 views

Postfix handling Amazon SES Maximum Send Rate error

We have a postfix server which we were using to send emails. This server is used by many services. Thus for using Amazon SES, I've integrated our postfix server with SES SMTP interface ( using ...
0
votes
2answers
35 views

Can I somehow get my program to convert characters to integers?

I have been running this and typing "12+" as the expression. 'm down to trying to add the top value and next value and it keeps giving me the result 'c' but I want the result to be 3. So is there any ...
-1
votes
0answers
39 views

Sent localhost test mail not received in Outlook.com [closed]

I'm using Rails and postfix. I use my app to send test email to Gmail and Outlook.com. Gmail received it with no problem, but Outlook.com is not showing the email, not in inbox or junk. Is ...
-1
votes
0answers
24 views

Turning Postfix off [closed]

I've configured Postfix to sending emails from MAMP following this tutorial. http://benjaminrojas.net/configuring-postfix-to-send-mail-from-mac-os-x-mountain-lion/ I can now send emails from MAMP. ...
0
votes
0answers
29 views

Postfix - How to process outgoing emails?

I'm trying to implement a help desk application and for that I need write a PHP script to process all incoming and outgoing emails. Considering Postfix as the MTA, I've found this post which explains ...
1
vote
0answers
30 views

How to Postfix server use as smtp server such as gmail provide smtp detail

How to Postfix server use as smtp server such as gmail provide smtp detail like i write a c# code u can convert any other language public bool SendMail(string fromAddress, string fromPassword, ...
0
votes
1answer
100 views

Binary Tree Postfix Calculator

I'm making a Postfix calculator where I must use stack objects and a Binary tree during the translation of an expression from infix to a parse tree during the evaluation of a postfix expression. Can ...
1
vote
1answer
50 views

Postfix - Html emails contain random characters

I'm storing my postfix emails into mysql. I notice some weird characters showing up in some messages, while other emails don't have them. So, it's random. Here's what I see: ...
-1
votes
0answers
30 views

Difference between postfix/pickup and postfix/smtpd [closed]

I'm working on my postfix logs for a mailing system. I don't understand why the same mail appears with two differents ID, once with "postfix/pickup" and another with "postfix/smtpd". Mar 29 ...
-1
votes
0answers
25 views

Postfix blacklist not working [closed]

I am trying to blacklist some email addresses but I simply can't get postfix access to work. Can some point out what I might have don't incorrectly? Added smtpd_recipient_restrictions = ...
1
vote
1answer
97 views

Why is my “while” condition not being met?

I have been running this and typing "12+" as the expression. When it gets to the while loop it gets stuck as if the condition is never met. I dont see why this is because right before the while loop ...
0
votes
0answers
25 views

Postfix conditional rules base on sending address

Email configuration on dev server: At the moment I have postfix configured to route all emails sent to itself. So if you try to send and email to any address say gareth@example.com it won't be ...
0
votes
0answers
13 views

Postfix authentication security and integration

Recently I have stumbled upon the task of adding postfix and related services to a web server. As I have been researching it I noticed that the main 'secure' authentication method seems to be SASL. ...
0
votes
0answers
32 views

postfix ubuntu server use a smtp server

My mail server is run on ubuntu it is work if I send mail from on ubuntu server user "astrosage@astrohq.com" ,password ="itzmyblog" it is work but i want send email through asp.net on other server ...
0
votes
1answer
32 views

SugarCRM, unable to send email after going through Campaign Wizard

Using SugarCrm 6.5.8, setup Postfix on our server. SMTP Server. 127.0.0.1 port 25 - works to send a test email in the Email Settings - Created a new Email Marketing Campaign, added Tagets ...
-1
votes
0answers
20 views

Postfix: Reject mail for some local accounts [closed]

I'm getting a lot of spam on one local user account on my server. I've decided to change their email address, but don't want to change their local user name. Where in Postfix do I configure email to ...
-1
votes
0answers
22 views

generic SASL LOGIN failure [closed]

few years ago I've set up my server using this guide: http://flurdy.com/docs/postfix/ at that time machine was running ubuntu 8.04 LTS, recently I've updated machine to 12.04 LTS but can't force SASL ...
1
vote
1answer
210 views

Parenthesis error check for infix to postfix conversion Java

I have been working on a program for infix to postfix conversion and have everything working except that I cannot figure out where to put an error check for a missing left parenthesis. Basically the ...
1
vote
1answer
77 views

Output of a c++ program

While i was trying to improve my c++ knowledge, i found this problem from an old programming contest. I will try to enter the contest this year so i want to be prepared. What is the output for the ...
0
votes
0answers
24 views

Getting the “From” address right when using postfix

On all machines in my lab, the following command: mail -s "Subject" me@example.com < body will generate an email with a From address of me@MACHINE_NAME.example.com. However, there is one ...
5
votes
3answers
67 views

Quoting/Escaping variables in mail body

I am feeling a bit awkward, because I am generating a mail-body with PHP without escaping the variables. In HTML I am using htmlspecialchars() or similar functions, for command lines escapeshellarg(), ...
0
votes
0answers
23 views

Postfix - Forbid user to send email to an specific user on-site

I have 1 specific user1 receiving emails from other user2 inside my company. I need to forbid this user2 to send emails to user1 (or to be rejected by user1) but only to that specific user. User2 can ...
0
votes
0answers
34 views

postfix tls timeout for one domain only (??)

I have a ec2 (ami linux) setup as an smtp host (postfix). I can send to email addresses it hosts except from one domain (which I own and is hosted at NameCheap web hosting). It all worked fine until ...
0
votes
0answers
502 views

Converting postfix expressions to a binary expression tree [Java]

So I'm trying to create a program that will convert a given infix expression (3 + 3) to postfix (3 3 +) and then store the postfix expression into a binary expression tree. Afterwards, I need to ...
0
votes
1answer
103 views

Connection Timeout on aws when Telnet on Port 25 [closed]

Thanks you for your time. I have just set up a Postfix mail server which is running as MTA in one of my aws instances. I can successfully connect to the localhost through 'telnet localhost 25', and I ...
1
vote
1answer
78 views

Prolog, recursive return values are dissapearing

I have written a program to evaluate a post-fix expression in prolog recursively from an expression list. For example, given the following list: [+,1,2] It should return 3. They way I have ...
0
votes
1answer
77 views

Calculate negatives in the stack calculator

Bear with me, I'm a little fried right now from getting this all together, but I'm at the final stretch. I've made a calculator in java that takes an infix equation and then changes it to postfix. It ...

1 2 3 4 5 12