Ik heb twig geinstalleerd onder RH 7.3. Als ik inlog ziet ik netjes al mijn mail. Maar als ik via twig mail verstuur dan komt het gewoon niet aan. Ik krijg ook geen fouten in de sendmail logfile. Iemand een idee hoe ik dit kan oplossen. via sendmail kan ik gewoon wel verzenden en ontvangen
als je nu is wat meer details geeft, misschien is laat zien welke output sendmail geeft bij een normale mail, en laten zien welke output het geeft bij 'twig' (wat het dan ook mag zijn)...
twig is een php mail programma voor linux (redhat is linux)
Sendmail geeft gewoon de standaard output die hij normaal ook gewoon geeft op het moment dat je mail verzend maar ik krijg nergens een melding dat twig iets verstuurt heeft
Sendmail geeft gewoon de standaard output die hij normaal ook gewoon geeft op het moment dat je mail verzend maar ik krijg nergens een melding dat twig iets verstuurt heeft
dan zou 't aan twig liggen, probeer anders is een andere webmail enzo
mja, als jij zegt dat die sendmail geen andere output geeft wordt de mail ook echt verstuurd lijkt me, misschien zit 't wel aan de andere kant?
Heb je in je php config wel je mail settings goed staan?Op zondag 16 juni 2002 21:45 schreef wigwam het volgende:
twig is een php mail programma voor linux (redhat is linux)
Sendmail geeft gewoon de standaard output die hij normaal ook gewoon geeft op het moment dat je mail verzend maar ik krijg nergens een melding dat twig iets verstuurt heeft
<?php// TWIGHeader Configuration File ?>
<?php
$config["fromdomain"]= "dathoeftniemandteweten.nl";
$config["basedir"]= "/twig";
$config["imgdir"]= "/twig/images";$config["index"]= "index.php3";$config["basedir"]
area.
$config["auth"]= "forms";$config["auth_timeout"]= 3600;seconds. Set to 0 for session length cookies
$config["auth_logout_redirect"]= "";have been logged out
$config["auth_provider"]= "imap-new";new|imap|sqltable|mysql|pgsql|ldap|sqlimap|sqlopen|nntp|ibase|imap-limit|oracle|pop3)
$config["security"]= "basic";
$config["groups"]= "standard"; (none|standard|personal|userperms)
$config["language"] = "english"; in /features/prefs/modules/global.inc.php3
$config["spellcheck"]= "/usr/local/bin/aspell -a"; // Command, including full path and flags, to run a spellcheck (via pipe)
$config["session_handler"]= "get";$config["session_expiry"]= 300;seconds)
$config["login_handler"]= "cookie";(cookie|sqltable|base64cookie|php4session|session|securecookie.php4session|securecookie.sqltable)
$config["default_feature"]= "main";(main|mail|news|contacts|schedule|meetings|todo|notes|bookmarks|preferences|help|groups)
$config["announcements"]= "basic";
$config["cellcolor"]= "#e0e0e0";$config["cellcoloralt"]= "#ffffff";$config["cellcolorhigh"]= "#b0c4de";$config["celltext"]= "#000000";$config["cellheadcolor"]= "#778899";$config["cellheadtext"]= "#ffffff";$config["tabcolorlight"] = "#c6c6c6";$config["tabcolordark"] = "#848484"; // The light (highlight) color of tabs
$config["cellfont"]= "Arial,Helvetica";$config["textfontsize"] = "+0";$config["titlefontsize"]= "+1";$config["largetitlefontsize"] = "+2";$config["smallfontsize"] = "-1";$config["tinyfontsize"] = "-2";
$config["timeformat"]["12"]= "h:i a"; $config["timeformat"]["24"]= "H:i";format)
$config["longdateformat"]= "l, F j Y"; $config["shortdateformat"]= "m/d/y"; $config["firstdayweek"] = 0;
// IMAP Mail Server Settings
$config["imap_servertype"]= "php-imap";// Mail system to use (defaults to php-imap) (php-imap|php-pop3)
$config["imap_server"]= "localhost";// IMAP Server Host (defaults to localhost)
$config["imap_port"]= "143/notls";// IMAP Server Port (defaults to 143)
$config["imap_path"]= "";// IMAP Mail Path (defaults to home dir)
// Set to "INBOX." for Cyrus and Courier IMAP servers.
$config["mail_folder_delimiter"]= "/";// Character that divides heirarchical levels of folder names ("/" for UofW IMAP, "." for Cyrus and Courier)
$config["mail_sender"]= "relay";// How to we deal with outgoing mail? (internal/relay/imap-mail)
$config["smtp_server"]= "localhost";// SMTP Relay server to send mail through
$config["smtp_port"]= "25";
$config["smtp_clientip"]= 0;
$config["news_server"]= "news";
$config["news_port"]= "119";
Setup support for virtual hosts
$disabled["global_goto"]= 0;// Disable the goto box at the bottom of page (1=yes, 0=no)
$disabled["mail_showattach"] = 1;
$disabled["mail_configfrom"]= 1;
$disabled["search"]= 1;
$config["debug"]= 0;
Hoop dat iemand er zo uit komt
<?php
$config["fromdomain"]= "dathoeftniemandteweten.nl";
$config["basedir"]= "/twig";
$config["imgdir"]= "/twig/images";$config["index"]= "index.php3";$config["basedir"]
area.
$config["auth"]= "forms";$config["auth_timeout"]= 3600;seconds. Set to 0 for session length cookies
$config["auth_logout_redirect"]= "";have been logged out
$config["auth_provider"]= "imap-new";new|imap|sqltable|mysql|pgsql|ldap|sqlimap|sqlopen|nntp|ibase|imap-limit|oracle|pop3)
$config["security"]= "basic";
$config["groups"]= "standard"; (none|standard|personal|userperms)
$config["language"] = "english"; in /features/prefs/modules/global.inc.php3
$config["spellcheck"]= "/usr/local/bin/aspell -a"; // Command, including full path and flags, to run a spellcheck (via pipe)
$config["session_handler"]= "get";$config["session_expiry"]= 300;seconds)
$config["login_handler"]= "cookie";(cookie|sqltable|base64cookie|php4session|session|securecookie.php4session|securecookie.sqltable)
$config["default_feature"]= "main";(main|mail|news|contacts|schedule|meetings|todo|notes|bookmarks|preferences|help|groups)
$config["announcements"]= "basic";
$config["cellcolor"]= "#e0e0e0";$config["cellcoloralt"]= "#ffffff";$config["cellcolorhigh"]= "#b0c4de";$config["celltext"]= "#000000";$config["cellheadcolor"]= "#778899";$config["cellheadtext"]= "#ffffff";$config["tabcolorlight"] = "#c6c6c6";$config["tabcolordark"] = "#848484"; // The light (highlight) color of tabs
$config["cellfont"]= "Arial,Helvetica";$config["textfontsize"] = "+0";$config["titlefontsize"]= "+1";$config["largetitlefontsize"] = "+2";$config["smallfontsize"] = "-1";$config["tinyfontsize"] = "-2";
$config["timeformat"]["12"]= "h:i a"; $config["timeformat"]["24"]= "H:i";format)
$config["longdateformat"]= "l, F j Y"; $config["shortdateformat"]= "m/d/y"; $config["firstdayweek"] = 0;
// IMAP Mail Server Settings
$config["imap_servertype"]= "php-imap";// Mail system to use (defaults to php-imap) (php-imap|php-pop3)
$config["imap_server"]= "localhost";// IMAP Server Host (defaults to localhost)
$config["imap_port"]= "143/notls";// IMAP Server Port (defaults to 143)
$config["imap_path"]= "";// IMAP Mail Path (defaults to home dir)
// Set to "INBOX." for Cyrus and Courier IMAP servers.
$config["mail_folder_delimiter"]= "/";// Character that divides heirarchical levels of folder names ("/" for UofW IMAP, "." for Cyrus and Courier)
$config["mail_sender"]= "relay";// How to we deal with outgoing mail? (internal/relay/imap-mail)
$config["smtp_server"]= "localhost";// SMTP Relay server to send mail through
$config["smtp_port"]= "25";
$config["smtp_clientip"]= 0;
$config["news_server"]= "news";
$config["news_port"]= "119";
Setup support for virtual hosts
$disabled["global_goto"]= 0;// Disable the goto box at the bottom of page (1=yes, 0=no)
$disabled["mail_showattach"] = 1;
$disabled["mail_configfrom"]= 1;
$disabled["search"]= 1;
$config["debug"]= 0;
Hoop dat iemand er zo uit komt
Riotrick heb je hier wat aan of niet. Dit is volgens mij het bestand wat je bedoelde.
Hmm, jij hebt een nieuw toetsenbord zonder leestekens?Op woensdag 19 juni 2002 16:21 schreef wigwam het volgende:
riotrick heb je hier wat aan of niet dit is volgens mij het bestand wat je bedoelde
Blog | aaZoo - (Wireless) Networking, Security, DDoS Mitigatie, Virtualisatie en Storage
Pagina: 1