Results 1 to 3 of 3
Hello.... i have a rare problem with FC5 and postfix...
i show you....
Code:
[root@vps25621 ~]# ping google.com
PING google.com (72.14.207.99) 56(84) bytes of data.
64 bytes from eh-in-f99.google.com (72.14.207.99): ...
- 01-20-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
Postfix problem on FC5
Hello.... i have a rare problem with FC5 and postfix...
i show you....
Im trying to install vhcs control panel...Code:[root@vps25621 ~]# ping google.com PING google.com (72.14.207.99) 56(84) bytes of data. 64 bytes from eh-in-f99.google.com (72.14.207.99): icmp_seq=1 ttl=245 time=18.0 ms 64 bytes from eh-in-f99.google.com (72.14.207.99): icmp_seq=2 ttl=245 time=18.0 ms 64 bytes from eh-in-f99.google.com (72.14.207.99): icmp_seq=3 ttl=245 time=17.9 ms --- google.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 17.902/17.984/18.034/0.165 ms [root@vps25621 ~]# postfix start postfix/postfix-script: starting the Postfix mail system [root@vps25621 ~]# ping google.com [root@vps25621 ~]#
My postfix configuration:
Thanks for your help....Code:[root@vps25621 ~]# postconf -n alias_database = hash:/etc/aliases append_at_myorigin = yes append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix inet_interfaces = all local_destination_recipient_limit = 1 local_recipient_maps = unix:passwd.byname $alias_database local_transport = local mail_spool_directory = /var/mail mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 mydestination = $myhostname, $mydomain mydomain = vps25621.supersonicserver.net myhostname = vps25621.supersonicserver.net mynetworks = subnet mynetworks_style = host myorigin = $myhostname setgid_group = postdrop smtp_sender_dependent_authentication = yes smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1 smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous transport_maps = hash:/etc/postfix/vhcs2/transport virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases virtual_gid_maps = static:12 virtual_mailbox_base = /var/mail/virtual virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains virtual_mailbox_limit = 0 virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes virtual_minimum_uid = 501 virtual_transport = virtual virtual_uid_maps = static:501 [root@vps25621 ~]#
- 01-20-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 44
why don't you try looking at the mail and messages logfile, they should give you some helpfull insight as to the nature of the problem.
- 01-20-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
i have cheked a few times....
The postfix start normaly.... :S, the port 25 is open too...Code:[root@vps25621 ~]# postfix start postfix/postfix-script: starting the Postfix mail system [root@vps25621 ~]# tail /var/log/maillog Jan 20 07:50:08 vps25621 postfix/pickup[18031]: warning: connect #1 to subsystem public/cleanup: Cannot allocate memory Jan 20 07:55:28 vps25621 postfix/postfix-script: starting the Postfix mail system Jan 20 07:55:28 vps25621 postfix/master[22245]: daemon started -- version 2.3.6, configuration /etc/postfix Jan 20 08:01:59 vps25621 postfix/postfix-script: stopping the Postfix mail system Jan 20 08:01:59 vps25621 postfix/master[22245]: terminating on signal 15 Jan 20 07:55:28 vps25621 postfix/pickup[22246]: warning: connect #1 to subsystem public/cleanup: Cannot allocate memory Jan 20 08:23:33 vps25621 imapd-ssl: Unexpected SSL connection shutdown. Jan 20 08:23:33 vps25621 pop3d-ssl: Unexpected SSL connection shutdown. Jan 20 08:26:09 vps25621 postfix/postfix-script: starting the Postfix mail system Jan 20 08:26:09 vps25621 postfix/master[15712]: daemon started -- version 2.3.6, configuration /etc/postfix [root@vps25621 ~]#


Reply With Quote