The postfix tag has no wiki summary.
1
vote
1answer
13 views
Debian / Monit: mail is only sent to local system, not to outside address
I have a debian server and have monit installed and running. I use the following settings for alert mails:
set mailserver localhost # primary mailserver
set mail-format { from: monit@abc.test }
set ...
1
vote
3answers
24 views
Dovecot Migration and old mails
I'm migrating my mails from an old server to a new one, the configuration is good (mysql virtual accounts & imap only), with dovecot and postfix.
It's already running for other users, I just want ...
0
votes
0answers
18 views
Postfix. Always send email to outside [migrated]
The problem:
I have 2 emails:
info@myhost.com
clientmail@anotherhost.com
When email is sent with help of PHP the email to clientmail@anotherhost.com is delivered, but email to info is not - user ...
2
votes
1answer
84 views
Do I have to care about hosts.allow or hosts.deny when I can't reach postfix?
I am using postfix for outgoing mails (collection from machines on 192.168.1.0/24 and forwarding to my ISP's mail machine) and I have trouble accessing postfix for sending mails. The machine I use for ...
0
votes
0answers
68 views
Postfix/Sendmail not working with sudo
If I understand correctly, when a user not in sudoers uses sudo, an email is sent out to root. Without any sort of mail program installed on my Arch machine, this wasn't doing anything, however. So ...
2
votes
2answers
70 views
Regex multiple catch-all setup in postfix
I need to setup a regex catch-all function on postfix such that:
tom.(anything)@domain.com goes to tom@other.com
phil.(anything)@domain.com goes to phil@other.com
How can this be achieved in ...
0
votes
1answer
188 views
How to get `mail` on a CentOS 6 server (running postfix)
On my old server, and most other devices I have run, there is a provided mail program.
On my new CentOS 6 server, running postfix as the MTA, I cannot send command-line email via mail - the tool is ...
1
vote
0answers
46 views
Ubuntu 10.10 Desktop: configuring postfix to send mail as
I have been learning how to use postfix to end email using the command line, which I find helpful when at work and I don't want to open a browser or switch to mouse, to send an email about my broken ...
0
votes
0answers
20 views
Can't send email via Postfix SMTP, but can receive it via IMAP fine
I'm running Ubuntu, have Postfix installed. Followed https://help.ubuntu.com/community/Postfix to the letter.
I can receive email via IMAP and POP3 perfectly in Thunderbird. But when I try to send ...
1
vote
1answer
42 views
How to undo the following Postfix command? [closed]
I was trying to setup spam filtering on Ubuntu server with Postfix and Dovecot already running. I issued the following command:
sudo postconf -e 'content_filter = smtp-amavis:[127.0.0.1]:10024'
Now ...
1
vote
0answers
69 views
Postfix: forwarding e-mail to GMail not working
On my (web server) machine, I just want to be able to send and receive e-mail, and have e-mail addressed to particular addresses forwarded to my GMail inbox.
Right now, I have installed postfix and ...
0
votes
1answer
19 views
postfix how to see what the $default* values are
In my post fix configuration files I keep finding options / settings like these
var = $default_values
option = $default_values
For example this is out put form a grep I ran.
...
0
votes
0answers
156 views
Remote smtp into ubuntu postfix email server
I'm trying to use Microsoft Outlook to manage my mail on my Ubuntu server. I can download my inbox fine via IMAP. But for the life of me I cannot figure out how to connect to SMTP to send outgoing ...
1
vote
1answer
137 views
Permission denied linux mail command
I ran a simple command "mail" on my Suse Linux 11.1 box and it's display "/var/mail/john: Permission denied"
I had two users, john and peter
When I login as peter and ran "mail" it display the same ...
0
votes
3answers
66 views
Is it possible to queue an item in postfix by?
I'm wondering if it's possible to create mail packages and put them into the postfix queue simply by writing files to the hard drive.
Currently I have a script which uses a socket connection to dump ...
0
votes
0answers
32 views
My DKIM is always neutral, what does it mean?
I would like to know why my DKIM always comes with a neutral value.
3
votes
4answers
86 views
Is Postfix difficult to manage on Linux?
I want to use localhost as my SMTP server. Am I better off installing Postfix locally, or relying on another machine running an SMTP service with an access control list in which I have to be added ...
0
votes
1answer
55 views
Sending mail from virtual host fails “mail for domain.com loops back to myself”
I have two servers relavant here:
mail.domain.com (1.1.1.1) - which is the nameserver and the mail server for domain.com.
www.domain.com (2.2.2.2) - which is the www subdomain for domain.com
...
1
vote
1answer
82 views
Problem installing PostFix on Ubuntu (Lucid Lynx) from terminal window from script using apt-get postfix: no options to select
Actually I'm using
sudo apt-get install bzr bzr-builddeb equivs
(though sudo apt-get install postfix seems to be doing the same thing) from the terminal windows, As per the iFolder instructions ...
2
votes
1answer
162 views
Securing smtp with login
I have a ispconfig server, and it seems that someone is using it to send spam. I got about 130 "Mail Delivery System" email about declined send email.
This spammer uses my email address as sent from ...
0
votes
2answers
318 views
POP3 client not downloading all emails from server
I've an old email account (pop3) with lots of emails that I want to download. I don't care what client - but I'm currently trying with Thunderbird. It says that there are no new emails on the server. ...
0
votes
1answer
92 views
Webmin LInux Email configuration
This is probably a trivial question, however, if I have a user in linux address say for example: sales
And I host multiple domains say: example.com and example2.com
How do I ONLY have the mail ...
2
votes
0answers
38 views
Postfix/Spam Prevention
How do I make Postfix to reject all mails if the client is not authenticated and to sender is @mydomain? Is the an easy way to do this?
Max
0
votes
1answer
120 views
Force mail to be sent externally with sendmail
I'm trying to automatically send an email to a mailing-list.
The machine running sendmail is example.org, which is a standard Ubuntu with Postfix. The recipient is foo@example.org which is a Google ...
0
votes
1answer
76 views
Problem with sender definition in squirrel mail over dovecot installed on ubuntu
I recently installed squirrelmail on an ubuntu server, with dovecot installed. It seems to work well, except when I send an e-mail, the receiving party sees the mail as coming from @example.com, i.e ...
1
vote
0answers
101 views
DKIM milter with Postfix doesn't sign additional headers passed to PHP mail() function
I use CentOS server with Postfix for mail sendind and my PHP application use mail(0 for mail sending.
Some "FAQ" problem with this setup have been solved quickly using Google (e.g. passing "From" ...
0
votes
1answer
291 views
Sending email from laptop through Postfix
My laptop running ubuntu.
I've just finished running:
sudo apt-get install php-pear
sudo pear install mail
sudo pear install Net_SMTP
sudo pear install Auth_SASL
sudo pear install mail_mime
sudo ...
0
votes
4answers
583 views
Port 25 blocked, change ubuntu mailout to open port
My ISP blocked my port 25 (comcast), so I can't send mailout (via postfix). Can I modify to send mail out on 587 or so? I'm having issues figuring it out correctly.
2
votes
2answers
939 views
how do I change postfix port from 25 to 587?
I am total noob about Unix and CLI. after googling for almost 6 hours I came to know I should be editing postfix port from 25 to 587 for PHP mail() function to work. and here is the solution I got ...
0
votes
2answers
199 views
Where are all the emails stored in Postfix?
I've installed Postfix MTA in Xubuntu. Where are all the emails stored in my Postfix server?
0
votes
1answer
81 views
How do I erase all tracks with postfix?
I was playing around with php and mail() on an OSX system and I ended up in a loop that generated a bunch of "junk" in my postfix system.
I want to be a good, clean, neat computer user, so I am ...
0
votes
2answers
82 views
Postfix ports configuration
I'm using postfix to send emails. So, and correct me if I'm wrong, I'm using port 25 TCP inbound for entering emails, and port 25 TCP outbound for sending emails. Is it possible to alter the 25 ...
0
votes
1answer
179 views
how to install postfix as simple as possible?
I'm not even sure whether postfix is what I need. I need to be able to execute mail() function inside php scripts to test my sites.
I don't need it to be secure or whatever. I'm the only person who ...
0
votes
3answers
1k views
OS X Snow Leopard as Full-bore SMTP Server
For a new business, I need to run my own SMTP server out of my home. I can't use the SMTP servers of either our web host or our ISP because of limitations they place on outgoing emails. For example, ...
1
vote
1answer
206 views
Postfix configuration: how to manage locally sent email from cron jobs?
I set up Postfix on a Debian server serving from mydomain.com and configured it to send out emails from mydomain.com email addresses.
Since switching to this configuration, my gmail started to be ...
3
votes
3answers
2k views
How to send email with attachment by postfix from command-line?
I've just setup a new Ubuntu 10.04 LTS server on linode for myself. Followed an excellent instruction at: here to finish the installation of some basic stuff including postfix.
I am trying to figure ...
1
vote
2answers
295 views
How can I catch mail that my development server is generating so I can view it, but not send it?
When I was developing on a PC, I used a program called PostCast (http://www.postcastserver.com/) to act as my local SMTP server and catch any messages that my web applications generated. It then had a ...
0
votes
1answer
96 views
Dangerous sendmail behavior?
What's going on here??
sendmail cat/etc/passwd
sendmail cat\etc\passwd
sendmail xxxcat/etc/passwd
Why in the world does this actually execute the cat command? This works at least on Fedora Core 4 ...
6
votes
4answers
624 views
What is the best MTA setup for a home/laptop computer (*not* server)?
What is a good MTA (e.g. Postfix or something else) setup for a home computer behind a NAT, or a laptop that is not always online?
I've read a lot of Postfix tutorials on how to set it up this way or ...
1
vote
2answers
2k views
postfix on Mac OS X 10.6 Snow Leopard not working
Here's how it's going:
host> echo "Hey my man" | mail -s "Testing" myaddress@gmail.com
Then, in /var/log/mail.log:
Sep 13 12:08:31 host postfix/pickup[738]: EB0535EF3F3: uid=501 ...
0
votes
1answer
215 views
automatic postfix [mailbox is almost full] warning
Two similar queries:
Is there a add-on that will send automatic warning to user if he reached N% of his quota?
Is there a webmail that shows his current consuption in MB and/or %?
0
votes
1answer
451 views
Ubuntu 10 server Postfix to relay on my ISP
I am still trying to get my local virtual box Ubuntu 10 server to work fine.
This time I cant send email from my local machine - lets say, to test some contact form, etc...
I want it to relay on my ...
0
votes
1answer
460 views
postfix configuration step by step
hey,
i am configuring my postfix mail server for the first time i am new to this can anybody told me in short how it should be configured and how i can mail through it .
thanx
in advance
2
votes
1answer
432 views
How do I configure the built-in Postfix on Mac OS X to not connect directly to destination hosts other than itself?
I run cron jobs on my Mac laptop, and so I want the mail daemon to be able to send the output mail to my regular mail account. I've got that working (my local account has a .forward file), but I'm ...
0
votes
1answer
96 views
Using supervisord to control the postfix MTA
I am trying to use supervisord to control postfix. The usual method is to specify a command which starts the daemon, I use postfix -c /etc/postfix start. The postfix man page says that to stop you ...
0
votes
1answer
737 views
Postfix on Snow Leopard unable to send MIME emails, including header contents in message body
I configured postfix on snow leopard by adding the following line to /etc/hostconfig:
MAILSERVER=-YES-
I then configured postfix to relay through my ISP's SMTP server. I added the following two ...
4
votes
2answers
269 views
Easiest way to send mail from Linux Server
I want my server to send me email alerts every time it does things such as run a backup. I have tried to setup programs like Sendmail, Postfix, etc on my Ubuntu Server box and it is really a pain for ...
2
votes
3answers
1k views
Terminal mail delivery delay in Mac OS X
I'm using mail from the Mac OS X terminal to send the results of a database query to me via email. Most of the time it works, but sometimes there is a long delay before the mail arrives (often when ...
0
votes
3answers
299 views
What harm can come from disabling postfix?
I have a netbook running opensuse 11.2 I'm trying to make it run faster by disabling services, and I would like to kill off postfix as I don't ever use it (As far as i actually know) What harm could ...
8
votes
9answers
9k views
Just want to send emails from my Ubuntu Server. What simple SMTP server solution to use?
Basically I have a Ubuntu Server machine and I would like an idiot-proof solution for sending emails from my website that is also running in this same machine.
My doubts are:
1) Should I use postfix ...