Current time: 04-20-2024, 07:21 PM Hello There, Guest! (LoginRegister)


Post Reply 
can not send or get mails
Author Message
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #1
can not send or get mails
Hi i have ISPCP new installed + Maiamailguard.
But i can not send or recieve mails:

I have a V-Server
Debian Etch 64Bit
spCP Version RC3

main.cfg:

#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#

#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#

command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

#
# Some common configuration parameters;
#

inet_interfaces = all
mynetworks_style = host

myhostname = v06-s153.netcup.net
mydomain = v06-s153.netcup.net
myorigin = $myhostname

smtpd_banner = $myhostname ESMTP ispCP 1.0 Priamos Managed 1.0.0 RC3 OMEGA
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

#
# 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"

biff = no

alias_database = hash:/etc/aliases

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 = 1000
virtual_uid_maps = static:1000
virtual_gid_maps = static:8

#
# SASL paramters;
#

smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_local_domain =
smtpd_sasl_authenticated_header = yes
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_tls_loglevel = 2
#smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_key_file = /etc/postfix/privkey.pem
#smtpd_use_tls = yes
#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

master.cfg:
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# For AOL-Accounts
587 inet n - - - - smtpd
-o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
# ====================================================================
# ISPCP ω OMEGA configuration
# ====================================================================
# AMaViS => Antivir / Antispam
amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes

localhost:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o smtpd_override_options=no_address_mappings
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes

# ISPCP autoresponder
ispcp-arpl unix - n n - - pipe
flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr

# TLS - Activate, if TLS is avaiable/used
smtps inet n - - - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
03-10-2008 12:42 AM
Find all posts by this user Quote this message in a reply
T0mcat Offline
Junior Member
*

Posts: 47
Joined: Feb 2007
Reputation: 0
Post: #2
RE: can not send or get mails
elitepilot Wrote:myhostname = v06-s153.netcup.net
mydomain = v06-s153.netcup.net

myhostname and mydomain shouldn't be the same,
set mydomain to local.v06-s153.netcup.net for example
03-10-2008 01:00 AM
Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #3
RE: can not send or get mails
i tried it but i does not work
03-10-2008 01:10 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #4
RE: can not send or get mails
T0mcat Wrote:
elitepilot Wrote:myhostname = v06-s153.netcup.net
mydomain = v06-s153.netcup.net

myhostname and mydomain shouldn't be the same,
set mydomain to local.v06-s153.netcup.net for example

why not??? when you like to mydomain to be like myhostname set that. This makes perfectly sense in virtual hosting environments..


@elitepilot: Please post LOGS...
03-10-2008 01:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #5
RE: can not send or get mails
ar 9 14:15:28 v06-s153 postfix/smtpd[4419]: disconnect from unknown[77.239.239.156]
Mar 9 14:15:42 v06-s153 postfix/smtpd[4419]: connect from 39.Red-88-14-77.dynamicIP.rima-tde.net[88.14.77.39]
Mar 9 14:15:42 v06-s153 postfix/smtpd[4419]: NOQUEUE: reject: RCPT from 39.Red-88-14-77.dynamicIP.rima-tde.net[88.14.77.39]: 550 5.1.1 <streamer@dex-gaming.de>: Recipient address rejected: User unknown in virtual mailbox table; from=<_c@adbsys.com> to=<streamer@dex-gaming.de> proto=ESMTP helo=<39.Red-88-14-77.dynamicIP.rima-tde.net>
Mar 9 14:15:42 v06-s153 postfix/smtpd[4419]: lost connection after DATA from 39.Red-88-14-77.dynamicIP.rima-tde.net[88.14.77.39]
Mar 9 14:15:42 v06-s153 postfix/smtpd[4419]: disconnect from 39.Red-88-14-77.dynamicIP.rima-tde.net[88.14.77.39]
Mar 9 14:16:59 v06-s153 postfix/pickup[22214]: 5E3BC4BA492E: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:16:59 v06-s153 postfix/cleanup[13041]: 5E3BC4BA492E: message-id=<20080309131659.5E3BC4BA492E@v06-s153.netcup.net>
Mar 9 14:16:59 v06-s153 postfix/qmgr[22215]: 5E3BC4BA492E: from=<webmaster@admin.v06-s153.netcup.net>, size=790, nrcpt=1 (queue active)
Mar 9 14:16:59 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:16:59 v06-s153 postfix/smtp[13043]: 5E3BC4BA492E: to=<admin@haicon.eu>, relay=none, delay=0.06, delays=0.05/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:03 v06-s153 postfix/pickup[22214]: 1816C4BA492F: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:17:03 v06-s153 postfix/cleanup[13041]: 1816C4BA492F: message-id=<20080309131703.1816C4BA492F@v06-s153.netcup.net>
Mar 9 14:17:03 v06-s153 postfix/qmgr[22215]: 1816C4BA492F: from=<webmaster@admin.v06-s153.netcup.net>, size=814, nrcpt=1 (queue active)
Mar 9 14:17:03 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:03 v06-s153 postfix/smtp[13043]: 1816C4BA492F: to=<admin@haicon.eu>, relay=none, delay=0.05, delays=0.05/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:23 v06-s153 postfix/pickup[22214]: 5BD574BA4930: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:17:23 v06-s153 postfix/cleanup[13041]: 5BD574BA4930: message-id=<20080309131723.5BD574BA4930@v06-s153.netcup.net>
Mar 9 14:17:23 v06-s153 postfix/qmgr[22215]: 5BD574BA4930: from=<webmaster@admin.v06-s153.netcup.net>, size=714, nrcpt=1 (queue active)
Mar 9 14:17:23 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:23 v06-s153 postfix/smtp[13043]: 5BD574BA4930: to=<elitepilot@online.de>, relay=none, delay=0.04, delays=0.04/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:23 v06-s153 postfix/pickup[22214]: 646664BA4928: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:17:23 v06-s153 postfix/cleanup[13041]: 646664BA4928: message-id=<20080309131723.646664BA4928@v06-s153.netcup.net>
Mar 9 14:17:23 v06-s153 postfix/qmgr[22215]: 646664BA4928: from=<webmaster@admin.v06-s153.netcup.net>, size=828, nrcpt=1 (queue active)
Mar 9 14:17:23 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:23 v06-s153 postfix/smtp[13043]: 646664BA4928: to=<admin@haicon.eu>, relay=none, delay=0.05, delays=0.05/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:26 v06-s153 postfix/pickup[22214]: 420F74BA4932: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:17:26 v06-s153 postfix/cleanup[13041]: 420F74BA4932: message-id=<20080309131726.420F74BA4932@v06-s153.netcup.net>
Mar 9 14:17:26 v06-s153 postfix/qmgr[22215]: 420F74BA4932: from=<webmaster@admin.v06-s153.netcup.net>, size=814, nrcpt=1 (queue active)
Mar 9 14:17:26 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:26 v06-s153 postfix/smtp[13043]: 420F74BA4932: to=<admin@haicon.eu>, relay=none, delay=0.03, delays=0.03/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:28 v06-s153 postfix/pickup[22214]: E39224BA4933: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:17:28 v06-s153 postfix/cleanup[13041]: E39224BA4933: message-id=<20080309131728.E39224BA4933@v06-s153.netcup.net>
Mar 9 14:17:28 v06-s153 postfix/qmgr[22215]: E39224BA4933: from=<webmaster@admin.v06-s153.netcup.net>, size=813, nrcpt=1 (queue active)
Mar 9 14:17:28 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:28 v06-s153 postfix/smtp[13043]: E39224BA4933: to=<admin@haicon.eu>, relay=none, delay=0.03, delays=0.03/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:33 v06-s153 postfix/pickup[22214]: C23FB4BA4934: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:17:33 v06-s153 postfix/cleanup[13041]: C23FB4BA4934: message-id=<20080309131733.C23FB4BA4934@v06-s153.netcup.net>
Mar 9 14:17:33 v06-s153 postfix/qmgr[22215]: C23FB4BA4934: from=<webmaster@admin.v06-s153.netcup.net>, size=818, nrcpt=1 (queue active)
Mar 9 14:17:33 v06-s153 postfix/smtp[13043]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:33 v06-s153 postfix/smtp[13043]: C23FB4BA4934: to=<admin@haicon.eu>, relay=none, delay=0.16, delays=0.16/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:37 v06-s153 postfix/trivial-rewrite[4625]: table hash:/etc/postfix/ispcp/domains(0,lock|fold_fix) has changed -- restarting
Mar 9 14:17:39 v06-s153 postfix/master[22206]: terminating on signal 15
Mar 9 14:17:39 v06-s153 authdaemond: stopping authdaemond children
Mar 9 14:17:42 v06-s153 postfix/master[16670]: daemon started -- version 2.3.8, configuration /etc/postfix
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: CAA964BA4918: from=<webmaster@admin.v06-s153.netcup.net>, size=818, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: 6FDCF4BA491A: from=<webmaster@admin.v06-s153.netcup.net>, size=808, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: 0A8914BA492B: from=<webmaster@admin.v06-s153.netcup.net>, size=825, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: 025A14BA492D: from=<amavis@v06-s153.netcup.net>, size=639, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: D417F4BA4929: from=<webmaster@admin.v06-s153.netcup.net>, size=809, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: B5A0D4BA48F5: from=<webmaster@admin.v06-s153.netcup.net>, size=810, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: B3E294BA492C: from=<amavis@v06-s153.netcup.net>, size=956, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: BEA5C4BA4919: from=<webmaster@admin.v06-s153.netcup.net>, size=814, nrcpt=1 (queue active)
Mar 9 14:17:42 v06-s153 authdaemond: modules="authuserdb", daemons=5
Mar 9 14:17:42 v06-s153 authdaemond: Installing libauthuserdb
Mar 9 14:17:42 v06-s153 authdaemond: Installation complete: authuserdb
Mar 9 14:17:42 v06-s153 postfix/smtp[16688]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:42 v06-s153 postfix/smtp[16696]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:42 v06-s153 postfix/smtp[16688]: CAA964BA4918: to=<admin@haicon.eu>, relay=none, delay=5693, delays=5692/0.02/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/smtp[16688]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:42 v06-s153 postfix/smtp[16696]: 6FDCF4BA491A: to=<admin@haicon.eu>, relay=none, delay=5680, delays=5680/0.02/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/smtp[16696]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:42 v06-s153 postfix/smtp[16688]: 0A8914BA492B: to=<admin@haicon.eu>, relay=none, delay=1659, delays=1659/0.05/0.01/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/smtp[16696]: 025A14BA492D: to=<amavis@v06-s153.netcup.net>, orig_to=<amavis>, relay=none, delay=1000, delays=1000/0.06/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/smtp[16688]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 9 14:17:42 v06-s153 postfix/smtp[16688]: D417F4BA4929: to=<admin@haicon.eu>, relay=none, delay=2705, delays=2704/0.08/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: B5A0D4BA48F5: to=<admin@haicon.eu>, relay=none, delay=9497, delays=9497/0.11/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: B3E294BA492C: to=<amavis@v06-s153.netcup.net>, orig_to=<amavis>, relay=none, delay=1360, delays=1360/0.12/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: BEA5C4BA4919: to=<admin@haicon.eu>, relay=none, delay=5690, delays=5690/0.13/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 9 14:18:59 v06-s153 postfix/smtpd[23366]: connect from 199-0-86-97.setardsl.aw[199.0.86.97]
Mar 9 14:19:00 v06-s153 postfix/smtpd[23366]: NOQUEUE: reject: RCPT from 199-0-86-97.setardsl.aw[199.0.86.97]: 550 5.1.1 <bewerbung.aao@dex-gaming.de>: Recipient address rejected: User unknown in virtual mailbox table; from=<_h_chung@add-serv.com> to=<bewerbung.aao@dex-gaming.de> proto=ESMTP helo=<199-0-86-97.setardsl.aw>
Mar 9 14:19:00 v06-s153 postfix/smtpd[23366]: lost connection after DATA from 199-0-86-97.setardsl.aw[199.0.86.97]
Mar 9 14:19:00 v06-s153 postfix/smtpd[23366]: disconnect from 199-0-86-97.setardsl.aw[199.0.86.97]
Mar 9 14:20:35 v06-s153 postfix/smtpd[23366]: connect from pc-72-71-45-190.cm.vtr.net[190.45.71.72]
Mar 9 14:20:36 v06-s153 postfix/smtpd[23366]: NOQUEUE: reject: RCPT from pc-72-71-45-190.cm.vtr.net[190.45.71.72]: 550 5.1.1 <streamer@dex-gaming.de>: Recipient address rejected: User unknown in virtual mailbox table; from=<-dobbins@acparadise.com> to=<streamer@dex-gaming.de> proto=ESMTP helo=<pc-72-71-45-190.cm.vtr.net>
Mar 9 14:20:36 v06-s153 postfix/smtpd[23366]: lost connection after DATA from pc-72-71-45-190.cm.vtr.net[190.45.71.72]
Mar 9 14:20:36 v06-s153 postfix/smtpd[23366]: disconnect from pc-72-71-45-190.cm.vtr.net[190.45.71.72]
Mar 9 14:21:02 v06-s153 postfix/scache[16714]: statistics: start interval Mar 9 14:17:42
Mar 9 14:21:02 v06-s153 postfix/scache[16714]: statistics: domain lookup hits=0 miss=3 success=0%
Mar 9 14:21:02 v06-s153 postfix/scache[16714]: statistics: address lookup hits=0 miss=3 success=0%
Mar 9 14:23:56 v06-s153 postfix/anvil[23411]: statistics: max connection rate 1/60s for (smtp:199.0.86.97) at Mar 9 14:18:59
Mar 9 14:23:56 v06-s153 postfix/anvil[23411]: statistics: max connection count 1 for (smtp:199.0.86.97) at Mar 9 14:18:59
Mar 9 14:23:56 v06-s153 postfix/anvil[23411]: statistics: max cache size 1 at Mar 9 14:18:59
Mar 9 14:28:45 v06-s153 postfix/pickup[16672]: 665214BA4935: uid=2000 from=<webmaster@admin.v06-s153.netcup.net>
Mar 9 14:28:45 v06-s153 postfix/cleanup[11346]: 665214BA4935: message-id=<20080309132845.665214BA4935@v06-s153.netcup.net>
03-10-2008 01:27 AM
Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #6
RE: can not send or get mails
Mar 9 11:50:26 v06-s153 amavis[24960]: No $unarj, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $unfreeze, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $unrar, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $zoo, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $pax, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $rpm2cpio, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $cabextract, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $ripole, not using it
Mar 9 11:50:26 v06-s153 amavis[24960]: No $dspam, not using it
Mar 9 11:52:03 v06-s153 postfix/smtpd[1263]: warning: 86.126.80.22: hostname 86-126-80-22.rdsnet.ro verification failed: Name or service not known
Mar 9 11:56:48 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:57:15 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:57:38 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:57:38 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:57:38 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:57:39 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:58:29 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:58:29 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:58:30 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:58:30 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:58:30 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 11:58:30 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:03:42 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:03:52 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:06:56 v06-s153 amavis[24990]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:07:05 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:09:08 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:09:23 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:12:17 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:13:13 v06-s153 amavis[24991]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:20:40 v06-s153 amavis[27747]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:20:40 v06-s153 last message repeated 4 times
Mar 9 12:25:23 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:25:23 v06-s153 amavis[27747]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:29:28 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:29:34 v06-s153 amavis[27747]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:29:58 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:29:58 v06-s153 amavis[27747]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:29:58 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:29:58 v06-s153 amavis[27747]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:30:02 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:30:07 v06-s153 amavis[27747]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:30:07 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:30:14 v06-s153 last message repeated 3 times
Mar 9 12:42:49 v06-s153 amavis[21437]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:42:52 v06-s153 amavis[23767]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:43:10 v06-s153 last message repeated 4 times
Mar 9 12:43:10 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:43:10 v06-s153 amavis[23767]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:45:52 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:45:52 v06-s153 amavis[23767]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:45:52 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:45:52 v06-s153 amavis[23767]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 12:45:52 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:02:32 v06-s153 amavis[23767]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:02:32 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:02:32 v06-s153 amavis[23767]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:02:32 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:02:32 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:19:12 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:19:12 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:19:12 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:19:12 v06-s153 amavis[27172]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:19:12 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:25:45 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:25:45 v06-s153 amavis[25184]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:25:45 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:25:45 v06-s153 amavis[25184]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:25:45 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:33:34 v06-s153 postfix/smtpd[3797]: warning: 89.165.197.157: hostname unnasigned-reverse-197.157.hertza.ro verification failed: Name or service not known
Mar 9 13:33:47 v06-s153 postfix/smtpd[3797]: warning: 89.165.197.157: hostname unnasigned-reverse-197.157.hertza.ro verification failed: Name or service not known
Mar 9 13:40:09 v06-s153 amavis[25184]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:40:09 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:40:09 v06-s153 amavis[25184]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:40:09 v06-s153 amavis[32730]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:40:09 v06-s153 amavis[25184]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:40:39 v06-s153 amavis[10183]: No $arc, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $lzop, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $lha, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $unarj, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $unfreeze, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $unrar, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $zoo, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $pax, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $rpm2cpio, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $cabextract, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $ripole, not using it
Mar 9 13:40:39 v06-s153 amavis[10183]: No $dspam, not using it
Mar 9 13:44:49 v06-s153 amavis[10217]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:44:49 v06-s153 amavis[10217]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:44:57 v06-s153 amavis[1283]: No $arc, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $lzop, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $lha, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $unarj, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $unfreeze, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $unrar, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $zoo, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $pax, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $rpm2cpio, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $cabextract, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $ripole, not using it
Mar 9 13:44:57 v06-s153 amavis[1283]: No $dspam, not using it
Mar 9 13:46:31 v06-s153 postfix/smtpd[3252]: warning: 88.249.54.220: hostname dsl88-249-14044.ttnet.net.tr verification failed: Name or service not known
Mar 9 13:50:05 v06-s153 amavis[1316]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:50:07 v06-s153 last message repeated 2 times
Mar 9 13:50:07 v06-s153 amavis[1318]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 13:50:07 v06-s153 last message repeated 2 times
Mar 9 13:58:29 v06-s153 postfix/smtpd[10515]: warning: 190.188.150.154: hostname 154-150-188-190.cab.prima.net.ar verification failed: Name or service not known
Mar 9 14:01:02 v06-s153 postfix/smtpd[23748]: warning: 201.230.69.99: hostname client-201.230.69.99.speedy.net.pe verification failed: Name or service not known
Mar 9 14:01:05 v06-s153 postfix/smtpd[23748]: warning: 201.230.69.99: hostname client-201.230.69.99.speedy.net.pe verification failed: Name or service not known
Mar 9 14:05:21 v06-s153 amavis[1316]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 14:05:21 v06-s153 amavis[1318]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 14:05:21 v06-s153 amavis[1316]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 14:05:21 v06-s153 amavis[1318]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
Mar 9 14:05:21 v06-s153 amavis[1316]: DENIED ACCESS from IP 78.47.79.103, policy bank ''
03-10-2008 01:28 AM
Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #7
RE: can not send or get mails
1. is mail.log
2. mail.warn
03-10-2008 01:30 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #8
RE: can not send or get mails
Mar 9 14:17:42 v06-s153 postfix/qmgr[16673]: B5A0D4BA48F5: to=<admin@haicon.eu>, relay=none, delay=9497, delays=9497/0.11/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)


würde bedeuten das amavi nicht rennt auf port 10024... prüfe das mal mit netstat...
03-10-2008 01:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #9
RE: can not send or get mails
hatte mal alles neu installiert.

diesmal ohne mailguard und so.

Message not sent. Server replied:

Transaction failed
554 5.7.1 <elitepilot@online.de>: Relay access denied

kommt wenn ich über den webmailer ne mail schreiben will.
mail.log:
Mar 9 17:36:40 v06-s153 postfix/smtpd[10940]: NOQUEUE: reject: RCPT from v06-s153.netcup.net.local[127.0.0.1]: 554 5.7.1 <elitepilot@online.de>: Relay access denied; from=<admin@haicon.eu> to=<elitepilot@online.de> proto=ESMTP helo=<admin.v06-s153.netcup.net>
Mar 9 17:36:40 v06-s153 postfix/smtpd[10940]: lost connection after RCPT from v06-s153.netcup.net.local[127.0.0.1]
Mar 9 17:36:40 v06-s153 postfix/smtpd[10940]: disconnect from v06-s153.netcup.net.local[127.0.
(This post was last modified: 03-10-2008 02:38 AM by elitepilot.)
03-10-2008 02:20 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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