Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - f3rr311

Pages: [1]
1
Postfix / Re: Fedora Core 23 Mail Issues
« on: January 21, 2016, 06:48:10 PM »
Mod Please close I had to run

Code: [Select]
dnf install amavisd-new 

then

chkconfig amavisd on

then

service amavisd start

which once installed and enabled it allows you to receive and send mail

2
Postfix / Fedora Core 23 Mail Issues
« on: January 21, 2016, 06:05:32 PM »
So I installed CWP without many issues on to my fedora box, I am only running into one issue and that's the fact I can't receive any emails or send them, I am connecting to the SMTP and dovevcot (they stat up fine) but there emails are not coming and the DNS is setup correctly

I can not rebuild postfix as fedora uses dnf now instead of yum and it errors out when trying to get clam av, I am trying to see if the developers or anyone that can help correct this issue would be willing to help

I can attach whatever you need



Code: [Select]

Jan 21 10:00:07 Srv0.myhost postfix/smtp[17639]: 205D11216DA: to=<irishman@myhost.com>, relay=none, delay=586, delays=586/0.1/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Jan 21 10:00:08 Srv0.myhost postfix/smtp[17639]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
Jan 21 10:00:08 Srv0.myhost postfix/smtp[17637]: 4F898120408: to=<root@myhost>, relay=none, delay=2135, delays=2135/0.11/0.01/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Jan 21 10:00:08 Srv0.myhost postfix/qmgr[9887]: warning: connect to transport private/retry: No such file or directory
Jan 21 10:00:08 Srv0.l33thost.com postfix/smtp[17639]: E94F7120410: to=<root@myhost>, relay=none, delay=1196, delays=1196/0.14/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Jan 21 10:00:08 Srv0.myhost postfix/qmgr[9887]: B2D0B12040C: to=<root@myhost>, relay=none, delay=1196, delays=1196/0.21/0/0, dsn=4.3.0, status=deferred (mail transport unavailable)
Jan 21 10:00:20 Srv0.myhost postfix/anvil[14596]: statistics: max connection rate 1/3600s for (smtp:74.125.82.51) at Jan 21 09:50:20
Jan 21 10:00:20 Srv0.myhost postfix/anvil[14596]: statistics: max connection count 1 for (smtp:74.125.82.51) at Jan 21 09:50:20
Jan 21 10:00:20 Srv0.myhost postfix/anvil[14596]: statistics: max message rate 1/3600s for (smtp:74.125.82.51) at Jan 21 09:50:21
Jan 21 10:00:20 Srv0.myhost postfix/anvil[14596]: statistics: max cache size 1 at Jan 21 09:50:20


Dovecot

● dovecot.service - Dovecot IMAP/POP3 email server
   Loaded: loaded (/usr/lib/systemd/system/dovecot.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2016-01-21 09:35:06 PST; 29min ago
     Docs: man:dovecot(1)
           http://wiki2.dovecot.org/
 Main PID: 9775 (dovecot)
   CGroup: /system.slice/dovecot.service
           ├─ 9775 /usr/sbin/dovecot -F
           ├─ 9795 dovecot/anvil
           ├─ 9796 dovecot/log
           └─14598 dovecot/config

Jan 21 09:35:06 Srv0.myhost systemd[1]: Starting Dovecot IMAP/POP3 email server...
Jan 21 09:35:06 Srv0.myhost systemd[1]: Started Dovecot IMAP/POP3 email server.




Pages: [1]