Current time: 05-17-2024, 10:05 PM Hello There, Guest! (LoginRegister)


Thread Closed 
[CLOSED] Yes, its an EMAIL problem...
Author Message
DizzyD Offline
Junior Member
*

Posts: 16
Joined: Jan 2009
Reputation: 0
Post: #1
[CLOSED] Yes, its an EMAIL problem...
Hello all, yes i too have an email problem. I've searched and searched but no luck. SO lets just jump in, shall we?

CentOS 5.2
icpcp 1.0.0.0

I've followed all steps. All services are running.
IMAP UP
POP3 UP
POP3-SSL UP
SMTP UP
SPAMASSASSIN UP

here's some errors i'm getting in maillog:
Quote:Apr 2 14:05:19 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24346 exit status 1
Apr 2 14:05:19 dedq211 postfix/master[24249]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 14:05:19 dedq211 postfix/qmgr[24266]: 311ADB580BF: to=<dizzydproductions@gmail.com>, relay=none, delay=1.2, delays=0.08/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport error)
Apr 2 14:08:59 dedq211 imapd: Connection, ip=[::ffff:127.0.0.1]
Apr 2 14:08:59 dedq211 imapd: LOGIN, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], port=[42652], protocol=IMAP
Apr 2 14:08:59 dedq211 imapd: LOGOUT, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=119, sent=900, time=0
Apr 2 14:09:43 dedq211 imapd: Connection, ip=[::ffff:127.0.0.1]
Apr 2 14:09:43 dedq211 imapd: LOGIN, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], port=[42653], protocol=IMAP
Apr 2 14:09:43 dedq211 imapd: LOGOUT, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=119, sent=900, time=0
Apr 2 14:09:46 dedq211 imapd: Connection, ip=[::ffff:127.0.0.1]
Apr 2 14:09:46 dedq211 imapd: LOGIN, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], port=[42654], protocol=IMAP
Apr 2 14:09:46 dedq211 imapd: LOGOUT, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=87, sent=391, time=0
Apr 2 14:09:49 dedq211 imapd: Connection, ip=[::ffff:127.0.0.1]
Apr 2 14:09:49 dedq211 imapd: LOGIN, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], port=[42655], protocol=IMAP
Apr 2 14:09:49 dedq211 imapd: LOGOUT, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=119, sent=900, time=0
Apr 2 14:10:11 dedq211 postfix/smtpd[24466]: connect from unknown[127.0.0.1]
Apr 2 21:10:11 dedq211 postfix/smtpd[24466]: 13A37B580C1: client=unknown[127.0.0.1]
Apr 2 14:10:11 dedq211 postfix/cleanup[24468]: 13A37B580C1: message-id=<970a65bfe9bd6a6a1b891951d01f6763.squirrel@67.199.100.212>
Apr 2 14:10:11 dedq211 postfix/qmgr[24266]: 13A37B580C1: from=<test@cleanpro.com>, size=802, nrcpt=1 (queue active)
Apr 2 21:10:11 dedq211 postfix/smtpd[24466]: disconnect from unknown[127.0.0.1]
Apr 2 14:10:11 dedq211 postfix/smtp[24469]: fatal: unknown service: smtp/tcp
Here is the main.cf file:
Quote:#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright 2001-2006 by moleSoftware GmbH
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $Id$
# @link http://isp-control.net
# @author ispCP Team
#
# @license
# This program is free software; you can redistribute it and/or modify it under
# the terms of the MPL General Public License as published by the Free Software
# Foundation; either version 1.1 of the License, or (at your option) any later
# version.
# You should have received a copy of the MPL Mozilla Public License along with
# this program; if not, write to the Open Source Initiative (OSI)
# http://opensource.org | osi@opensource.org
#
################################################################################​

# Postfix directory settings; These are critical for normal Postfix MTA functionallity
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix

# Some common configuration parameters
inet_interfaces = all
mynetworks_style = host

myhostname = dedq211.cleanprousa.com
mydomain = cleanprousa.com
myorigin = $myhostname

smtpd_banner = $myhostname ESMTP ispCP 1.0.0 OMEGA Managed
setgid_group = postdrop

# Receiving messages parameters
mydestination = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/ispcp/transport
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases

# Delivering local messages parameters
mail_spool_directory = /var/mail

# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"

# Message size limit
# => 0 for unlimited
# => 104857600 for 100 MB
message_size_limit = 0

biff = no
recipient_delimiter = +

local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database

# ispCP Autoresponder parameters
ispcp-arpl_destination_recipient_limit = 1

# Delivering virtual messages parameters
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0

virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes

virtual_alias_maps = hash:/etc/postfix/ispcp/aliases

virtual_minimum_uid = 3001
virtual_uid_maps = static:3001
virtual_gid_maps = static:12

# SASL paramters
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes

smtpd_helo_required = yes

smtpd_helo_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname

smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit_mynetworks,
permit_sasl_authenticated

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unlisted_recipient,
check_policy_service inet:127.0.0.1:12525,
check_policy_service inet:127.0.0.1:60000,
permit

smtpd_data_restrictions = reject_multi_recipient_bounce,
reject_unauth_pipelining

# TLS parameters; activate, if avaible/used
#smtpd_use_tls = yes
#smtpd_tls_loglevel = 2
#smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_key_file = /etc/postfix/privkey.pem
#smtpd_tls_auth_only = no
#smtpd_tls_received_header = yes

# AMaViS parameters; activate, if available/used
#content_filter = amavis:[127.0.0.1]:10024

# Quota support; activate, if available/used
#virtual_create_maildirsize = yes
#virtual_mailbox_extended = yes
#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounce = yes
I can log into the webmail client I just cant send/receive mail, and I get no bounced emails either. Thanks for any help or if you can point me in the right direction. Thanks!
(This post was last modified: 04-06-2009 02:39 AM by BeNe.)
04-03-2009 07:23 AM
Find all posts by this user
DizzyD Offline
Junior Member
*

Posts: 16
Joined: Jan 2009
Reputation: 0
Post: #2
RE: Yes, its an EMAIL problem...
**update**
To narrow down my log to just critical errors I typed the following:
Code:
egrep '(warning|fatal|panic):' /var/log/maillog | less
here is the output
Quote:Apr 2 13:40:01 dedq211 postfix/smtp[8158]: fatal: unknown service: smtp/tcp
Apr 2 13:40:02 dedq211 postfix/qmgr[7604]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 13:40:02 dedq211 postfix/qmgr[7604]: warning: private/smtp socket: malformed response
Apr 2 13:40:02 dedq211 postfix/qmgr[7604]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 13:40:02 dedq211 postfix/master[7592]: warning: process /usr/libexec/postfix/smtp pid 8158 exit status 1
Apr 2 13:40:02 dedq211 postfix/master[7592]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 13:41:05 dedq211 postfix/trivial-rewrite[8156]: warning: do not list domain cleanpro.com in BOTH mydestination and virtual_mailbox_domains
Apr 2 20:41:06 dedq211 postfix/smtpd[8155]: warning: cannot access UNIX password database: No such file or directory
Apr 2 13:41:06 dedq211 postfix/bounce[8168]: warning: 949CAB580B5: undeliverable postmaster notification discarded
Apr 2 13:47:21 dedq211 postfix/smtp[8188]: fatal: unknown service: smtp/tcp
Apr 2 13:47:22 dedq211 postfix/qmgr[7604]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 13:47:22 dedq211 postfix/qmgr[7604]: warning: private/smtp socket: malformed response
Apr 2 13:47:22 dedq211 postfix/qmgr[7604]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 13:47:22 dedq211 postfix/master[7592]: warning: process /usr/libexec/postfix/smtp pid 8188 exit status 1
Apr 2 13:47:22 dedq211 postfix/master[7592]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 13:47:51 dedq211 postfix/trivial-rewrite[8187]: warning: do not list domain cleanpro.com in BOTH mydestination and virtual_mailbox_domains
Apr 2 20:47:51 dedq211 postfix/smtpd[8212]: warning: cannot access UNIX password database: No such file or directory
Apr 2 13:47:51 dedq211 postfix/bounce[8217]: warning: C87FBB580B5: undeliverable postmaster notification discarded
Apr 2 20:48:44 dedq211 postfix/trivial-rewrite[8187]: warning: do not list domain cleanpro.com in BOTH mydestination and virtual_mailbox_domains
Apr 2 14:00:28 dedq211 postfix/smtp[23788]: fatal: unknown service: smtp/tcp
Apr 2 14:00:29 dedq211 postfix/qmgr[23779]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 14:00:29 dedq211 postfix/qmgr[23779]: warning: private/smtp socket: malformed response
Apr 2 14:00:29 dedq211 postfix/qmgr[23779]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 14:00:29 dedq211 postfix/master[23770]: warning: process /usr/libexec/postfix/smtp pid 23788 exit status 1
Apr 2 14:00:29 dedq211 postfix/master[23770]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 14:03:28 dedq211 postfix/trivial-rewrite[24327]: warning: do not list domain cleanpro.com in BOTH mydestination and virtual_mailbox_domains
Apr 2 14:03:28 dedq211 postfix/smtp[24330]: fatal: unknown service: smtp/tcp
Apr 2 14:03:29 dedq211 postfix/qmgr[24266]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 14:03:29 dedq211 postfix/qmgr[24266]: warning: private/smtp socket: malformed response
Apr 2 14:03:29 dedq211 postfix/qmgr[24266]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 14:03:29 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24330 exit status 1
Apr 2 14:03:29 dedq211 postfix/master[24249]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 14:05:18 dedq211 postfix/smtp[24346]: fatal: unknown service: smtp/tcp
Apr 2 14:05:19 dedq211 postfix/qmgr[24266]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 14:05:19 dedq211 postfix/qmgr[24266]: warning: private/smtp socket: malformed response
Apr 2 14:05:19 dedq211 postfix/qmgr[24266]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 14:05:19 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24346 exit status 1
Apr 2 14:05:19 dedq211 postfix/master[24249]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 14:10:11 dedq211 postfix/smtp[24469]: fatal: unknown service: smtp/tcp
Apr 2 14:10:12 dedq211 postfix/qmgr[24266]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 14:10:12 dedq211 postfix/qmgr[24266]: warning: private/smtp socket: malformed response
Apr 2 14:10:12 dedq211 postfix/qmgr[24266]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 14:10:12 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24469 exit status 1
Apr 2 14:10:12 dedq211 postfix/master[24249]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 14:19:33 dedq211 postfix/smtp[24552]: fatal: unknown service: smtp/tcp
Apr 2 14:19:33 dedq211 postfix/smtp[24553]: fatal: unknown service: smtp/tcp
Apr 2 14:19:33 dedq211 postfix/smtp[24554]: fatal: unknown service: smtp/tcp
Apr 2 14:19:33 dedq211 postfix/smtp[24555]: fatal: unknown service: smtp/tcp
Apr 2 14:19:33 dedq211 postfix/smtp[24556]: fatal: unknown service: smtp/tcp
Apr 2 14:19:34 dedq211 postfix/qmgr[24266]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 14:19:34 dedq211 postfix/qmgr[24266]: warning: private/smtp socket: malformed response
Apr 2 14:19:34 dedq211 postfix/qmgr[24266]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 14:19:34 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24552 exit status 1
Apr 2 14:19:34 dedq211 postfix/master[24249]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 14:19:34 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24553 exit status 1
Apr 2 14:19:34 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24555 exit status 1
Apr 2 14:19:34 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24554 exit status 1
Apr 2 14:19:34 dedq211 postfix/master[24249]: warning: process /usr/libexec/postfix/smtp pid 24556 exit status 1
Apr 2 14:19:34 dedq211 postfix/qmgr[24266]: warning: premature end-of-input on private/smtp socket while reading input attribute
I've pulled out a few important and repeated errors. Firstly disregard the
warning: do not list domain cleanpro.com in BOTH mydestination and virtual_mailbox_domains as that was fixed earlier when I realized I cant have services running for the hostname.

Errors
fatal: unknown service: smtp/tcp - after research i've learned that means smtp is chrooted and needs either the necessary files installed under the chroot or to remove chroot from the master.cf file. HOWEVER, i don't think icpcp chroots smtp.
warning: process /usr/libexec/postfix/smtp pid 8158 exit status 1 - I have no idea...?
warning: /usr/libexec/postfix/smtp: bad command startup -- throttling - I have no idea...?
warning: private/smtp socket: malformed response - I have no idea...?
04-03-2009 08:48 AM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #3
RE: Yes, its an EMAIL problem...
postfix *is* chrooted:
http://www.isp-control.net/ispcp/browser.../master.cf
except some processes...
ispcp does not big things with the postfix configuration - chrooting should be ok by the OS.

Fix this - and then see which errors are remaining...

/J
04-03-2009 09:25 AM
Visit this user's website Find all posts by this user
DizzyD Offline
Junior Member
*

Posts: 16
Joined: Jan 2009
Reputation: 0
Post: #4
RE: Yes, its an EMAIL problem...
Thanks for the clarification joximu.
Here's an updated error log w/ the same command I used above
Quote:Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:46:55 dedq211 postfix/master[4871]: warning: process /usr/libexec/postfix/smtp pid 4878 exit status 1
Apr 2 16:46:55 dedq211 postfix/master[4871]: warning: process /usr/libexec/postfix/smtp pid 4879 exit status 1
Apr 2 16:46:55 dedq211 postfix/master[4871]: warning: process /usr/libexec/postfix/smtp pid 4881 exit status 1
Apr 2 16:46:55 dedq211 postfix/master[4871]: warning: process /usr/libexec/postfix/smtp pid 4880 exit status 1
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:46:55 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:47:58 dedq211 postfix/smtp[4891]: fatal: unknown service: smtp/tcp
Apr 2 16:47:59 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:47:59 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:47:59 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:47:59 dedq211 postfix/master[4871]: warning: process /usr/libexec/postfix/smtp pid 4891 exit status 1
Apr 2 16:47:59 dedq211 postfix/master[4871]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 23:48:55 dedq211 postfix/smtpd[4877]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Apr 2 23:48:55 dedq211 postfix/smtpd[4877]: warning: unknown[66.224.83.90]: SASL LOGIN authentication failed: generic failure
Apr 2 16:50:29 dedq211 postfix/smtp[4973]: fatal: unknown service: smtp/tcp
Apr 2 16:50:30 dedq211 postfix/qmgr[4874]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Apr 2 16:50:30 dedq211 postfix/qmgr[4874]: warning: private/smtp socket: malformed response
Apr 2 16:50:30 dedq211 postfix/qmgr[4874]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 2 16:50:30 dedq211 postfix/master[4871]: warning: process /usr/libexec/postfix/smtp pid 4973 exit status 1
Apr 2 16:50:30 dedq211 postfix/master[4871]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Apr 2 23:50:55 dedq211 postfix/smtpd[4877]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Apr 2 23:50:55 dedq211 postfix/smtpd[4877]: warning: unknown[66.224.83.90]: SASL LOGIN authentication failed: generic failure
Apr 2 23:51:02 dedq211 postfix/smtpd[4877]: warning: cannot access UNIX password database: No such file or directory
Apr 2 16:51:02 dedq211 postfix/bounce[4993]: warning: 4B4E3B580CE: undeliverable postmaster notification discarded
Apr 2 23:52:56 dedq211 postfix/smtpd[4999]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Apr 2 23:52:56 dedq211 postfix/smtpd[4999]: warning: unknown[66.224.83.90]: SASL LOGIN authentication failed: generic failure
(This post was last modified: 04-03-2009 10:41 AM by DizzyD.)
04-03-2009 09:58 AM
Find all posts by this user
DizzyD Offline
Junior Member
*

Posts: 16
Joined: Jan 2009
Reputation: 0
Post: #5
RE: Yes, its an EMAIL problem...
**UPDATE**

So i unchrooted smtp in the master file, simply changed "-" to "n".. Restarted postfix and now I can send mail via squirrelmail. WOO HOO!!
However, I can't receive mail. And checking the maillog it doesn't even show any attempt to receive it. No fail, errors, nadda. So it's not connecting somehow.. Can anyone shed some light on where I should look? Thanks!!

Dave
04-03-2009 11:22 AM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Yes, its an EMAIL problem...
(04-03-2009 11:22 AM)DizzyD Wrote:  **UPDATE**

So i unchrooted smtp in the master file, simply changed "-" to "n".. Restarted postfix and now I can send mail via squirrelmail. WOO HOO!!

this is a workaround - not a solution...

in debian, the postfix chrort is /var/spool/postfix - I don't know where it's in CentOS...

maybe you compare the master.cf with the original one...


/J
04-03-2009 05:42 PM
Visit this user's website Find all posts by this user
DizzyD Offline
Junior Member
*

Posts: 16
Joined: Jan 2009
Reputation: 0
Post: #7
RE: Yes, its an EMAIL problem...
True, it is a workaround at this moment, but it works for now. What do you suggest I look at to find out why the system isn't receiving email?
04-03-2009 05:44 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: Yes, its an EMAIL problem...
Well - you can "unchroot" all postfix processes as a test...

Is there a process listening on port 25 (and Port 587)?
(lsof -i -P -T -n)

Did you compare the master.cf of the CentOS with the ispcp-master.cf ?

/J
04-03-2009 06:19 PM
Visit this user's website Find all posts by this user
DizzyD Offline
Junior Member
*

Posts: 16
Joined: Jan 2009
Reputation: 0
Post: #9
RE: Yes, its an EMAIL problem...
Yes there is a process on port 25 & 587:
master 6114 root 11u IPv4 20341 TCP *:25
master 6114 root 14u IPv4 20344 TCP *:587
and I believe i've unchrooted all of postfix as well, yet it seems nothing has changed...
For some reason, it's still not registering that fact that I'm trying to send mail to the server, yet when other attempts are made from other people, it sees it... For example, i tried sending an email from gmail to david@cleanpro.com. Yet you don't see it in the logs, but some spammer sends an email to dwight@cleanpro.com and it shows in the logs and obviously rejects as the box doesn't exist...

Quote:Apr 3 09:26:09 dedq211 postfix/smtp[15106]: 544EBB5809C: to=<dizzydproductions@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.217.6]:25, delay=2.3, delays=0.22/0.01/0.86/1.2, dsn=2.0.0, status=sent (250 2.0.0 OK 1238775969 6si4931943gxk.35)
Apr 3 09:26:09 dedq211 postfix/qmgr[14986]: 544EBB5809C: removed
Apr 3 09:27:01 dedq211 postfix/anvil[15090]: statistics: max connection rate 1/60s for (smtp:68.75.114.129) at Apr 3 09:23:30
Apr 3 09:27:01 dedq211 postfix/anvil[15090]: statistics: max connection count 1 for (smtp:68.75.114.129) at Apr 3 09:23:30
Apr 3 09:27:01 dedq211 postfix/anvil[15090]: statistics: max cache size 2 at Apr 3 09:23:34
Apr 3 09:30:45 dedq211 postfix/smtpd[15215]: connect from beryl.spiritone.com[216.99.193.139]
Apr 3 09:30:45 dedq211 postfix/smtpd[15215]: disconnect from beryl.spiritone.com[216.99.193.139]
Apr 3 09:32:16 dedq211 postfix/smtpd[15215]: connect from imsm044.netvigator.com[218.102.53.44]
Apr 3 09:32:17 dedq211 postfix/smtpd[15215]: NOQUEUE: reject: RCPT from imsm044.netvigator.com[218.102.53.44]: 550 5.1.1 <dwight@cleanpro.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<> to=<dwight@cleanpro.com> proto=ESMTP helo=<imsm044dat.netvigator.com>
Apr 3 09:32:17 dedq211 postfix/smtpd[15215]: disconnect from imsm044.netvigator.com[218.102.53.44]
Apr 3 09:34:10 dedq211 imapd: Connection, ip=[::ffff:127.0.0.1]
Apr 3 09:34:10 dedq211 imapd: LOGIN, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], port=[47747], protocol=IMAP
Apr 3 09:34:10 dedq211 imapd: LOGOUT, user=test@cleanpro.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=87, sent=391, time=0
Apr 3 09:35:37 dedq211 postfix/anvil[15216]: statistics: max connection rate 1/60s for (smtp:216.99.193.139) at Apr 3 09:30:45
Apr 3 09:35:37 dedq211 postfix/anvil[15216]: statistics: max connection count 1 for (smtp:216.99.193.139) at Apr 3 09:30:45
Apr 3 09:35:37 dedq211 postfix/anvil[15216]: statistics: max cache size 1 at Apr 3 09:30:45
Apr 3 09:36:53 dedq211 postfix/smtpd[15235]: connect from air.leonescba.com.ar[200.49.12.69]
Apr 3 09:36:57 dedq211 postfix/smtpd[15235]: NOQUEUE: reject: RCPT from air.leonescba.com.ar[200.49.12.69]: 550 5.1.1 <ocalacleanpro@cleanpro.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<zuqualm@hm.aitai.ne.jp> to=<ocalacleanpro@cleanpro.com> proto=ESMTP helo=<air.leonescba.com.ar>
Apr 3 09:36:59 dedq211 postfix/smtpd[15235]: lost connection after RCPT from air.leonescba.com.ar[200.49.12.69]
Apr 3 09:36:59 dedq211 postfix/smtpd[15235]: disconnect from air.leonescba.com.ar[200.49.12.69]



***Mod Please Close***
(This post was last modified: 04-05-2009 01:16 PM by DizzyD.)
04-04-2009 02:24 AM
Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)