Mail server setup help? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: Mail server setup help? (/showthread.php?tid=1206) |
Mail server setup help? - wahdooyah - 05-29-2016 So I'm a little embarrassed this has stumped me. I've never set up a mail server before, though and I'm having some trouble. I don't want a full mail server at this point, I just want to send outbound notifications to myself, so I'm not linking this to a valid domain name. First, I installed postfix , since that seemed to be the consensus as the best option. And.... that's where I'm stumped. The mail command just hangs when I try to send a test message to my Gmail account, and I'm sure I need to set up some parameters in the /etc/postfix/main.cf config file but I'm struggling to figure it out what exactly. I've looked at this, but I'm not really seeing an answer there. Also, I should add that it appears postfix is running OK: Code: inetv@pine64pro:~$ sudo systemctl status postfix I've also installed sendmail because it didn't appear to be installed, but I still get a "command not found" error when I try to use it from the command line. mail gives no such error, but just hangs and never sends the message. I thought this would be easy! I'm sure I'm doing some simple dumb mistake, though. Any help would be very appreciated. RE: Mail server setup help? - lenny.raposo-pine64.pro - 05-29-2016 if you are looking for a mail config with webmail and control panel included try the following (probably the easiest way to manage things for new users). You can also manage DNS/Hosting/MySQL. Substitute IP addresses with your network range. Debian Jessie (Apache) https://www.howtoforge.com/tutorial/perfect-server-debian-8-jessie-apache-bind-dovecot-ispconfig-3/ Ubuntu Xenial (Apache) https://www.howtoforge.com/tutorial/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/ RE: Mail server setup help? - wahdooyah - 05-29-2016 Actually i just want something i can call from the command line for a cronjob. RE: Mail server setup help? - jl_678 - 05-29-2016 (05-29-2016, 01:43 PM)wahdooyah Wrote: Actually i just want something i can call from the command line for a cronjob. Hi, I typically use Python to send email through a Gmail account. It is a simple and useful way to do it. Below is a website that I just Googled that talks about it. I have written similar code which I can share, if needed. http://naelshiab.com/tutorial-send-email-python/ RE: Mail server setup help? - wahdooyah - 05-29-2016 Thanks! I may have to go that route, but I was hoping to set it up to send to a .onion recipient, so I just wanted to not use a third party server. RE: Mail server setup help? - wahdooyah - 05-30-2016 FYI, I decided to use the scp command to update log files stored on my Android device instead of emailing notifications. Far more secure anyhow and plays well with torsocks. |