Since auto responders do not work... - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Since auto responders do not work... (/thread-1627.html) Pages: 1 2 |
Since auto responders do not work... - robmorin - 10-27-2007 09:34 AM Can i manually do something with postfix so that they would work? It does not have to be related to Omega... as one reason we migrated to Omega was that the auto responders worked, and they did at one point... but now they do not.... So until they do what would be a work around? Thanks to all and have a great evening! Rob.. RE: Since auto responders do not work... - BeNe - 10-28-2007 03:23 AM What is exactly your Problem ? The auto responder on your server does not work or what ? Please post logs and more Infos. Thanks! Greez BeNe RE: Since auto responders do not work... - robmorin - 10-29-2007 09:45 AM This is what is in my logs..... Oct 27 06:26:33 joe postfix/pipe[16255]: 6EC8532E807E: to=<gilbert@ispcp-arpl.domain.com>, relay=ispcp-arpl, delay=0.28, delays=0.05/0.02/0/0.2, dsn=5.3.0, status=bounced (Command died with status 1: "/var/www/ispcp/engine/messager/ispcp-arpl-msgr") Any ideas? Thanks... Rob.. BeNe Wrote:What is exactly your Problem ? RE: Since auto responders do not work... - raphael - 10-29-2007 01:00 PM http://www.isp-control.net/ispcp/wiki/howto_debug (but don't run the requests manager as the page says; try to send an email to the right address and more info will be available) RE: Since auto responders do not work... - joximu - 10-29-2007 06:18 PM Hi Rob I'd say: first you have to solve your mail problem - otherwise we'll never know what the error is. /J RE: Since auto responders do not work... - robmorin - 10-29-2007 10:49 PM i resolved my weird mail issue as others seem to have happened to them by simply using a relay host entry in main.cf of postfix.... once i made my omega server use my mx server as the relayhost, all became ok.... So now i still have the autoresponder issue to take care of.... I will do what is in that link to enable more debugging and post back what i find.... Thanks for all the help guys! Rob.. joximu Wrote:Hi Rob RE: Since auto responders do not work... - robmorin - 10-29-2007 11:20 PM This is to weird, now the auto responders work, just fine????? Ever since i added the relay host in main.cf on the Omega server to point to my MX all is fine.... but why with the Omega server its self have issues with.... Sending email to hotmail Sending log in info to admin auto responders What do all these have in common?? I hope someone figures it out... meanwhile for fun here is my postfix conf file joe:~# 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 content_filter = amavis:[127.0.0.1]:10024 daemon_directory = /usr/lib/postfix default_destination_recipient_limit = 20 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 message_size_limit = 40720000 mydestination = $myhostname, $mydomain mydomain = joe.domain.com myhostname = joe.domain.com mynetworks = (REMOVED my IPS) 127.0.0.1 mynetworks_style = host myorigin = $mydomain relay_recipient_maps = hash:/etc/postfix/relay_recipients relayhost = [xxx.xxx.xxx.xxx] remove for security reasons... setgid_group = postdrop smtpd_banner = $myhostname smtpd_recipient_limit = 20 smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient check_policy_service inet:127.0.0.1:60000 smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination transport_maps = hash:/etc/postfix/ispcp/transport virtual_alias_maps = hash:/etc/postfix/ispcp/aliases virtual_gid_maps = static:8 virtual_mailbox_base = /var/mail/virtual virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains virtual_mailbox_limit = 0 virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes virtual_minimum_uid = 1001 virtual_transport = virtual virtual_uid_maps = static:1001 Everyone have a great day! Rob.. robmorin Wrote:i resolved my weird mail issue as others seem to have happened to them by simply using a relay host entry in main.cf of postfix.... once i made my omega server use my mx server as the relayhost, all became ok.... RE: Since auto responders do not work... - joximu - 10-29-2007 11:26 PM what do they have in common? a postfix which has to function properly... :-) RE: Since auto responders do not work... - robmorin - 10-29-2007 11:32 PM Very true! Does my postfix conf file look ok? Rob.. joximu Wrote:what do they have in common? RE: Since auto responders do not work... - joximu - 10-30-2007 04:15 AM not bad - mine looks slightly different. the two relay-lines I don't have. mydomain = joe.domain.com.local (not the same as $myhostname) that's it more or less... /J |