Re: [qmailtoaster] (SOLVED)Re: Re[2]: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-30 Thread Eric Broch
FYI nmtui, nmcli # yum install NetworkManager NetworkManager-tui On 11/30/2016 3:34 AM, David Overman wrote: Going back through the notes again, I had hastily entered the password portion without changing roundcubemail at the end of the line into simply roundcube, Again a big thanks to

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
I've also been looking at Dovecots antispam plugin which would mitigate the need for all these scripts and cron jobs. On 11/30/2016 12:21 PM, Eric Broch wrote: This is the meat and potatoes of my training in a bash script run by cron: loop through users' spam folders

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
This is the meat and potatoes of my training in a bash script run by cron: loop through users' spam folders /home/vpopmail/domains/mydomain/myuser/.spam/{cur,new} and dump email to dspam cat $spamemailfile /usr/bin/dspam --user $USER@$DOMAIN --mode=toe --class=spam --source=error #(email

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Jaime Lerner
Gotcha. Yes, I have those headers. That also explains why the daemon wasn't running. I didn't need it to! :) Will have to look up how to train because there is some spam that has gotten through consistently that I ended up filtering in Outlook to get rid of it. Thanks! From: Eric Broch

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
The version of dspam I use from EPEL for QMT does not have debugging enabled (--enable-debug | --enable-verbose-debug?) so there is not advanced, or much, logging at all. The only reason I restart dspam is so that the new configuration settings are loaded (not sure why the restart, maybe my

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Jaime Lerner
David: Might be a good time to create a snapshot that you can fall back to should something get messed up as you tweak things. :) Also, Eric -- interestingly enough I already had everything set up for dspam but it wasn't running. I went ahead and started it and it's running, but nothing is

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
Its working! thanks again and have a great day. Eric, on DO-they have an option for ipv6, which enables private networking between droplets. I always check it, but I don't use the feature. David Overman On Nov 30, 2016, at 10:25 AM, Eric Broch wrote: And don't forget

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
If D.O. has some sort of spam filtering you can forgo dspam otherwise we can get it working. If you want to use dspam do the following: # mv /etc/dspam.conf/etc/dspam.conf.bak # wget -O /root/dspam.conf https://raw.githubusercontent.com/qmtoaster/dspam/master/dspam.conf # mv

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
And don't forget # chmod 744 /etc/dspam.conf before you restart dspam On 11/30/2016 9:23 AM, Eric Broch wrote: If D.O. has some sort of spam filtering you can forgo dspam otherwise we can get it working. If you want to use dspam do the following: # mv /etc/dspam.conf

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
No, no setting like that. On Nov 30, 2016, at 10:05 AM, Eric Broch wrote: Okay. Look in /etc/dspam.conf and see if there is a setting "Trust vpopmail" On 11/30/2016 9:01 AM, David Overman wrote: Thanks Eric, test email is in inbox. On Nov 30, 2016, at 09:53 AM, Eric

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
Okay. Look in /etc/dspam.conf and see if there is a setting "Trust vpopmail" On 11/30/2016 9:01 AM, David Overman wrote: Thanks Eric, test email is in inbox. On Nov 30, 2016, at 09:53 AM, Eric Broch wrote: Let's get mail delivery working before we look at dspam

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
Let's get mail delivery working before we look at dspam edit /home/vpopmail/domains/'yourdomain'/.qmail-default and put the following in it | /home/vpopmail/bin/vdelivermail '' delete On 11/30/2016 8:37 AM, Jaime Lerner wrote: Check /var/log/qmail/send/current to see the delivery success

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
Yes Jamie,  the log is reporting successful delivery, but nothing shows in inbox. On Nov 30, 2016, at 09:46 AM, Eric Broch wrote: I'm not sure how one sets up CentOS 7 on Digital Ocean, is it a template they have or does one use a CentOS 7 minimal install ISO? If a

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
I'm not sure how one sets up CentOS 7 on Digital Ocean, is it a template they have or does one use a CentOS 7 minimal install ISO? If a CentOS 7 minimal install, much of these issues could be avoided during installation. During installation I NEVER touch the IPv6 settings, only the IPv4

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Jaime Lerner
Check /var/log/qmail/send/current to see the delivery success (or failure). I don't know what "dspam" is...I don't have that in my logs. Maybe Eric knows what that is as it looks like that could be the issue now. From: David Overman Reply-To:

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Jaime Lerner
No "e" at the end /etc/resolv.conf :) Try editing the DNS entries in your ifcfg-eth0 file. I think this will make your resolv.conf hold after reboot. Basically the ONLY thing you need to edit will be the DNS1 and DNS2 entries. I'm listing the entire file (with IPs, etc. redacted) so you can

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
tried again. putting v4 nameservers i then executed systemctl restart network. now i get this: [root@mail ~]# cat /etc/resolve.conf cat: /etc/resolve.conf: No such file or directory same thing on reboot-or if the file is there, it's ipv6 David On Nov 30, 2016, at 08:32 AM, Jaime Lerner

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Eric Broch
What's in /etc/resolv.conf? Please dump On 11/30/2016 5:59 AM, David Overman wrote: spamdyke[30082]: ERROR: invalid/unparsable nameserver found: 2001:4860:4860::8844 - To unsubscribe, e-mail:

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
That's the issue. it will not stay that way. I put the new nameservers in and the either get erased or converted to ipv6. for example, right now. nameserver 2001:4860:4860::8844 nameserver 2001:4860:4860:: On Nov 30, 2016, at 08:32 AM, Jaime Lerner wrote:

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Jaime Lerner
Once again, that's in your /etc/resolv.conf file. Make sure it says the following in it: nameserver 8.8.8.8 nameserver 8.8.4.4 From: David Overman Reply-To: Date: Wednesday, November 30, 2016 at 7:59 AM To:

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
No, I was looking in qmail logs, but when I did, guess what reared it's ugly head? spamdyke[30082]: ERROR: invalid/unparsable nameserver found: 2001:4860:4860::8844 On Nov 30, 2016, at 06:50 AM, Jaime Lerner wrote: Did you check /var/log/maillog to see if it

Re: [qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread Jaime Lerner
Did you check /var/log/maillog to see if it was received but maybe denied delivery for some reason? > On Nov 30, 2016, at 6:44 AM, David Overman wrote: > > After getting squirellmail and roundcube working, I decided to test the > primary function of the site

[qmailtoaster] Whoops! Not receiving mail.

2016-11-30 Thread David Overman
After getting squirellmail and roundcube working, I decided to test the primary function of the site sending/receiving emails. I successfully sent an email to an outside account, but I never recieved the reply from that account.Looked in Mialdir and did not receive a bounce either. How do you

[qmailtoaster] (SOLVED)Re: Re[2]: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-30 Thread David Overman
Going back through the notes again, I had hastily entered the password portion without changing roundcubemail at the end of the line into simply roundcube, Again a big thanks to all! David Overman On Nov 30, 2016, at 04:06 AM, David Overman wrote: Back again . This time on

Re: Re[2]: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-30 Thread David Overman
Back again . This time on Roundcube. DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database! Please contact your server-administrator. I put in the roundcube user pass in config.inc.php , then I tried it with mariadb root password. same result On Nov 30, 2016, at 02:14 AM,

Re: Re[2]: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-30 Thread David Overman
Thank You Ridwan! On Nov 30, 2016, at 02:02 AM, ridwanfi wrote: HI David, you can use eric guidelines http://www.qmailtoaster.com/extras.html to install roundcube rgds RIdwan -- Original Message -- From: "David Overman" To:

Re[2]: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-30 Thread ridwanfi
HI David, you can use eric guidelines http://www.qmailtoaster.com/extras.html to install roundcube rgds RIdwan -- Original Message -- From: "David Overman" To: qmailtoaster-list@qmailtoaster.com Sent: 11/30/2016 2:54:25 PM Subject: Re: [qmailtoaster] error after